15
0
forked from pool/python-docker

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

- specfile:
  * added obsoletes %oldpython
- update to version 2.5.1:
  * Bugfixes
    + Fixed a bug where patterns ending with ** in .dockerignore would
      raise an exception
    + Fixed a bug where using attach with the stream argument set to
      False would raise an exception
- changes from version 2.5.0:
  * Features
    + Added support for the squash parameter in APIClient.build and
      DockerClient.images.build.
    + When using API version 1.23 or above, load_image will now return
      a generator of progress as JSON dicts.
    + remove_image now returns the content of the API's response.
  * Bugfixes
    + Fixed an issue where the auto_remove parameter in
      DockerClient.containers.run was not taken into account.
    + Fixed a bug where .dockerignore patterns starting with a slash
      were ignored.
    + Fixed an issue with the handling of ** patterns in .dockerignore
    + Fixed a bug where building FROM a private Docker Hub image when
      not using a cred store would fail.
    + Fixed a bug where calling create_service or update_service with
      task_template as a dict would raise an exception.
    + Fixed the handling of TTY-enabled containers in attach and
      exec_run.
    + DockerClient.containers.run will no longer attempt to stream
      logs if the log driver doesn't support the operation.
  * Miscellaneous
    + Added extra requirements for better TLS support on some
      platforms. These can be installed or required through the
      docker[tls] notation.

OBS-URL: https://build.opensuse.org/request/show/533199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=3
This commit is contained in:
Jan Matejek
2017-10-11 10:39:13 +00:00
committed by Git OBS Bridge
parent 6cb04163bb
commit 46b2cd89f1
4 changed files with 54 additions and 11 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Oct 4 15:49:03 UTC 2017 - arun@gmx.de
- specfile:
* added obsoletes %oldpython
- update to version 2.5.1:
* Bugfixes
+ Fixed a bug where patterns ending with ** in .dockerignore would
raise an exception
+ Fixed a bug where using attach with the stream argument set to
False would raise an exception
- changes from version 2.5.0:
* Features
+ Added support for the squash parameter in APIClient.build and
DockerClient.images.build.
+ When using API version 1.23 or above, load_image will now return
a generator of progress as JSON dicts.
+ remove_image now returns the content of the API's response.
* Bugfixes
+ Fixed an issue where the auto_remove parameter in
DockerClient.containers.run was not taken into account.
+ Fixed a bug where .dockerignore patterns starting with a slash
were ignored.
+ Fixed an issue with the handling of ** patterns in .dockerignore
+ Fixed a bug where building FROM a private Docker Hub image when
not using a cred store would fail.
+ Fixed a bug where calling create_service or update_service with
task_template as a dict would raise an exception.
+ Fixed the handling of TTY-enabled containers in attach and
exec_run.
+ DockerClient.containers.run will no longer attempt to stream
logs if the log driver doesn't support the operation.
* Miscellaneous
+ Added extra requirements for better TLS support on some
platforms. These can be installed or required through the
docker[tls] notation.
-------------------------------------------------------------------
Fri Sep 29 12:24:51 UTC 2017 - tbechtold@suse.com