!20 Upgrade to latest release [python-docker -> 6.1.3]

From: @lingjuer 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-12 01:55:35 +00:00 committed by Gitee
commit f6253dc8de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 9 deletions

Binary file not shown.

BIN
docker-6.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-docker Name: python-docker
Version: 6.1.2 Version: 6.1.3
Release: 1 Release: 1
Summary: A Python library for the Docker Engine API. Summary: A Python library for the Docker Engine API.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/docker/docker-py URL: https://github.com/docker/docker-py
Source0: https://files.pythonhosted.org/packages/d4/5f/48add223bfc02f7645b990418d1d3e01f6d4de7e6fcee31919f40129e893/docker-6.1.2.tar.gz Source0: https://files.pythonhosted.org/packages/f0/73/f7c9a14e88e769f38cb7fb45aa88dfd795faa8e18aea11bababf6e068d5e/docker-6.1.3.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -18,14 +18,12 @@ BuildRequires: python3-setuptools_scm
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip BuildRequires: python3-pip
Requires: python3-six
Requires: python3-websocket-client
Requires: python3-requests
Requires: python3-ipaddress
Requires: python3-paramiko Requires: python3-paramiko
Requires: python3-pyOpenSSL Requires: python3-packaging
Requires: python3-cryptography Requires: python3-requests
Requires: python3-idna Requires: python3-urllib3
Requires: python3-websocket-client
%description -n python3-docker %description -n python3-docker
A Python library for the Docker Engine API. A Python library for the Docker Engine API.
@ -48,6 +46,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot} pushd %{buildroot}
if [ -d usr/lib ]; then if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jul 06 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 6.1.3-1
- Update package to version 6.1.3
* Tue May 16 2023 wubijie <wubijie@kylinos.cn> - 6.1.2-1 * Tue May 16 2023 wubijie <wubijie@kylinos.cn> - 6.1.2-1
- Update package to version 6.1.2 - Update package to version 6.1.2