diff --git a/python-requests.spec b/python-requests.spec index 2fea8c3352559ecb5d612c47da803e05fd28cf1b..dc2a7856cf41fd7e8238333c04228533e8d5784b 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.32.3 -Release: 3 +Release: 4 Summary: Python HTTP Library License: ASL 2.0 URL: https://github.com/psf/requests @@ -55,6 +55,8 @@ Requires: python%{python3_pkgversion}-idna Requires: ca-certificates Requires: python%{python3_pkgversion}-charset-normalizer +%python_extras_subpkg -n python3-requests -i %{python3_sitelib}/requests-*.egg-info socks + %description -n python%{python3_pkgversion}-requests Requests is an ISC Licensed HTTP library, written in Python, for human beings. @@ -93,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog +* Wed Aug 20 2025 wangkai <13474090681@163.com> - 2.32.3-4 +- Add extra package socks for python-httpie install deps + * Mon Jun 23 2025 zhangpan - 2.32.3-3 - fix CVE-2024-47081