]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.29.0 auto/th/docker-compose-1.29.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 7 Apr 2021 08:34:57 +0000 (10:34 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 7 Apr 2021 08:34:57 +0000 (10:34 +0200)
docker-compose.spec
remove-requires-upper-bound.patch

index 87ec4ccbd1a40ab0e022ab91590cd241cd7db061..cf1a51ceaed4c7e19ced23acb9e08ceb9ae31c21 100644 (file)
@@ -7,13 +7,13 @@
 %define                pypi_name       docker-compose
 Summary:       Multi-container orchestration for Docker
 Name:          docker-compose
-Version:       1.28.6
+Version:       1.29.0
 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: 8a41f1ccb9870f9b4f3b5b0dbda870a7
+# Source0-md5: aed23629a7135c0756429969ad76d47b
 Patch0:                remove-requires-upper-bound.patch
 URL:           https://docs.docker.com/compose/
 %if %{with tests}
index f629b3ffd82e0d09d11fb4b0e3bf825de7beaa21..1ecd5c874c9af778c16dbfa9be24a9d512821cfc 100644 (file)
@@ -7,7 +7,7 @@
 -chardet==3.0.4
 -colorama==0.4.3; sys_platform == 'win32'
 -distro==1.5.0
--docker==4.4.4
+-docker==5.0.0
 -docker-pycreds==0.4.0
 -dockerpty==0.4.1
 -docopt==0.6.2
@@ -16,9 +16,9 @@
 -jsonschema==3.2.0
 -paramiko==2.7.1
 -PySocks==1.7.1
--python-dotenv==0.14.0
+-python-dotenv==0.17.0
 -pywin32==227; sys_platform == 'win32'
--PyYAML==5.3.1
+-PyYAML==5.4.1
 -requests==2.24.0
 -texttable==1.6.2
 -urllib3==1.25.10; python_version == '3.3'
@@ -57,7 +57,7 @@
 -    'texttable >= 0.9.0, < 2',
 -    'websocket-client >= 0.32.0, < 1',
 -    'distro >= 1.5.0, < 2',
--    'docker[ssh] >= 4.4.4, < 5',
+-    'docker[ssh] >= 5',
 -    'dockerpty >= 0.4.1, < 1',
 -    'jsonschema >= 2.5.1, < 4',
 -    'python-dotenv >= 0.13.0, < 1',
@@ -67,7 +67,7 @@
 +    'texttable >= 0.9.0',
 +    'websocket-client >= 0.32.0',
 +    'distro >= 1.5.0',
-+    'docker[ssh] >= 4.4.4',
++    'docker[ssh] >= 5',
 +    'dockerpty >= 0.4.1',
 +    'jsonschema >= 2.5.1',
 +    'python-dotenv >= 0.13.0',
This page took 0.106446 seconds and 4 git commands to generate.