15
0
forked from pool/python-docker

Accepting request 750609 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/750609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-11-29 09:44:03 +00:00
committed by Git OBS Bridge
parent ee712f349e
commit b8dd3497ab
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 24 17:15:38 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* updated pytest requirement
- update to version 4.1.0:
* Bugfixes
+ Correct INDEX_URL logic in build.py _set_auth_headers
+ Fix for empty auth keys in config.json
* Features
+ Add NetworkAttachmentConfig for service create/update
* Miscellaneous
+ Bump pytest to 4.3.1
+ Adjust --platform tests for changes in docker engine
+ Update credentials-helpers to v0.6.3
-------------------------------------------------------------------
Sun Jul 28 16:15:10 UTC 2019 - Arun Persaud <arun@gmx.de>