!14 【更新版本】更新master分支到最新的发布版本5.0.3

From: @kkzhs_admin 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-03 02:13:04 +00:00 committed by Gitee
commit 0b27730b85
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
docker-5.0.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: 4.4.4 Version: 5.0.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/fd/46/6f6116c30cb859a0cdb95444140e9fe0be0de455c9c83748ee421aec8274/docker-4.4.4.tar.gz Source0: https://files.pythonhosted.org/packages/ab/d2/45ea0ee13c6cffac96c32ac36db0299932447a736660537ec31ec3a6d877/docker-5.0.3.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
A Python library for the Docker Engine API. A Python library for the Docker Engine API.
@ -38,7 +38,7 @@ A Python library for the Docker Engine API.
%prep %prep
%autosetup -n docker-4.4.4 %autosetup -n docker-%{version}
%build %build
%py3_build %py3_build
@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 02 2022 zhaoshuang <zhaoshuang@uniontech.com> - 5.0.3-1
- Update to 5.0.3
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> * Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 4.4.4 - Update to 4.4.4