diff --git a/docker-6.0.1.tar.gz b/docker-6.0.1.tar.gz deleted file mode 100644 index a3cc701..0000000 Binary files a/docker-6.0.1.tar.gz and /dev/null differ diff --git a/docker-6.1.2.tar.gz b/docker-6.1.2.tar.gz new file mode 100644 index 0000000..f60f6c3 Binary files /dev/null and b/docker-6.1.2.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index 16cf880..be890cf 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,14 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-docker -Version: 6.0.1 -Release: 2 +Version: 6.1.2 +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/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/d4/5f/48add223bfc02f7645b990418d1d3e01f6d4de7e6fcee31919f40129e893/docker-6.1.2.tar.gz BuildArch: noarch -BuildRequires: python3-setuptools_scm +%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-setuptools_scm +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip Requires: python3-six Requires: python3-websocket-client Requires: python3-requests @@ -17,16 +26,6 @@ Requires: python3-paramiko Requires: python3-pyOpenSSL Requires: python3-cryptography Requires: python3-idna - -%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. @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 16 2023 wubijie - 6.1.2-1 +- Update package to version 6.1.2 + * Tue Jan 31 2023 xu_ping - 6.0.1-2 - Add buildrequires python3-setuptools_scm to fix build error