python-requests-ftp: modify source0 url

Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
This commit is contained in:
chengguipeng 2020-09-10 16:25:12 +08:00
parent a596cff709
commit 4e3a1a7284
2 changed files with 9 additions and 3 deletions

View File

@ -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<chengguipeng1@openeuler.org> - 0.3.1-16
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source0 url
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.1-15
- Type:bugfix
- Id:NA