diff --git a/python-pip.spec b/python-pip.spec index 317131b7056dacd1e5186f695618e88a85170ac3..e2381469572d6efbea5039d932577f12943659d6 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +i%bcond_with bootstrap %bcond_with tests %bcond_without doc @@ -19,7 +19,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -122,14 +122,11 @@ Patch9: pip-directory-traversal-security-issue.patch Patch10: pip-directory-traversal-security-issue-tests.patch %global _description \ -pip is a package management system used to install and manage software packages \ -written in Python. Many packages can be found in the Python Package Index \ -(PyPI). pip is a recursive acronym that can stand for either "Pip Installs \ -Packages" or "Pip Installs Python". +Pip is the package installer for python.You can use pip to install and manage\ +additional libraries and dependences that are not available in the standard\ +library. %description %_description - - %package -n platform-python-%{srcname} Summary: A tool for installing and managing Python3 packages Group: Development/Libraries @@ -182,7 +179,6 @@ Provides: bundled(python3dist(urllib3)) = 1.16 %description -n platform-python-%{srcname} %_description - %package -n python%{python3_pkgversion}-%{srcname} Summary: A tool for installing and managing Python3 packages Group: Development/Libraries @@ -384,6 +380,9 @@ py.test-%{python3_version} -m 'not network' %endif %changelog +* Wed Jan 28 2026 zy <1738016011@qq.com> - 9.0.3-19 +- Optimize package description for clarity + * Wed Aug 19 2020 Tomas Orsava - 9.0.3-18 - Patch for pip install allow directory traversal, leading to arbitrary file write Resolves: rhbz#1868016 @@ -647,3 +646,4 @@ Resolves: rhbz#1406922 * Mon Aug 31 2009 Peter Halliday - 0.4-1 - Initial package +