diff --git a/python-pip.spec b/python-pip.spec index 7844a4be0d88156ac753150992ccacdf8e4bc3fc..69610b56be4940ad9929fb4b66403c0a8c9b72ae 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without python3 %bcond_with tests %bcond_with doc @@ -33,12 +33,10 @@ BuildRequires: python-wheel-wheel # Prevent removing of the system packages installed under /usr/lib # when pip install -U is executed. -# https://bugzilla.redhat.com/show_bug.cgi?id=1550368#c24 # Could be replaced with https://www.python.org/dev/peps/pep-0668/ Patch1: remove-existing-dist-only-if-path-conflicts.patch # Use the system level root certificate instead of the one bundled in certifi -# https://bugzilla.redhat.com/show_bug.cgi?id=1655253 # The same patch is a part of the RPM-packaged python-certifi Patch2: dummy-certifi.patch @@ -64,9 +62,6 @@ Patch4: no-version-warning.patch # A proper fix is to put ~/.local/bin in front of /usr/bin in the PATH, # however others are against that and we cannot change it for existing # installs/user homes anyway. -# https://bugzilla.redhat.com/show_bug.cgi?id=1569488 -# https://bugzilla.redhat.com/show_bug.cgi?id=1571650 -# https://bugzilla.redhat.com/show_bug.cgi?id=1767212 # WARNING: /usr/bin/pip* are entrypoints, this cannot be applied in %%prep! # %%patch10 doesn't work outside of %%prep, so we add it as a source # Note that since pip 20, old main() import paths are preserved for backwards @@ -308,6 +303,9 @@ pytest_k='not completion' %{python_wheel_dir}/%{python_wheel_name} %changelog +* Tue Mar 28 2023 mgb01105731 - 23.0.1-2 +- Del Specific Fields + * Thu Mar 02 2023 Funda Wang - 23.0.1-1 - New version 23.0.1 - Default to aliyun.com mirror for pip