rebuilt with python3 = 3.11.5 [release 23.2.1-2mamba;Sat Sep 23 2023]
This commit is contained in:
parent
51bc08609f
commit
9d7b30fa09
@ -1,6 +1,6 @@
|
|||||||
Name: python-pip
|
Name: python-pip
|
||||||
Version: 23.2.1
|
Version: 23.2.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,10 @@ URL: https://pip.pypa.io/en/stable/
|
|||||||
Source: http://pypi.debian.net/pip/pip-%{version}.tar.gz
|
Source: http://pypi.debian.net/pip/pip-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%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.
|
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/*
|
%{python_sitearch}/pip-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 23 2023 Automatic Build System <autodist@mambasoft.it> 23.2.1-2mamba
|
||||||
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
* Sun Jul 23 2023 Automatic Build System <autodist@mambasoft.it> 23.2.1-1mamba
|
* Sun Jul 23 2023 Automatic Build System <autodist@mambasoft.it> 23.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user