From e76da3a8dbd8c28f5db121ccf2d33673860e5fac Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:53:23 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 0.41.2-2mamba;Sat Sep 23 2023] --- python-wheel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 96c7db8..2956f7b 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,6 +1,6 @@ Name: python-wheel Version: 0.41.2 -Release: 1mamba +Release: 2mamba Summary: The reference implementation of the Python wheel packaging standard, as defined in PEP 427 Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ Source: https://pypi.debian.net/wheel/wheel-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -49,6 +50,9 @@ sed -i "s|%{_bindir}/wheel$|%{_bindir}/wheel%{?with_pyver}|" %{name}.filelist %{python_sitearch}/wheel-%{version}-py*.egg-info/* %changelog +* Sat Sep 23 2023 Automatic Build System 0.41.2-2mamba +- rebuilt with python3 = 3.11.5 + * Wed Aug 23 2023 Automatic Build System 0.41.2-1mamba - automatic version update by autodist