]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.28.5
authorJan Palus <atler@pld-linux.org>
Fri, 26 Feb 2021 18:19:12 +0000 (19:19 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 26 Feb 2021 18:19:12 +0000 (19:19 +0100)
docker-compose.spec
remove-requires-upper-bound.patch

index 7a9ff034659aa90ed9360633d5664a7575b504ec..5b731fb87aca4549440c519be6fbe78a3db89456 100644 (file)
@@ -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
index 8be258514903e64cf95ec1cabcf0c1782a0f5a32..a4e9b1aa4d1cb30dcfb2dd617a6688d5f4126d11 100644 (file)
@@ -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',
This page took 0.091409 seconds and 4 git commands to generate.