15
0
forked from pool/python-docker

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/643510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2018-10-21 18:22:41 +00:00
committed by Git OBS Bridge
parent 3382e683bb
commit ef506df6c7
4 changed files with 49 additions and 14 deletions

View File

@@ -1,9 +1,43 @@
-------------------------------------------------------------------
Sat Oct 20 15:33:00 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 3.5.1:
* Bumped version of pyOpenSSL in requirements.txt and setup.py to
prevent installation of a vulnerable version
* Docs fixes
-------------------------------------------------------------------
Wed Aug 29 11:13:49 UTC 2018 - tchvatal@suse.com
- Fix build on older releases by not using new pytest syntax
for test selection
-------------------------------------------------------------------
Sat Aug 11 16:13:17 UTC 2018 - arun@gmx.de
- specfile:
* updated requirement python-docker-pycreds to 0.3.0
- update to version 3.5.0:
* Deprecation warning
+ Support for Python 3.3 will be dropped in the 4.0.0 release
* Features
+ Updated dependencies to ensure support for Python 3.7
environments
+ Added support for the uts_mode parameter in HostConfig
+ The UpdateConfig constructor now allows rollback as a valid
value for failure_action
+ Added support for rollback_config in APIClient.create_service,
APIClient.update_service, DockerClient.services.create and
Service.update.
* Bugfixes
+ Credential helpers are now properly leveraged by the build
method
+ Fixed a bug that caused placement preferences to be ignored when
provided to DockerClient.services.create
+ Fixed a bug that caused a user value of 0 to be ignored in
APIClient.create_container and DockerClient.containers.create
-------------------------------------------------------------------
Mon Jul 9 20:28:16 UTC 2018 - dmueller@suse.com