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

@@ -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