From 9d7b30fa09f4c164898d5d86b0ed7c7dacc77d9c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:18:10 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 23.2.1-2mamba;Sat Sep 23 2023] --- python-pip.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index c900b47..81f2a1a 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,6 +1,6 @@ Name: python-pip Version: 23.2.1 -Release: 1mamba +Release: 2mamba Summary: A tool for installing and managing Python packages Group: System/Libraries Vendor: openmamba @@ -10,9 +10,10 @@ URL: https://pip.pypa.io/en/stable/ Source: http://pypi.debian.net/pip/pip-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install. @@ -65,6 +66,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist %{python_sitearch}/pip-%{version}-py*.egg-info/* %changelog +* Sat Sep 23 2023 Automatic Build System 23.2.1-2mamba +- rebuilt with python3 = 3.11.5 + * Sun Jul 23 2023 Automatic Build System 23.2.1-1mamba - automatic version update by autodist