diff --git a/docker-4.4.4.tar.gz b/docker-4.4.4.tar.gz deleted file mode 100644 index 51df4b7..0000000 Binary files a/docker-4.4.4.tar.gz and /dev/null differ diff --git a/docker-5.0.3.tar.gz b/docker-5.0.3.tar.gz new file mode 100644 index 0000000..d167311 Binary files /dev/null and b/docker-5.0.3.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index c8988ea..65f780b 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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 - 5.0.3-1 +- Update to 5.0.3 + * Fri Jul 09 2021 openstack-sig - Update to 4.4.4