diff --git a/python-requests.spec b/python-requests.spec index 251c455ed2546d7c8f6026ad7e7da2fe52d757f1..09d22826542b241253fb8db9d08ddbdd8547937b 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.31.0 -Release: 1 +Release: 2 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -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 +* Mon Jun 09 2025 yanglu - 2.31.0-2 +- fix the problem of residual directory after uninstallation + * Thu Jul 13 2023 zhangchenglin - 2.31.0-1 - Update package to version 2.31.0