diff --git a/docker-4.4.4.tar.gz b/docker-4.4.4.tar.gz deleted file mode 100644 index c72c8de..0000000 --- a/docker-4.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db -size 209986 diff --git a/docker-5.0.3.tar.gz b/docker-5.0.3.tar.gz new file mode 100644 index 0000000..e435743 --- /dev/null +++ b/docker-5.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d916a26b62970e7c2f554110ed6af04c7ccff8e9f81ad17d0d40c75637e227fb +size 209485 diff --git a/python-docker.changes b/python-docker.changes index c28435f..855ace6 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 11 22:12:28 UTC 2021 - Dirk Müller + +- update to 5.0.3: + * Add cap_add and cap_drop parameters to service create and ContainerSpec + * Add templating parameter to config create + * Bump urllib3 to 1.26.5 + * Bump requests to 2.26.0 + * Remove support for Python 2.7 + * Make Python 3.6 the minimum version supported + ------------------------------------------------------------------- Mon Mar 8 18:07:25 UTC 2021 - Chris Coutinho diff --git a/python-docker.spec b/python-docker.spec index 412d7a7..b1f0299 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python +%global skip_python2 1 Name: python-docker -Version: 4.4.4 +Version: 5.0.3 Release: 0 Summary: Docker API Client License: Apache-2.0 @@ -49,18 +49,9 @@ Obsoletes: python-docker-py < %{version} Provides: python-docker-py = %{version} BuildArch: noarch %if 0%{?suse_version} < 1320 -BuildRequires: %{oldpython} BuildRequires: %{python_module backports.ssl_match_hostname >= 3.5} BuildRequires: python3 %endif -%ifpython2 -Requires: %{oldpython}-backports.ssl_match_hostname >= 3.5 -Requires: %{oldpython}-ipaddress >= 1.0.16 -%endif -%ifpython2 -Obsoletes: %{oldpython}-docker-py < %{version} -Provides: %{oldpython}-docker-py = %{version} -%endif %python_subpackages %description