Accepting request 878139 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/878139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docker?expand=0&rev=21
This commit is contained in:
2021-03-11 19:10:43 +00:00
committed by Git OBS Bridge
4 changed files with 34 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Mar 8 18:07:25 UTC 2021 - Chris Coutinho <chrisbcoutinho@gmail.com>
- Update to 4.4.4
From project changelog:
4.4.4
Bugfixes
Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client
4.4.3
Features
Add support for docker.types.Placement.MaxReplicas
Bugfixes
Fix SSH port parsing when shelling out to the ssh client
4.4.2
Bugfixes
Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
Fix docs example
Miscellaneous
Add Python3.8 and 3.9 in setup.py classifier list
4.4.1
Bugfixes
Avoid setting unsuported parameter for subprocess.Popen on Windows
Replace use of deprecated "filter" argument on ""docker/api/image"
-------------------------------------------------------------------
Sun Dec 20 09:56:10 UTC 2020 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-docker
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-docker
Version: 4.4.0
Version: 4.4.4
Release: 0
Summary: Docker API Client
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
URL: https://pypi.org/project/docker
Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
BuildRequires: %{python_module docker-pycreds >= 0.4.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module paramiko >= 2.4.2}
@@ -67,7 +67,7 @@ Provides: %{oldpython}-docker-py = %{version}
A docker API client in Python
%prep
%setup -q -n docker-py-%{version}
%setup -q -n docker-%{version}
%build
%python_build