diff --git a/docker-compose-1.25.0.tar.gz b/docker-compose-1.25.0.tar.gz deleted file mode 100644 index 20db21d..0000000 --- a/docker-compose-1.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c5fcbfd3ff445b6f3eebb549cb167ef1d8f70c5806aab8f309fc8fa74cd977e -size 269248 diff --git a/docker-compose-1.25.1.tar.gz b/docker-compose-1.25.1.tar.gz new file mode 100644 index 0000000..d6bc495 --- /dev/null +++ b/docker-compose-1.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7703a69b027c1405a127de76d43c2bbbd11fee7ad74b0b71f8b5e7461597900 +size 277965 diff --git a/python-docker-compose.changes b/python-docker-compose.changes index 2369dbe..7e24fba 100644 --- a/python-docker-compose.changes +++ b/python-docker-compose.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 18:28:21 UTC 2020 - Todd R + +- 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 diff --git a/python-docker-compose.spec b/python-docker-compose.spec index 9326fad..bb40a00 100644 --- a/python-docker-compose.spec +++ b/python-docker-compose.spec @@ -1,7 +1,7 @@ # # spec file for package python-docker-compose # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define mod_name compose +%define skip_python2 1 Name: python-docker-compose -Version: 1.25.0 +Version: 1.25.1 Release: 0 Summary: Tool to define and run complex applications using Docker License: Apache-2.0 @@ -40,12 +40,6 @@ BuildRequires: %{python_module texttable >= 0.9.0} BuildRequires: %{python_module websocket-client >= 0.32.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-backports.shutil_get_terminal_size >= 1.0.0 -BuildRequires: python2-backports.ssl_match_hostname >= 3.5 -BuildRequires: python2-enum34 >= 1.0.4 -BuildRequires: python2-ipaddress >= 1.0.16 -BuildRequires: python2-mock >= 1.0.1 -BuildRequires: python2-subprocess32 >= 3.5.4 Requires: docker Requires: python-PySocks >= 1.5.6 Requires: python-PyYAML >= 3.10 @@ -63,18 +57,8 @@ Requires: python-texttable >= 0.9.1 Requires: python-urllib3 >= 1.21.1 Requires: python-websocket-client >= 0.32.0 BuildArch: noarch -# This is py3 only as we have the binary just there -%ifpython3 Provides: docker-compose = %{version} Obsoletes: docker-compose < %{version} -%endif -%ifpython2 -Requires: python-backports.shutil_get_terminal_size >= 1.0.0 -Requires: python-backports.ssl_match_hostname >= 3.5 -Requires: python-enum34 >= 1.0.4 -Requires: python-ipaddress >= 1.0.16 -Requires: python-subprocess32 >= 3.5.4 -%endif %python_subpackages %description