!19 Upgrade to latest release [python-docker -> 6.1.2]

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-05-19 09:39:57 +00:00 committed by Gitee
commit dfa68d8305
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 16 additions and 14 deletions

Binary file not shown.

BIN
docker-6.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,23 @@
%global _empty_manifest_terminate_build 0
Name: python-docker
Version: 6.0.1
Release: 2
Version: 6.1.2
Release: 1
Summary: A Python library for the Docker Engine API.
License: Apache-2.0
URL: https://github.com/docker/docker-py
Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
Source0: https://files.pythonhosted.org/packages/d4/5f/48add223bfc02f7645b990418d1d3e01f6d4de7e6fcee31919f40129e893/docker-6.1.2.tar.gz
BuildArch: noarch
%description
A Python library for the Docker Engine API.
%package -n python3-docker
Summary: A Python library for the Docker Engine API.
Provides: python-docker = %{version}-%{release}
BuildRequires: python3-setuptools_scm
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
Requires: python3-six
Requires: python3-websocket-client
Requires: python3-requests
@ -17,16 +26,6 @@ Requires: python3-paramiko
Requires: python3-pyOpenSSL
Requires: python3-cryptography
Requires: python3-idna
%description
A Python library for the Docker Engine API.
%package -n python3-docker
Summary: A Python library for the Docker Engine API.
Provides: python-docker = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-docker
A Python library for the Docker Engine API.
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue May 16 2023 wubijie <wubijie@kylinos.cn> - 6.1.2-1
- Update package to version 6.1.2
* Tue Jan 31 2023 xu_ping <xuping33@h-partners.com> - 6.0.1-2
- Add buildrequires python3-setuptools_scm to fix build error