update to v5.0.3(the latest release)

This commit is contained in:
kkz 2022-08-02 16:41:26 +08:00
parent 9d9eb99c1f
commit 460ff59bd5
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
Name: python-docker
Version: 4.4.4
Version: 5.0.3
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/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
%description
A Python library for the Docker Engine API.
@ -38,7 +38,7 @@ A Python library for the Docker Engine API.
%prep
%autosetup -n docker-4.4.4
%autosetup -n docker-%{version}
%build
%py3_build
@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Update to 4.4.4