rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.6.2-2mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:05:28 +01:00
parent 0b61b0fd8a
commit fe7b0a1e83

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-) %define pkgname %(echo %name | cut -d- -f2-)
Name: python-docopt Name: python-docopt
Version: 0.6.2 Version: 0.6.2
Release: 1mamba Release: 2mamba
Summary: docopt creates beautiful command-line interfaces Summary: docopt creates beautiful command-line interfaces
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,8 +11,9 @@ URL: http://docopt.org/
Source: https://pypi.debian.net/docopt/docopt-%{version}.tar.gz Source: https://pypi.debian.net/docopt/docopt-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.6.2-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba * Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
- package created using the webbuild interface - package created using the webbuild interface