15
0
forked from pool/python-docker

- Update to 3.7.2:

* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
    protocol to parse_host afterwards, letting base_url with the original value.
  * XFAIL test_attach_stream_and_cancel on TLS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2019-04-01 13:26:55 +00:00
committed by Git OBS Bridge
parent 4a260cf6ad
commit c670b22d72
4 changed files with 13 additions and 5 deletions

View File

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

3
3.7.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 1 13:24:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.7.2:
* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
protocol to parse_host afterwards, letting base_url with the original value.
* XFAIL test_attach_stream_and_cancel on TLS
-------------------------------------------------------------------
Tue Mar 26 13:36:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-docker
Version: 3.7.1
Version: 3.7.2
Release: 0
Summary: Docker API Client
License: Apache-2.0
@@ -77,7 +77,7 @@ A docker API client in Python
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand py.test-%{$python_bin_suffix} tests/unit
%pytest tests/unit
%files %{python_files}
%license LICENSE