]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.26.2 auto/th/docker-compose-1.26.2-1
authorJan Palus <atler@pld-linux.org>
Fri, 3 Jul 2020 09:08:40 +0000 (11:08 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 3 Jul 2020 09:08:40 +0000 (11:08 +0200)
docker-compose.spec
remove-requires-upper-bound.patch

index 7170a3ed46bdc899908b5c08d06460e404db7af1..790342a9914dd65aec3985685dd2057be6b26390 100644 (file)
@@ -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}
index 3284ae8193d2d9ecd205437d267c65c851320449..93053c5065b2c5900babd3bccee1d3959f727fef 100644 (file)
@@ -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',
This page took 0.099149 seconds and 4 git commands to generate.