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