automatic version update by autodist [release 6.0.1-1mamba;Tue Apr 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:04:55 +01:00
parent ea34c19b43
commit 4ef95e348c

View File

@ -1,5 +1,5 @@
Name: python-docker
Version: 5.0.3
Version: 6.0.1
Release: 1mamba
Summary: An API client for docker written in Python
Group: System/Libraries
@ -7,12 +7,14 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/docker/docker-py
Source: https://github.com/docker/docker-py/archive/%{version}.tar.gz
Source: https://pypi.debian.net/docker/docker-%{version}.tar.gz
#Source: https://github.com/docker/docker-py/archive/%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.7dist(requests) < 2.18 or python3.7dist(requests) > 2.18)
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(packaging)
BuildRequires: python3.7dist(requests)
BuildRequires: python3.7dist(urllib3)
BuildRequires: python3.7dist(websocket-client)
## AUTOBUILDREQ-END
@ -25,7 +27,7 @@ It does everything the docker command does, but from within Python run conta
%endif
%prep
%setup -q -n docker-py-%{version}
%setup -q -n docker-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -48,6 +50,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE README.md
%changelog
* Tue Apr 11 2023 Automatic Build System <autodist@mambasoft.it> 6.0.1-1mamba
- automatic version update by autodist
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
- automatic version update by autodist