rebuilt with python 3.11.5 [release 68.2.2-2mamba;Sat Sep 23 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:37:59 +01:00
parent 8894292b3d
commit 5f43bc06a8

View File

@ -1,7 +1,7 @@
Name: python-setuptools Name: python-setuptools
Epoch: 1 Epoch: 1
Version: 68.2.2 Version: 68.2.2
Release: 1mamba Release: 2mamba
Summary: Download, build, install, upgrade and uninstall Python packages Summary: Download, build, install, upgrade and uninstall Python packages
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -13,17 +13,18 @@ Source1: psfl.txt
Source2: zpl.txt Source2: zpl.txt
License: PSF, ZPL License: PSF, ZPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
BuildArch: noarch BuildArch: noarch
%description %description
setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py. This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py.
%if "0%{?with_pyver}" == "03" %if "0%{?with_pyver}" == "037"
%define py_requires_append \ %define py_requires_append \
Requires: python-setuptools_scm%{?pyappend:-%pyappend} \ Requires: python3.7dist(setuptools-scm) \
Provides: python-setuptools \ Provides: python-setuptools \
Provides: python-setuptools-devel \ Provides: python-setuptools-devel \
Obsoletes: python-setuptools-devel <= 51.0.0-1mamba \ Obsoletes: python-setuptools-devel <= 51.0.0-1mamba \
@ -66,9 +67,9 @@ sed -i '\,\.exe$,d;\,/tests/,d' %{name}.filelist
chmod +x %{buildroot}%{python_sitearch}/setuptools/command/easy_install.py chmod +x %{buildroot}%{python_sitearch}/setuptools/command/easy_install.py
%if "%{?pyappend}" != "py3" #%if "%{?pyappend}" != "py3"
rm -f %{buildroot}%{_bindir}/easy_install #rm -f %{buildroot}%{_bindir}/easy_install
%endif #%endif
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -91,6 +92,9 @@ rm -f %{buildroot}%{_bindir}/easy_install
%{python_sitearch}/setuptools-%{version}-py%{python_version}.egg-info/* %{python_sitearch}/setuptools-%{version}-py%{python_version}.egg-info/*
%changelog %changelog
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 68.2.2-2mamba
- rebuilt with python 3.11.5
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 68.2.2-1mamba * Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 68.2.2-1mamba
- automatic version update by autodist - automatic version update by autodist