From 6c2e4b80ef960c9039da386be86f09a95ad6922a75b385984cccec1d03def314 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 15 Jan 2019 11:24:07 +0000 Subject: [PATCH] Accepting request 666156 from home:mvyskocil:branches:devel:languages:python - Bump required version of pycreds to 0.4.0 (sync with requirements.txt) OBS-URL: https://build.opensuse.org/request/show/666156 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=23 --- python-docker.changes | 5 +++++ python-docker.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-docker.changes b/python-docker.changes index 456d20f..22a64cf 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil + +- Bump required version of pycreds to 0.4.0 (sync with requirements.txt) + ------------------------------------------------------------------- Mon Jan 14 12:22:01 UTC 2019 - Michal Vyskocil diff --git a/python-docker.spec b/python-docker.spec index 4d178ba..05ee547 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -26,7 +26,7 @@ License: Apache-2.0 Group: System/Management URL: https://github.com/docker/docker-py Source0: https://github.com/docker/docker-py/archive/%{version}.tar.gz -BuildRequires: %{python_module docker-pycreds >= 0.3.0} +BuildRequires: %{python_module docker-pycreds >= 0.4.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 2.4.2} BuildRequires: %{python_module pip} @@ -39,7 +39,7 @@ BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module websocket-client >= 0.40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-docker-pycreds >= 0.3.0 +Requires: python-docker-pycreds >= 0.4.0 Requires: python-paramiko >= 2.4.2 Requires: python-requests >= 2.20.0 Requires: python-six >= 1.10.0