From 27b9be61907ca7c69301a6598050216e889775a76863738f208609c9983331d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Jul 2020 12:16:34 +0000 Subject: [PATCH] - update to 4.2.2: - Fix context load for non-docker endpoints OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=39 --- 4.2.1.tar.gz | 3 --- 4.2.2.tar.gz | 3 +++ python-docker.changes | 6 ++++++ python-docker.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 4.2.1.tar.gz create mode 100644 4.2.2.tar.gz diff --git a/4.2.1.tar.gz b/4.2.1.tar.gz deleted file mode 100644 index b2709b4..0000000 --- a/4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8b7cbf0ef052a573e6b6272ca7c24e3477b3189b46b42c20aa609ad2fcd17a1 -size 234562 diff --git a/4.2.2.tar.gz b/4.2.2.tar.gz new file mode 100644 index 0000000..b7721d9 --- /dev/null +++ b/4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a687018176321fccf25e051307b01ba070fca36ba0fdfcf563fb418d1dbab2c3 +size 234729 diff --git a/python-docker.changes b/python-docker.changes index 9626dd0..583910c 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 10 12:15:50 UTC 2020 - Dirk Mueller + +- update to 4.2.2: + - Fix context load for non-docker endpoints + ------------------------------------------------------------------- Mon Jun 8 13:35:57 UTC 2020 - Dirk Mueller diff --git a/python-docker.spec b/python-docker.spec index 6a8b4fd..3ab3864 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.1 +Version: 4.2.2 Release: 0 Summary: Docker API Client License: Apache-2.0