From 0f24ee3b79da41995130aeb9deb2f4e3369303bb Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 19 Jun 2025 20:22:08 +0800 Subject: [PATCH] fix the problem of residual directory after uninstallation --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 1f06311..40bc9b7 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 -- Gitee