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