From 21965ea6722b69aac828a99cea23ac054ee64ea7 Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Thu, 10 Sep 2020 17:04:34 +0800 Subject: [PATCH 1/2] python-requests-ftp: modify source0 url Signed-off-by: chengguipeng --- python-requests-ftp.spec | 12 +++++++++--- requests-ftp-0.3.1.tar.gz => v0.3.1.tar.gz | Bin 2 files changed, 9 insertions(+), 3 deletions(-) rename requests-ftp-0.3.1.tar.gz => v0.3.1.tar.gz (100%) diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 17f069c..4748b7f 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 -- Gitee From baba7d5e02c456b541e916014350fec26504360f Mon Sep 17 00:00:00 2001 From: chengguipeng_xian Date: Thu, 10 Sep 2020 17:08:24 +0800 Subject: [PATCH 2/2] update python-requests-ftp.spec. --- python-requests-ftp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 4748b7f..265140e 100644 --- a/python-requests-ftp.spec +++ b/python-requests-ftp.spec @@ -90,7 +90,7 @@ rm -rf requests_ftp.egg-info %doc README.rst %changelog -* Tue Sep 10 2020 chengguipeng - 0.3.1-16 +* Tue Sep 10 2020 chengguipeng - 0.3.1-16 - Type:bugfix - ID:NA - SUG:NA -- Gitee