From fb36f974628810b1ed3c6fb250cdc919e1a6f766 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 9 Jun 2025 16:59:41 +0800 Subject: [PATCH] fix the problem of residual directory after uninstallation (cherry picked from commit ac7cf8f8c236d7ff2c228e79d1e0d07c06ce28ca) --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 251c455..09d2282 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 -- Gitee