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