rebuilt with python3 == 3.11 [release 2.0.1-2mamba;Sat Sep 23 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:46:28 +01:00
parent 222be4b79d
commit 9371554a6d

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-tomli
Version: 2.0.1
Release: 1mamba
Release: 2mamba
Summary: A lil' TOML parser
Group: System/Libraries
Vendor: openmamba
@ -11,8 +11,9 @@ URL: https://github.com/hukkin/tomli
Source: https://pypi.debian.net/tomli/tomli-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
%description
%{summary}.
@ -40,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-2mamba
- rebuilt with python3 == 3.11
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist