forked from pool/python-docker
Accepting request 751832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/751832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docker?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bf302bd4ca5495bad1289d4972f3ba185b6dbc36343bc82e856798953496cf8
|
||||
size 228330
|
||||
3
4.1.0.tar.gz
Normal file
3
4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e82699b633b9ff15b7ab1bd71696efb62b6e5fece1d81ed5c83dc978177d7adf
|
||||
size 229336
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 17:15:38 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* updated pytest requirement
|
||||
|
||||
- update to version 4.1.0:
|
||||
* Bugfixes
|
||||
+ Correct INDEX_URL logic in build.py _set_auth_headers
|
||||
+ Fix for empty auth keys in config.json
|
||||
* Features
|
||||
+ Add NetworkAttachmentConfig for service create/update
|
||||
* Miscellaneous
|
||||
+ Bump pytest to 4.3.1
|
||||
+ Adjust --platform tests for changes in docker engine
|
||||
+ Update credentials-helpers to v0.6.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 16:15:10 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-docker
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-docker
|
||||
Version: 4.0.2
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: Docker API Client
|
||||
License: Apache-2.0
|
||||
@@ -30,7 +30,7 @@ BuildRequires: %{python_module docker-pycreds >= 0.4.0}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module paramiko >= 2.4.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 2.9.1}
|
||||
BuildRequires: %{python_module pytest >= 4.3.1}
|
||||
BuildRequires: %{python_module pytest-cov >= 2.1.0}
|
||||
BuildRequires: %{python_module pytest-timeout >= 1.2.1}
|
||||
BuildRequires: %{python_module requests >= 2.20.0}
|
||||
|
||||
Reference in New Issue
Block a user