diff --git a/docker-6.1.2.tar.gz b/docker-6.1.2.tar.gz deleted file mode 100644 index f60f6c3..0000000 Binary files a/docker-6.1.2.tar.gz and /dev/null differ diff --git a/docker-6.1.3.tar.gz b/docker-6.1.3.tar.gz new file mode 100644 index 0000000..16b908c Binary files /dev/null and b/docker-6.1.3.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index be890cf..34d320f 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-docker -Version: 6.1.2 +Version: 6.1.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/d4/5f/48add223bfc02f7645b990418d1d3e01f6d4de7e6fcee31919f40129e893/docker-6.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/f0/73/f7c9a14e88e769f38cb7fb45aa88dfd795faa8e18aea11bababf6e068d5e/docker-6.1.3.tar.gz BuildArch: noarch %description @@ -18,14 +18,12 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip -Requires: python3-six -Requires: python3-websocket-client -Requires: python3-requests -Requires: python3-ipaddress Requires: python3-paramiko -Requires: python3-pyOpenSSL -Requires: python3-cryptography -Requires: python3-idna +Requires: python3-packaging +Requires: python3-requests +Requires: python3-urllib3 +Requires: python3-websocket-client + %description -n python3-docker A Python library for the Docker Engine API. @@ -48,6 +46,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 06 2023 zhangchenglin - 6.1.3-1 +- Update package to version 6.1.3 + * Tue May 16 2023 wubijie - 6.1.2-1 - Update package to version 6.1.2