15
0
forked from pool/python-docker

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
This commit is contained in:
Tomáš Chvátal
2020-02-09 18:33:09 +00:00
committed by Git OBS Bridge
parent b8dd3497ab
commit 8412fc0bf8
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 9 16:47:09 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>