From a45b6f65ac4d592f66b3ff33abf2ad7198a9f475ed0f659f5a07afd286dca834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 10 Mar 2021 09:57:42 +0000 Subject: [PATCH] Accepting request 877794 from home:cbcoutinho:branches:devel:languages:python Update to 4.4.4, switch to pypi instead of github OBS-URL: https://build.opensuse.org/request/show/877794 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=43 --- 4.4.0.tar.gz | 3 --- docker-4.4.4.tar.gz | 3 +++ python-docker.changes | 26 ++++++++++++++++++++++++++ python-docker.spec | 10 +++++----- 4 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 4.4.0.tar.gz create mode 100644 docker-4.4.4.tar.gz diff --git a/4.4.0.tar.gz b/4.4.0.tar.gz deleted file mode 100644 index dd57c46..0000000 --- a/4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7900d990f2a8bc65d39f15dec7797668a4208b02a393c346401409c3b50d236e -size 246544 diff --git a/docker-4.4.4.tar.gz b/docker-4.4.4.tar.gz new file mode 100644 index 0000000..c72c8de --- /dev/null +++ b/docker-4.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db +size 209986 diff --git a/python-docker.changes b/python-docker.changes index e51e7d8..c28435f 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Mar 8 18:07:25 UTC 2021 - Chris Coutinho + +- Update to 4.4.4 + +From project changelog: + 4.4.4 + Bugfixes + Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client + 4.4.3 + Features + Add support for docker.types.Placement.MaxReplicas + Bugfixes + Fix SSH port parsing when shelling out to the ssh client + 4.4.2 + Bugfixes + Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden + Fix docs example + Miscellaneous + Add Python3.8 and 3.9 in setup.py classifier list + 4.4.1 + Bugfixes + Avoid setting unsuported parameter for subprocess.Popen on Windows + Replace use of deprecated "filter" argument on ""docker/api/image" + + ------------------------------------------------------------------- Sun Dec 20 09:56:10 UTC 2020 - Dirk Müller diff --git a/python-docker.spec b/python-docker.spec index a0dbfcf..412d7a7 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,7 +1,7 @@ # # spec file for package python-docker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 4.4.0 +Version: 4.4.4 Release: 0 Summary: Docker API Client License: Apache-2.0 Group: System/Management -URL: https://github.com/docker/docker-py -Source0: https://github.com/docker/docker-py/archive/%{version}.tar.gz +URL: https://pypi.org/project/docker +Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz BuildRequires: %{python_module docker-pycreds >= 0.4.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 2.4.2} @@ -67,7 +67,7 @@ Provides: %{oldpython}-docker-py = %{version} A docker API client in Python %prep -%setup -q -n docker-py-%{version} +%setup -q -n docker-%{version} %build %python_build