From 8412fc0bf8ed424023e564a3185a0196c83960b8fdf6fc7f9c2264cf085f9063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 9 Feb 2020 18:33:09 +0000 Subject: [PATCH] Accepting request 772520 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/772520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=35 --- 4.1.0.tar.gz | 3 --- 4.2.0.tar.gz | 3 +++ python-docker.changes | 18 ++++++++++++++++++ python-docker.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 4.1.0.tar.gz create mode 100644 4.2.0.tar.gz diff --git a/4.1.0.tar.gz b/4.1.0.tar.gz deleted file mode 100644 index a2e0ecd..0000000 --- a/4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82699b633b9ff15b7ab1bd71696efb62b6e5fece1d81ed5c83dc978177d7adf -size 229336 diff --git a/4.2.0.tar.gz b/4.2.0.tar.gz new file mode 100644 index 0000000..6770816 --- /dev/null +++ b/4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38633209c69e5c70212821afefabebed298fcb0e1d86ff9bac18d76c6193c5c1 +size 234304 diff --git a/python-docker.changes b/python-docker.changes index 6bd0996..1e8ff3b 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 9 16:47:09 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 4.2.0: + * Bugfixes + + Fix win32pipe.WaitNamedPipe throw exception in Windows + containers + + Use Hostname, Username, Port and ProxyCommand settings from + .ssh/config when on SSH + + Set host key policy for ssh transport to + paramiko.WarningPolicy() + + Set logging level of paramiko to warn + * Features + + Add support for docker contexts through docker.ContextAPI + ------------------------------------------------------------------- Sun Nov 24 17:15:38 UTC 2019 - Arun Persaud diff --git a/python-docker.spec b/python-docker.spec index 472ddae..f053d34 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,7 +1,7 @@ # # spec file for package python-docker # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Docker API Client License: Apache-2.0