From 1963d79695cd8faa193a49543b2b749be95cc172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Wed, 27 Apr 2022 08:27:55 +0200 Subject: [PATCH] Remove patch numbering --- python-pip.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 25b8f85..b5d0530 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -73,21 +73,21 @@ BuildRequires: python-wheel-wheel # 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/ -Patch3: remove-existing-dist-only-if-path-conflicts.patch +Patch: 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 -Patch4: dummy-certifi.patch +Patch: dummy-certifi.patch # Don't warn the user about pip._internal.main() entrypoint # In Fedora, we use that in ensurepip and users cannot do anything about it, # this warning is juts moot. Also, the warning breaks CPython test suite. -Patch5: nowarn-pip._internal.main.patch +Patch: nowarn-pip._internal.main.patch # Don't warn the user about packaging's LegacyVersion being deprecated. # (This also breaks Python's test suite when warnings are treated as errors.) # Upstream issue: https://github.com/pypa/packaging/issues/368 -Patch6: no-version-warning.patch +Patch: no-version-warning.patch # Downstream only patch # Users might have local installations of pip from using