From e0f55da596c7099b03c0182daf10539fc42cb88d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:12:12 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.1.0-2mamba;Wed Sep 27 2023] --- python-ghp-import.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-ghp-import.spec b/python-ghp-import.spec index 551b8ad..c9543ec 100644 --- a/python-ghp-import.spec +++ b/python-ghp-import.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-ghp-import Version: 2.1.0 -Release: 1mamba +Release: 2mamba Summary: Copy your docs directly to the gh-pages branch Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ URL: https://github.com/c-w/ghp-import Source: http://pypi.debian.net/ghp-import/ghp-import-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(python-dateutil) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(python-dateutil) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -49,5 +50,8 @@ done %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 2.1.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Sep 19 2023 Silvan Calarco 2.1.0-1mamba - package created using the webbuild interface