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