Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-docker for openSUSE:Factory checked in at 2021-03-11 20:10:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-docker (Old) and /work/SRC/openSUSE:Factory/.python-docker.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker" Thu Mar 11 20:10:43 2021 rev:21 rq:878139 version:4.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-docker/python-docker.changes 2020-12-23 14:19:24.165612379 +0100 +++ /work/SRC/openSUSE:Factory/.python-docker.new.2401/python-docker.changes 2021-03-11 20:12:40.672701148 +0100 @@ -1,0 +2,26 @@ +Mon Mar 8 18:07:25 UTC 2021 - Chris Coutinho <[email protected]> + +- 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" + + +------------------------------------------------------------------- Old: ---- 4.4.0.tar.gz New: ---- docker-4.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docker.spec ++++++ --- /var/tmp/diff_new_pack.7UoMr9/_old 2021-03-11 20:12:41.112701862 +0100 +++ /var/tmp/diff_new_pack.7UoMr9/_new 2021-03-11 20:12:41.116701869 +0100 @@ -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 @@ A docker API client in Python %prep -%setup -q -n docker-py-%{version} +%setup -q -n docker-%{version} %build %python_build
