From: Jan Palus Date: Fri, 26 Feb 2021 18:19:12 +0000 (+0100) Subject: up to 1.28.5 X-Git-Tag: auto/th/docker-compose-1.28.5-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdocker-compose.git;a=commitdiff_plain;h=089a701 up to 1.28.5 --- diff --git a/docker-compose.spec b/docker-compose.spec index 7a9ff03..5b731fb 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.28.4 +Version: 1.28.5 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: a619c3948003e39bf2595cf7ab7d9099 +# Source0-md5: a13bbf434827a963493932858aa2d052 Patch0: remove-requires-upper-bound.patch URL: https://docs.docker.com/compose/ %if %{with tests} @@ -29,7 +29,7 @@ BuildRequires: python3-websocket-client BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 Requires: docker(engine) >= 1.10.0 -Requires: python3-docker >= 4.4.3 +Requires: python3-docker >= 4.4.4 Requires: python3-paramiko >= 2.4.2 Requires: python3-setuptools BuildArch: noarch diff --git a/remove-requires-upper-bound.patch b/remove-requires-upper-bound.patch index 8be2585..a4e9b1a 100644 --- a/remove-requires-upper-bound.patch +++ b/remove-requires-upper-bound.patch @@ -7,7 +7,7 @@ -chardet==3.0.4 -colorama==0.4.3; sys_platform == 'win32' -distro==1.5.0 --docker==4.4.3 +-docker==4.4.4 -docker-pycreds==0.4.0 -dockerpty==0.4.1 -docopt==0.6.2 @@ -58,7 +58,7 @@ - 'texttable >= 0.9.0, < 2', - 'websocket-client >= 0.32.0, < 1', - 'distro >= 1.5.0, < 2', -- 'docker[ssh] >= 4.4.3, < 5', +- 'docker[ssh] >= 4.4.4, < 5', - 'dockerpty >= 0.4.1, < 1', - 'jsonschema >= 2.5.1, < 4', - 'python-dotenv >= 0.13.0, < 1', @@ -69,7 +69,7 @@ + 'texttable >= 0.9.0', + 'websocket-client >= 0.32.0', + 'distro >= 1.5.0', -+ 'docker[ssh] >= 4.4.3', ++ 'docker[ssh] >= 4.4.4', + 'dockerpty >= 0.4.1', + 'jsonschema >= 2.5.1', + 'python-dotenv >= 0.13.0',