From 4a260cf6ad990de472d571a9e4fdde484fce24217b37d22e8213a56d09f39196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 13:39:38 +0000 Subject: [PATCH] - Update to 3.7.1: * Set a different default number (which is now 9) for SSH pools * Adds a BaseHTTPAdapter with a close method to ensure that the pools is clean on close() * Makes SSHHTTPAdapter reopen a closed connection when needed like the others OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=27 --- 3.7.0.tar.gz | 3 --- 3.7.1.tar.gz | 3 +++ python-docker.changes | 8 ++++++++ python-docker.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 3.7.0.tar.gz create mode 100644 3.7.1.tar.gz diff --git a/3.7.0.tar.gz b/3.7.0.tar.gz deleted file mode 100644 index 18f88e5..0000000 --- a/3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635fcf04dd60d4c1aacc27e8a5e045be3132c046bde01333c1014cc7f0ba5b2a -size 220407 diff --git a/3.7.1.tar.gz b/3.7.1.tar.gz new file mode 100644 index 0000000..407268b --- /dev/null +++ b/3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d5c2610a31780ec762eb77c6cf9e931d364376e1c96b18c25477f77c3ef094 +size 220882 diff --git a/python-docker.changes b/python-docker.changes index c7bb113..5b217a9 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 26 13:36:58 UTC 2019 - Tomáš Chvátal + +- Update to 3.7.1: + * Set a different default number (which is now 9) for SSH pools + * Adds a BaseHTTPAdapter with a close method to ensure that the pools is clean on close() + * Makes SSHHTTPAdapter reopen a closed connection when needed like the others + ------------------------------------------------------------------- Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg diff --git a/python-docker.spec b/python-docker.spec index f4c0564..24227f1 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 3.7.0 +Version: 3.7.1 Release: 0 Summary: Docker API Client License: Apache-2.0