rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.4.1-2mamba;Wed Sep 27 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:05:15 +01:00
parent 6f46c3b7bb
commit de0dce06f6

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-) %define pkgname %(echo %name | cut -d- -f2-)
Name: python-dockerpty Name: python-dockerpty
Version: 0.4.1 Version: 0.4.1
Release: 1mamba Release: 2mamba
Summary: Docker PTY Summary: Docker PTY
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://github.com/d11wtq/dockerpty
Source: https://pypi.debian.net/dockerpty/dockerpty-%{version}.tar.gz Source: https://pypi.debian.net/dockerpty/dockerpty-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(six) BuildRequires: python3.11dist(six)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -45,5 +46,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
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.4.1-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba * Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface