Hello community, here is the log from the commit of package python-docker for openSUSE:Factory checked in at 2019-01-24 14:10:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-docker (Old) and /work/SRC/openSUSE:Factory/.python-docker.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker" Thu Jan 24 14:10:25 2019 rev:11 rq:666190 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-docker/python-docker.changes 2018-11-14 14:44:40.882591323 +0100 +++ /work/SRC/openSUSE:Factory/.python-docker.new.28833/python-docker.changes 2019-01-24 14:10:26.731567853 +0100 @@ -1,0 +2,21 @@ +Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil <[email protected]> + +- Bump required version of pycreds to 0.4.0 (sync with requirements.txt) + +------------------------------------------------------------------- +Mon Jan 14 12:22:01 UTC 2019 - Michal Vyskocil <[email protected]> + +- update to 3.7.0 (mandatory for latest docker-compose) + * Added support for multiplexed streams (for `attach` and `exec_start`). Learn + more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html + * Added the `use_config_proxy` parameter to the following methods: + `APIClient.build`, `APIClient.create_container`, `DockerClient.images.build` + and `DockerClient.containers.run` (`False` by default). **This parameter** + **will become `True` by default in the 4.0.0 release.** + * Placement preferences for Swarm services are better validated on the client + and documentation has been updated accordingly + * see https://github.com/docker/docker-py/releases/tag/3.7.0 + https://github.com/docker/docker-py/releases/tag/3.6.0 for more + info + +------------------------------------------------------------------- Old: ---- docker-3.5.1.tar.gz New: ---- 3.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docker.spec ++++++ --- /var/tmp/diff_new_pack.LhQWo9/_old 2019-01-24 14:10:27.147567375 +0100 +++ /var/tmp/diff_new_pack.LhQWo9/_new 2019-01-24 14:10:27.147567375 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-docker # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,29 +19,31 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 3.5.1 +Version: 3.7.0 Release: 0 Summary: Docker API Client License: Apache-2.0 Group: System/Management URL: https://github.com/docker/docker-py -Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz -BuildRequires: %{python_module docker-pycreds >= 0.3.0} +Source0: https://github.com/docker/docker-py/archive/%{version}.tar.gz +BuildRequires: %{python_module docker-pycreds >= 0.4.0} BuildRequires: %{python_module mock} +BuildRequires: %{python_module paramiko >= 2.4.2} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 2.9.1} BuildRequires: %{python_module pytest-cov >= 2.1.0} BuildRequires: %{python_module pytest-timeout >= 1.2.1} -BuildRequires: %{python_module requests >= 2.14.2} +BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.4.0} -BuildRequires: %{python_module websocket-client >= 0.32.0} +BuildRequires: %{python_module six >= 1.10.0} +BuildRequires: %{python_module websocket-client >= 0.40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-docker-pycreds >= 0.3.0 -Requires: python-requests >= 2.14.2 -Requires: python-six >= 1.4.0 -Requires: python-websocket-client >= 0.32.0 +Requires: python-docker-pycreds >= 0.4.0 +Requires: python-paramiko >= 2.4.2 +Requires: python-requests >= 2.20.0 +Requires: python-six >= 1.10.0 +Requires: python-websocket-client >= 0.40.0 # docker-py got renamed to docker in 2017 Obsoletes: python-docker-py < %{version} Provides: python-docker-py = %{version} @@ -65,7 +67,7 @@ A docker API client in Python %prep -%setup -q -n docker-%{version} +%setup -q -n docker-py-%{version} %build %python_build ++++++ docker-3.5.1.tar.gz -> 3.7.0.tar.gz ++++++ ++++ 8419 lines of diff (skipped)
