Adapt to python 3.9.9
This commit is contained in:
parent
3ec948fcf7
commit
bf89775768
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.26.0
|
Version: 2.26.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Python HTTP Library
|
Summary: Python HTTP Library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://python-requests.org/
|
URL: http://python-requests.org/
|
||||||
@ -88,14 +88,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
|||||||
%files -n python%{python3_pkgversion}-requests
|
%files -n python%{python3_pkgversion}-requests
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python3_sitelib}/requests-2.26.0-py3.8.egg-info/*
|
%{python3_sitelib}/requests*
|
||||||
%{python3_sitelib}/requests/
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc HISTORY.md README.md
|
%doc HISTORY.md README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 30 2021 yangcheng <yangcheng87@huawei.com> - 2.26.0-4
|
||||||
|
- Adapt to python 3.9.9
|
||||||
|
|
||||||
* Wed Dec 22 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-3
|
* Wed Dec 22 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-3
|
||||||
- add python-charset-normalizer
|
- add python-charset-normalizer
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user