From fe7b0a1e83e939542a302bebd87b686efc5a1e10 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:05:28 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.6.2-2mamba;Tue Sep 26 2023] --- python-docopt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-docopt.spec b/python-docopt.spec index 0d8ab59..afc5b02 100644 --- a/python-docopt.spec +++ b/python-docopt.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-docopt Version: 0.6.2 -Release: 1mamba +Release: 2mamba Summary: docopt creates beautiful command-line interfaces Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: http://docopt.org/ Source: https://pypi.debian.net/docopt/docopt-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Tue Sep 26 2023 Automatic Build System 0.6.2-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Aug 30 2021 Silvan Calarco 0.6.2-1mamba - package created using the webbuild interface