From b8dd3497abcc8e8137330ee5f0426cd82e64eb4e94616681b01f49649566a3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Nov 2019 09:44:03 +0000 Subject: [PATCH] Accepting request 750609 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/750609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=33 --- 4.0.2.tar.gz | 3 --- 4.1.0.tar.gz | 3 +++ python-docker.changes | 17 +++++++++++++++++ python-docker.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 4.0.2.tar.gz create mode 100644 4.1.0.tar.gz diff --git a/4.0.2.tar.gz b/4.0.2.tar.gz deleted file mode 100644 index 0d6b8f1..0000000 --- a/4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bf302bd4ca5495bad1289d4972f3ba185b6dbc36343bc82e856798953496cf8 -size 228330 diff --git a/4.1.0.tar.gz b/4.1.0.tar.gz new file mode 100644 index 0000000..a2e0ecd --- /dev/null +++ b/4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82699b633b9ff15b7ab1bd71696efb62b6e5fece1d81ed5c83dc978177d7adf +size 229336 diff --git a/python-docker.changes b/python-docker.changes index fa74d56..6bd0996 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Nov 24 17:15:38 UTC 2019 - Arun Persaud + +- specfile: + * updated pytest requirement + +- update to version 4.1.0: + * Bugfixes + + Correct INDEX_URL logic in build.py _set_auth_headers + + Fix for empty auth keys in config.json + * Features + + Add NetworkAttachmentConfig for service create/update + * Miscellaneous + + Bump pytest to 4.3.1 + + Adjust --platform tests for changes in docker engine + + Update credentials-helpers to v0.6.3 + ------------------------------------------------------------------- Sun Jul 28 16:15:10 UTC 2019 - Arun Persaud diff --git a/python-docker.spec b/python-docker.spec index f1b20e5..472ddae 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,7 +1,7 @@ # # spec file for package python-docker # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.0.2 +Version: 4.1.0 Release: 0 Summary: Docker API Client License: Apache-2.0 @@ -30,7 +30,7 @@ BuildRequires: %{python_module docker-pycreds >= 0.4.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 2.4.2} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest >= 2.9.1} +BuildRequires: %{python_module pytest >= 4.3.1} BuildRequires: %{python_module pytest-cov >= 2.1.0} BuildRequires: %{python_module pytest-timeout >= 1.2.1} BuildRequires: %{python_module requests >= 2.20.0}