From: Jan Palus Date: Fri, 3 Jul 2020 09:08:40 +0000 (+0200) Subject: up to 1.26.2 X-Git-Tag: auto/th/docker-compose-1.26.2-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=4d286ef8423b7dac146d4c6a6d95c0602e69a4c3;p=packages%2Fdocker-compose.git up to 1.26.2 --- diff --git a/docker-compose.spec b/docker-compose.spec index 7170a3e..790342a 100644 --- a/docker-compose.spec +++ b/docker-compose.spec @@ -7,13 +7,13 @@ %define pypi_name docker-compose Summary: Multi-container orchestration for Docker Name: docker-compose -Version: 1.26.1 +Version: 1.26.2 Release: 1 License: Apache v2.0 Group: Applications/System # https://github.com/docker/compose/releases Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz -# Source0-md5: e57a3ffee709a449e2ca1f62f5423732 +# Source0-md5: 74fb79ebcb35619c2a87efd4e119dfd0 Patch0: remove-requires-upper-bound.patch URL: https://docs.docker.com/compose/ %if %{with tests} diff --git a/remove-requires-upper-bound.patch b/remove-requires-upper-bound.patch index 3284ae8..93053c5 100644 --- a/remove-requires-upper-bound.patch +++ b/remove-requires-upper-bound.patch @@ -71,7 +71,7 @@ - 'texttable >= 0.9.0, < 2', - 'websocket-client >= 0.32.0, < 1', - 'distro >= 1.5.0, < 2', -- 'docker[ssh] >= 4.2.1, < 5', +- 'docker[ssh] >= 4.2.2, < 5', - 'dockerpty >= 0.4.1, < 1', - 'six >= 1.3.0, < 2', - 'jsonschema >= 2.5.1, < 4', @@ -83,7 +83,7 @@ + 'texttable >= 0.9.0', + 'websocket-client >= 0.32.0', + 'distro >= 1.5.0', -+ 'docker[ssh] >= 4.2.1', ++ 'docker[ssh] >= 4.2.2', + 'dockerpty >= 0.4.1', + 'six >= 1.3.0', + 'jsonschema >= 2.5.1',