15
0
forked from pool/python-docker

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=45
This commit is contained in:
2021-12-11 22:15:02 +00:00
committed by Git OBS Bridge
parent a45b6f65ac
commit b98f99ced7
4 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db
size 209986

3
docker-5.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d916a26b62970e7c2f554110ed6af04c7ccff8e9f81ad17d0d40c75637e227fb
size 209485

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 11 22:12:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <chrisbcoutinho@gmail.com>

View File

@@ -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