diff --git a/python-requests.spec b/python-requests.spec index 1f06311c04691cd3e42bb4708fc37f8ed1db1b0a..40bc9b70e8546173046e8eba2041d53216e23f80 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.32.3 -Release: 1 +Release: 2 Summary: Python HTTP Library License: ASL 2.0 URL: https://github.com/psf/requests @@ -84,7 +84,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %files -n python%{python3_pkgversion}-requests %defattr(-,root,root) %license LICENSE -%{python3_sitelib}/*.egg-info/* +%{python3_sitelib}/*.egg-info %{python3_sitelib}/requests/ %files help @@ -92,6 +92,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog +* Thu Jun 19 2025 yanglu - 2.32.3-2 +- fix the problem of residual directory after uninstallation + * Fri Mar 14 2025 Dongxing Wang - 2.32.3-1 - Update package to version 2.32.3