17
0

Accepting request 762516 from home:TheBlackCat:branches:devel:languages:python

- Update to 1.25.1
  + Features
    * Bump `pytest-cov` 2.8.1
    * Bump `flake8` 3.7.9
    * Bump `coverage` 4.5.4
  + Bugfixes
    * Decode APIError explanation to unicode before usage on start and create of a container
    * Reports when images that cannot be pulled and must be built
    * Discard label `com.docker.compose.filepaths` having None as value. Typically, when coming from stdin
    * Added OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan
    * Passed in HOME env-var in container mode (running with `script/run/run.sh`)
    * Reverted behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built
- Drop python2 subpackage due to dropping backports packages.

OBS-URL: https://build.opensuse.org/request/show/762516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=17
This commit is contained in:
Todd R
2020-01-09 18:33:03 +00:00
committed by Git OBS Bridge
parent a61b28eae4
commit b9ae5e72ea
4 changed files with 23 additions and 22 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 9 18:28:21 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 1.25.1
+ Features
* Bump `pytest-cov` 2.8.1
* Bump `flake8` 3.7.9
* Bump `coverage` 4.5.4
+ Bugfixes
* Decode APIError explanation to unicode before usage on start and create of a container
* Reports when images that cannot be pulled and must be built
* Discard label `com.docker.compose.filepaths` having None as value. Typically, when coming from stdin
* Added OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan
* Passed in HOME env-var in container mode (running with `script/run/run.sh`)
* Reverted behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built
- Drop python2 subpackage due to dropping backports packages.
-------------------------------------------------------------------
Fri Dec 13 08:41:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>