rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 6.1.3-2mamba;Wed Sep 27 2023]
This commit is contained in:
parent
0e34cb46bf
commit
bf0a3256e5
@ -1,6 +1,6 @@
|
||||
Name: python-docker
|
||||
Version: 6.1.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An API client for docker written in Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,12 +11,13 @@ 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: libpython3-devel
|
||||
BuildRequires: python3.7dist(packaging)
|
||||
BuildRequires: python3.7dist(requests)
|
||||
BuildRequires: python3.7dist(urllib3)
|
||||
BuildRequires: python3.7dist(websocket-client)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(packaging)
|
||||
BuildRequires: python3.11dist(requests)
|
||||
BuildRequires: python3.11dist(urllib3)
|
||||
BuildRequires: python3.11dist(websocket-client)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
A Python library for the Docker Remote API.
|
||||
@ -50,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc LICENSE README.md
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 6.1.3-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 6.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user