From bf89775768a5535fe9e8321836946f7ce774f2bc Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Thu, 30 Dec 2021 11:15:02 +0800 Subject: [PATCH] Adapt to python 3.9.9 --- python-requests.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 00cbe67..09e99d3 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.26.0 -Release: 3 +Release: 4 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -88,14 +88,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %files -n python%{python3_pkgversion}-requests %defattr(-,root,root) %license LICENSE -%{python3_sitelib}/requests-2.26.0-py3.8.egg-info/* -%{python3_sitelib}/requests/ +%{python3_sitelib}/requests* %files help %defattr(-,root,root) %doc HISTORY.md README.md %changelog +* Thu Dec 30 2021 yangcheng - 2.26.0-4 +- Adapt to python 3.9.9 + * Wed Dec 22 2021 wangkerong - 2.26.0-3 - add python-charset-normalizer -- Gitee