From 313c37b44c4876b6cfc3115509706908c7b15b51b2ada3ca6f8ab951957ee22d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jun 2020 13:36:43 +0000 Subject: [PATCH] - update to 4.2.1: - Add option on when to use `tls` on Context constructor - Make context orchestrator field optional OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=37 --- 4.2.0.tar.gz | 3 --- 4.2.1.tar.gz | 3 +++ python-docker.changes | 7 +++++++ python-docker.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 4.2.0.tar.gz create mode 100644 4.2.1.tar.gz diff --git a/4.2.0.tar.gz b/4.2.0.tar.gz deleted file mode 100644 index 6770816..0000000 --- a/4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38633209c69e5c70212821afefabebed298fcb0e1d86ff9bac18d76c6193c5c1 -size 234304 diff --git a/4.2.1.tar.gz b/4.2.1.tar.gz new file mode 100644 index 0000000..b2709b4 --- /dev/null +++ b/4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b7cbf0ef052a573e6b6272ca7c24e3477b3189b46b42c20aa609ad2fcd17a1 +size 234562 diff --git a/python-docker.changes b/python-docker.changes index 1e8ff3b..9626dd0 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 8 13:35:57 UTC 2020 - Dirk Mueller + +- update to 4.2.1: + - Add option on when to use `tls` on Context constructor + - Make context orchestrator field optional + ------------------------------------------------------------------- Sun Feb 9 16:47:09 UTC 2020 - Arun Persaud diff --git a/python-docker.spec b/python-docker.spec index f053d34..6a8b4fd 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: 4.2.0 +Version: 4.2.1 Release: 0 Summary: Docker API Client License: Apache-2.0