From bf0a3256e5708b335370857768685a193fd0dbad Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:04:56 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 6.1.3-2mamba;Wed Sep 27 2023] --- python-docker.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/python-docker.spec b/python-docker.spec index c54211a..263bea0 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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 6.1.3-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Jun 02 2023 Automatic Build System 6.1.3-1mamba - automatic version update by autodist