17
0

- Update to 1.26.0:

* Bugs
    + Properly escape values coming from env_files
    + Sync compose-schemas with upstream (docker/cli)
    + Remove None entries on exec command
    + Add python-dotenv to delegate .env file processing
    + Don't adjust output on terminal width when piped into another command
    + Show an error message when version attribute is malformed
    + Fix HTTPS connection when DOCKER_HOST is remote
  * Bugfixes
    + Fix CI script to enforce the minimal MacOS version to 10.11
    + Fix docker-compose exec for keys with no value
    + Fix CI script to enforce the compilation with Python3
    + Fix binary's sha256 in the release page
    + Validate version format on formats 2+
    + Assume infinite terminal width when not running in a terminal
  * Features
    + Add docker context support
    + Add missing test dependency ddt to setup.py
    + Add --attach-dependencies to command up for attaching to dependencies
    + Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
    + Bump Pytest to 5.3.4 and add refactor compatibility with new version
    + Bump OpenSSL from 1.1.1f to 1.1.1g
    + Bump docker-py from 4.2.0 to 4.2.1
    + Bump OpenSSL from 1.1.1d to 1.1.1f
    + Add 3.8 compose version
    + Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
    + Bump PyInstaller from 3.5 to 3.6
    + Bump pysocks from 1.6.7 to 1.7.1
    + Bump websocket-client from 0.32.0 to 0.57.0
    + Bump urllib3 from 1.24.2 to 1.25.7
    + Bump jsonschema from 3.0.1 to 3.2.0
    + Bump PyYAML from 4.2b1 to 5.3
    + Bump certifi from 2017.4.17 to 2019.11.28
    + Bump coverage from 4.5.4 to 5.0.3
    + Bump paramiko from 2.6.0 to 2.7.1
    + Bump cached-property from 1.3.0 to 1.5.1
    + Bump minor Linux and MacOSX dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=27
This commit is contained in:
2020-06-16 06:37:29 +00:00
committed by Git OBS Bridge
parent 9b56d3b595
commit f353e79cfd
5 changed files with 65 additions and 14 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Jun 16 06:29:10 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.26.0:
* Bugs
+ Properly escape values coming from env_files
+ Sync compose-schemas with upstream (docker/cli)
+ Remove None entries on exec command
+ Add python-dotenv to delegate .env file processing
+ Don't adjust output on terminal width when piped into another command
+ Show an error message when version attribute is malformed
+ Fix HTTPS connection when DOCKER_HOST is remote
* Bugfixes
+ Fix CI script to enforce the minimal MacOS version to 10.11
+ Fix docker-compose exec for keys with no value
+ Fix CI script to enforce the compilation with Python3
+ Fix binary's sha256 in the release page
+ Validate version format on formats 2+
+ Assume infinite terminal width when not running in a terminal
* Features
+ Add docker context support
+ Add missing test dependency ddt to setup.py
+ Add --attach-dependencies to command up for attaching to dependencies
+ Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
+ Bump Pytest to 5.3.4 and add refactor compatibility with new version
+ Bump OpenSSL from 1.1.1f to 1.1.1g
+ Bump docker-py from 4.2.0 to 4.2.1
+ Bump OpenSSL from 1.1.1d to 1.1.1f
+ Add 3.8 compose version
+ Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
+ Bump PyInstaller from 3.5 to 3.6
+ Bump pysocks from 1.6.7 to 1.7.1
+ Bump websocket-client from 0.32.0 to 0.57.0
+ Bump urllib3 from 1.24.2 to 1.25.7
+ Bump jsonschema from 3.0.1 to 3.2.0
+ Bump PyYAML from 4.2b1 to 5.3
+ Bump certifi from 2017.4.17 to 2019.11.28
+ Bump coverage from 4.5.4 to 5.0.3
+ Bump paramiko from 2.6.0 to 2.7.1
+ Bump cached-property from 1.3.0 to 1.5.1
+ Bump minor Linux and MacOSX dependencies
-------------------------------------------------------------------
Tue May 26 07:22:43 UTC 2020 - Petr Gajdos <pgajdos@suse.com>