diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 17f069cca675ad6908fd2f7b83d20129d100fcf7..02a63957fea541d79da7eea58141fa7083d21358 100644 --- a/python-requests-ftp.spec +++ b/python-requests-ftp.spec @@ -2,11 +2,11 @@ Name: python-requests-ftp Version: 0.3.1 -Release: 15 +Release: 16 Summary: FTP Transport Adapter for Requests License: ASL 2.0 URL: https://github.com/Lukasa/requests-ftp -Source0: https://github.com/Lukasa/requests-ftp/archive/requests-ftp-0.3.1.tar.gz +Source0: https://github.com/Lukasa/requests-ftp/archive/v%{version}.tar.gz BuildArch: noarch @@ -90,6 +90,12 @@ rm -rf requests_ftp.egg-info %doc README.rst %changelog +* Wed Nov 11 2020 chengguipeng - 0.3.1-16 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:modify source0 url + * Tue Dec 31 2019 openEuler Buildteam - 0.3.1-15 - Type:bugfix - Id:NA diff --git a/v0.3.1.tar.gz b/v0.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6e76abcd6a73a6f63968de53b56e04f8b850583c Binary files /dev/null and b/v0.3.1.tar.gz differ