diff --git a/3.7.1.tar.gz b/3.7.1.tar.gz deleted file mode 100644 index 407268b..0000000 --- a/3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53d5c2610a31780ec762eb77c6cf9e931d364376e1c96b18c25477f77c3ef094 -size 220882 diff --git a/3.7.2.tar.gz b/3.7.2.tar.gz new file mode 100644 index 0000000..27ee190 --- /dev/null +++ b/3.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0c6c777823d066d49f8f96011956b0834170dd5129ed0b9be68d0fb75bc42f +size 221277 diff --git a/python-docker.changes b/python-docker.changes index 5b217a9..9f94b99 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 1 13:24:35 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-docker.spec b/python-docker.spec index 24227f1..31891cd 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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