From 9371554a6d9524e01de456d03b8f5fd52375b473 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:46:28 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 2.0.1-2mamba;Sat Sep 23 2023] --- python-tomli.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tomli.spec b/python-tomli.spec index 8c763d9..73df736 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -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 2.0.1-2mamba +- rebuilt with python3 == 3.11 + * Fri Oct 07 2022 Automatic Build System 2.0.1-1mamba - automatic version update by autodist