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:
committed by
Git OBS Bridge
parent
4a260cf6ad
commit
c670b22d72
@@ -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
3
3.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa0c6c777823d066d49f8f96011956b0834170dd5129ed0b9be68d0fb75bc42f
|
||||
size 221277
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user