diff --git a/python-dockerpty.spec b/python-dockerpty.spec index 4dba503..ddfbc16 100644 --- a/python-dockerpty.spec +++ b/python-dockerpty.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-dockerpty Version: 0.4.1 -Release: 1mamba +Release: 2mamba Summary: Docker PTY Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ URL: https://github.com/d11wtq/dockerpty Source: https://pypi.debian.net/dockerpty/dockerpty-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(six) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(six) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -45,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Wed Sep 27 2023 Automatic Build System 0.4.1-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Aug 30 2021 Silvan Calarco 0.4.1-1mamba - package created using the webbuild interface