provide pythonxdist(requests)

This commit is contained in:
wangkerong 2021-12-13 15:03:02 +08:00
parent 90c14b153d
commit 30fdc53bf1

View File

@ -2,7 +2,7 @@
Name: python-requests Name: python-requests
Version: 2.26.0 Version: 2.26.0
Release: 1 Release: 2
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/
@ -49,6 +49,9 @@ BuildRequires: python%{python3_pkgversion}-pytest-httpbin
BuildRequires: python%{python3_pkgversion}-pytest-mock BuildRequires: python%{python3_pkgversion}-pytest-mock
%endif %endif
Provides: python%{python3_pkgversion}dist(requests) = %{version}
Provides: python%{python3_version}dist(requests) = %{version}
Requires: python%{python3_pkgversion}-chardet Requires: python%{python3_pkgversion}-chardet
Requires: python%{python3_pkgversion}-urllib3 Requires: python%{python3_pkgversion}-urllib3
Requires: python%{python3_pkgversion}-idna Requires: python%{python3_pkgversion}-idna
@ -92,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
%doc HISTORY.md README.md %doc HISTORY.md README.md
%changelog %changelog
* Mon Dec 13 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-2
- provide pythonxdist(requests)
* Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-1 * Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-1
- update to 2.26.0 - update to 2.26.0