From 3dc39c3d4d8f2d39e20f1d057abb4b494c1bd659 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:11:32 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.3.0-2mamba;Tue Sep 26 2023] --- python-genutils.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-genutils.spec b/python-genutils.spec index 30659c6..c49f99f 100644 --- a/python-genutils.spec +++ b/python-genutils.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-genutils Version: 0.3.0 -Release: 1mamba +Release: 2mamba Summary: General utilities Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ URL: https://github.com/stbraun/genutils Source: https://pypi.debian.net/genutils/genutils-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -49,5 +50,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Tue Sep 26 2023 Automatic Build System 0.3.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Oct 19 2021 Silvan Calarco 0.3.0-1mamba - package created using the webbuild interface