diff --git a/docker-4.4.4.tar.gz b/docker-4.4.4.tar.gz deleted file mode 100644 index 51df4b7823c5d4166e6c86e9fe4680817850a12e..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..d1673111d6c6cdd0ec79c04aada7f6c0dc5ace4b Binary files /dev/null and b/docker-5.0.3.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index c8988eabe431abf6b4a28c7d036b16e15f741a64..1c8d3296f36496cf6c80dfcdd8d0f33bf5d2b4a6 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 +* Wed Jul 27 2022 liksh - 5.0.3-1 +- upgrade for openstack yoga + * Fri Jul 09 2021 openstack-sig - Update to 4.4.4