From 858abba872e38e0d1cc6b377ee699ebe99e9ac98 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:08:23 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.0-2mamba;Tue Sep 26 2023] --- python-falcon.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-falcon.spec b/python-falcon.spec index eb200bc..354ab5f 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-falcon Version: 3.1.0 -Release: 1mamba +Release: 2mamba Summary: The ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale Group: System/Libraries Vendor: openmamba @@ -12,9 +12,10 @@ Source: https://pypi.debian.net/falcon/falcon-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -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}. @@ -47,5 +48,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 3.1.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Apr 18 2022 Silvan Calarco 3.1.0-1mamba - package created using the webbuild interface