From ad3f146b58ae657c6b0b323ce98ebfbb983e979d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Thu, 18 Nov 2021 11:20:47 +0100 Subject: [PATCH] Update pip and setuptools to the latest bundled versions In previous commit, patch 00189 was updated to the latest bundled versions of pip and setuptools, but it was forgotten to update also versions in spec file. --- python3.9.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3.9.spec b/python3.9.spec index 4c7e24f..9d240f2 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -305,7 +305,7 @@ Patch1: 00001-rpath.patch # See https://bugzilla.redhat.com/show_bug.cgi?id=556092 Patch111: 00111-no-static-lib.patch -# 00189 # ab9a031e2a429afce5c3e1777633d5305b956ea6 +# 00189 # d06cf137c00fd3907b436fdb92a8f007a7f2fb50 # Instead of bundled wheels, use our RPM packaged wheels # # We keep them in /usr/share/python-wheels @@ -317,8 +317,8 @@ Patch189: 00189-use-rpm-wheels.patch # The versions are written in Lib/ensurepip/__init__.py, this patch removes them. # When the bundled setuptools/pip wheel is updated, the patch no longer applies cleanly. # In such cases, the patch needs to be amended and the versions updated here: -%global pip_version 21.2.3 -%global setuptools_version 57.4.0 +%global pip_version 21.2.4 +%global setuptools_version 58.1.0 # 00251 # 2eabd04356402d488060bc8fe316ad13fc8a3356 # Change user install location