diff --git a/python-requests.spec b/python-requests.spec index 326e7f5703ad73d27fbd733779c83c93754c4545..e0cb1459663da8fbfaf5998438dcb02c6c6aebd5 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.26.0 -Release: 1 +Release: 2 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -49,6 +49,9 @@ BuildRequires: python%{python3_pkgversion}-pytest-httpbin BuildRequires: python%{python3_pkgversion}-pytest-mock %endif +Provides: python%{python3_pkgversion}dist(requests) = %{version} +Provides: python%{python3_version}dist(requests) = %{version} + Requires: python%{python3_pkgversion}-chardet Requires: python%{python3_pkgversion}-urllib3 Requires: python%{python3_pkgversion}-idna @@ -92,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog +* Mon Dec 13 2021 wangkerong - 2.26.0-2 +- provide pythonxdist(requests) + * Sat Dec 04 2021 wangkerong - 2.26.0-1 - update to 2.26.0