From 931f68acf1c598a7e529b4c9022c21276bc2b688 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 4 Aug 2022 14:39:20 +0800 Subject: [PATCH] Modify the license --- python-requests-file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests-file.spec b/python-requests-file.spec index b5cae9c..2038d1b 100644 --- a/python-requests-file.spec +++ b/python-requests-file.spec @@ -2,9 +2,9 @@ Name: python-%{_name} Version: 1.5.1 -Release: 4 +Release: 5 Summary: A transport adapter for use with the Requests Python library -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/dashea/requests-file Source0: https://github.com/dashea/%{_name}/archive/%{version}.tar.gz @@ -47,6 +47,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3_sitelib}/*info* %changelog +* Thu Aug 04 2022 shixuantong - 1.5.1-5 +- Modify the license + * Thu Aug 04 2022 shixuantong - 1.5.1-4 - Remove installation dependency on six