rebuilt with python3 == 3.11 [release 0.7.1-2mamba;Fri Sep 29 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:29:29 +01:00
parent f7b94b28ad
commit 0d4fbc6940

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyproject-metadata
Version: 0.7.1
Release: 1mamba
Release: 2mamba
Summary: PEP 621 metadata parsing
Group: System/Libraries
Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://github.com/FFY00/python-pyproject-metadata
Source: http://pypi.debian.net/pyproject-metadata/pyproject-metadata-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(packaging)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(packaging)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -48,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Fri Sep 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
- rebuilt with python3 == 3.11
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
- package created using the webbuild interface