diff --git a/docker-5.0.3.tar.gz b/docker-5.0.3.tar.gz deleted file mode 100644 index d167311..0000000 Binary files a/docker-5.0.3.tar.gz and /dev/null differ diff --git a/docker-6.0.1.tar.gz b/docker-6.0.1.tar.gz new file mode 100644 index 0000000..a3cc701 Binary files /dev/null and b/docker-6.0.1.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index 65f780b..5e77881 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,34 +1,33 @@ %global _empty_manifest_terminate_build 0 Name: python-docker -Version: 5.0.3 +Version: 6.0.1 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/ab/d2/45ea0ee13c6cffac96c32ac36db0299932447a736660537ec31ec3a6d877/docker-5.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz BuildArch: noarch -%description -A Python library for the Docker Engine API. - -%package -n python3-docker -Summary: A Python library for the Docker Engine API. -Provides: python-docker -BuildRequires: python3-devel -BuildRequires: python3-setuptools Requires: python3-six Requires: python3-websocket-client Requires: python3-requests Requires: python3-ipaddress -# Requires: python3-backports-ssl-match-hostname -# Requires: python3-pywin32 Requires: python3-paramiko Requires: python3-pyOpenSSL Requires: python3-cryptography Requires: python3-idna -%description -n python3-docker + +%description A Python library for the Docker Engine API. +%package -n python3-docker +Summary: A Python library for the Docker Engine API. +Provides: python-docker = %{version}-%{release} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-docker +A Python library for the Docker Engine API. %package help Summary: Development documents and examples for docker @@ -36,7 +35,6 @@ Provides: python3-docker-doc %description help A Python library for the Docker Engine API. - %prep %autosetup -n docker-%{version} @@ -78,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 liqiuyu - 6.0.1-1 +- Update package to version 6.0.1 + * Tue Aug 02 2022 zhaoshuang - 5.0.3-1 - Update to 5.0.3