From 4ef95e348cbed786b75cc405b2cc68b4625a8f5f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:04:55 +0100 Subject: [PATCH] automatic version update by autodist [release 6.0.1-1mamba;Tue Apr 11 2023] --- python-docker.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python-docker.spec b/python-docker.spec index a7b7f35..c83128e 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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 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 6.0.1-1mamba +- automatic version update by autodist + * Mon Oct 11 2021 Automatic Build System 5.0.3-1mamba - automatic version update by autodist