From 8d87c3674049beeb41f29de13a2bc125835adea6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:09:00 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.9.0-3mamba;Wed Sep 27 2023] --- python-feedgen.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-feedgen.spec b/python-feedgen.spec index 4e344e6..33ba5eb 100644 --- a/python-feedgen.spec +++ b/python-feedgen.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-feedgen Version: 0.9.0 -Release: 2mamba +Release: 3mamba Summary: Feed Generator (ATOM, RSS, Podcasts) Group: System/Libraries Vendor: openmamba @@ -11,10 +11,11 @@ URL: https://feedgen.kiesow.be/ Source: https://pypi.debian.net/feedgen/feedgen-%{version}.tar.gz License: BSD, LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(lxml) -BuildRequires: python3.7dist(python-dateutil) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(lxml) +BuildRequires: python3.11dist(python-dateutil) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -48,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Wed Sep 27 2023 Automatic Build System 0.9.0-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Aug 01 2023 Silvan Calarco 0.9.0-2mamba - rebuilt with python 3.10