forked from pool/python-docker
Accepting request 643580 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/643580 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docker?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad077b49660b711d20f50f344f70cfae014d635ef094bf21b0d7df5f0aeedf99
|
||||
size 174780
|
||||
3
docker-3.5.1.tar.gz
Normal file
3
docker-3.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbe82af9b94ccced752527c8de07fa20267f9634b48674ba478a0bb4000a0b1e
|
||||
size 176370
|
||||
@@ -1,9 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 15:33:00 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 3.5.1:
|
||||
* Bumped version of pyOpenSSL in requirements.txt and setup.py to
|
||||
prevent installation of a vulnerable version
|
||||
* Docs fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 11:13:49 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Fix build on older releases by not using new pytest syntax
|
||||
for test selection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 11 16:13:17 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* updated requirement python-docker-pycreds to 0.3.0
|
||||
|
||||
- update to version 3.5.0:
|
||||
* Deprecation warning
|
||||
+ Support for Python 3.3 will be dropped in the 4.0.0 release
|
||||
* Features
|
||||
+ Updated dependencies to ensure support for Python 3.7
|
||||
environments
|
||||
+ Added support for the uts_mode parameter in HostConfig
|
||||
+ The UpdateConfig constructor now allows rollback as a valid
|
||||
value for failure_action
|
||||
+ Added support for rollback_config in APIClient.create_service,
|
||||
APIClient.update_service, DockerClient.services.create and
|
||||
Service.update.
|
||||
* Bugfixes
|
||||
+ Credential helpers are now properly leveraged by the build
|
||||
method
|
||||
+ Fixed a bug that caused placement preferences to be ignored when
|
||||
provided to DockerClient.services.create
|
||||
+ Fixed a bug that caused a user value of 0 to be ignored in
|
||||
APIClient.create_container and DockerClient.containers.create
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 20:28:16 UTC 2018 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -12,26 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-docker
|
||||
Version: 3.4.1
|
||||
Version: 3.5.1
|
||||
Release: 0
|
||||
Summary: Docker API Client
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/docker/docker-py
|
||||
Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
|
||||
%if 0%{?suse_version} < 1320
|
||||
BuildRequires: %{oldpython}
|
||||
BuildRequires: %{python_module backports.ssl_match_hostname >= 3.5}
|
||||
BuildRequires: python3
|
||||
%endif
|
||||
BuildRequires: %{python_module docker-pycreds >= 0.2.3}
|
||||
BuildRequires: %{python_module docker-pycreds >= 0.3.0}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 2.9.1}
|
||||
@@ -43,7 +38,7 @@ BuildRequires: %{python_module six >= 1.4.0}
|
||||
BuildRequires: %{python_module websocket-client >= 0.32.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docker-pycreds >= 0.2.3
|
||||
Requires: python-docker-pycreds >= 0.3.0
|
||||
Requires: python-requests >= 2.14.2
|
||||
Requires: python-six >= 1.4.0
|
||||
Requires: python-websocket-client >= 0.32.0
|
||||
@@ -51,6 +46,11 @@ Requires: python-websocket-client >= 0.32.0
|
||||
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
|
||||
@@ -80,8 +80,9 @@ A docker API client in Python
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%dir %{python_sitelib}/*
|
||||
%dir %{python_sitelib}/docker
|
||||
%dir %{python_sitelib}/docker-%{version}-*.egg-info
|
||||
%{python_sitelib}/docker/*
|
||||
%{python_sitelib}/*egg-info/*
|
||||
%{python_sitelib}/docker*egg-info/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user