diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 17f069cca675ad6908fd2f7b83d20129d100fcf7..265140eb212009f29b506b0be7c17d94bf28157d 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 @@ -89,7 +89,13 @@ rm -rf requests_ftp.egg-info %defattr(-,root,root) %doc README.rst -%changelog +%changelog +* Tue Sep 10 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/requests-ftp-0.3.1.tar.gz b/v0.3.1.tar.gz similarity index 100% rename from requests-ftp-0.3.1.tar.gz rename to v0.3.1.tar.gz