]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.26.1 auto/th/docker-compose-1.26.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 30 Jun 2020 19:14:38 +0000 (21:14 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 30 Jun 2020 19:14:38 +0000 (21:14 +0200)
docker-compose.spec
remove-requires-upper-bound.patch

index 405f36eb18b0a87e48728af85afeed122e9bdd83..7170a3ed46bdc899908b5c08d06460e404db7af1 100644 (file)
@@ -7,13 +7,13 @@
 %define                pypi_name       docker-compose
 Summary:       Multi-container orchestration for Docker
 Name:          docker-compose
-Version:       1.26.0
+Version:       1.26.1
 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: f7d54de5db1f17322c09db8157bd160f
+# Source0-md5: e57a3ffee709a449e2ca1f62f5423732
 Patch0:                remove-requires-upper-bound.patch
 URL:           https://docs.docker.com/compose/
 %if %{with tests}
@@ -29,7 +29,7 @@ BuildRequires:        python-websocket-client
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 Requires:      docker(engine) >= 1.10.0
-Requires:      python-docker >= 4.2.1
+Requires:      python-docker >= 4.2.2
 Requires:      python-paramiko >= 2.4.2
 Requires:      python-setuptools
 BuildArch:     noarch
index 874d5ae543a042ed482983cc863d60985b43f621..3284ae8193d2d9ecd205437d267c65c851320449 100644 (file)
@@ -8,7 +8,7 @@
 -chardet==3.0.4
 -colorama==0.4.3; sys_platform == 'win32'
 -distro==1.5.0
--docker==4.2.1
+-docker==4.2.2
 -docker-pycreds==0.4.0
 -dockerpty==0.4.1
 -docopt==0.6.2
@@ -71,7 +71,7 @@
 -    'texttable >= 0.9.0, < 2',
 -    'websocket-client >= 0.32.0, < 1',
 -    'distro >= 1.5.0, < 2',
--    'docker[ssh] >= 3.7.0, < 5',
+-    'docker[ssh] >= 4.2.1, < 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] >= 3.7.0',
++    'docker[ssh] >= 4.2.1',
 +    'dockerpty >= 0.4.1',
 +    'six >= 1.3.0',
 +    'jsonschema >= 2.5.1',
This page took 0.087247 seconds and 4 git commands to generate.