]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.28.2 auto/th/docker-compose-1.28.2-1
authorJan Palus <atler@pld-linux.org>
Tue, 26 Jan 2021 20:32:51 +0000 (21:32 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 26 Jan 2021 20:32:51 +0000 (21:32 +0100)
docker-compose.spec
remove-requires-upper-bound.patch

index 3cd9fb3b6ae943fcb65836508e6ddbcc6006ef75..bae6a9c1afbd0a86d49e6f757b7dca407c4cb27e 100644 (file)
@@ -7,13 +7,13 @@
 %define                pypi_name       docker-compose
 Summary:       Multi-container orchestration for Docker
 Name:          docker-compose
-Version:       1.27.4
+Version:       1.28.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: 6c25d3b92596dc529edc337cc837eae1
+# Source0-md5: 48486752654e04eef6c8a79f0d279b30
 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.3.1
+Requires:      python3-docker >= 4.4.0
 Requires:      python3-paramiko >= 2.4.2
 Requires:      python3-setuptools
 BuildArch:     noarch
index 2c5b1be7596b1eecb526b84852ea91a78fa2d9ef..e7113f640688f32ba41bb258177a4c156d51456c 100644 (file)
@@ -1,13 +1,13 @@
 --- docker-compose-1.27.0/requirements.txt.orig        2020-09-07 22:15:24.818988058 +0200
 +++ docker-compose-1.27.0/requirements.txt     2020-09-07 22:17:28.372476931 +0200
-@@ -1,23 +1,22 @@
+@@ -1,22 +1,22 @@
 -backports.shutil_get_terminal_size==1.0.0
 -cached-property==1.5.1
 -certifi==2020.6.20
 -chardet==3.0.4
 -colorama==0.4.3; sys_platform == 'win32'
 -distro==1.5.0
--docker==4.3.1
+-docker==4.4.1
 -docker-pycreds==0.4.0
 -dockerpty==0.4.1
 -docopt==0.6.2
 -ipaddress==1.0.23
 -jsonschema==3.2.0
 -paramiko==2.7.1
--pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
--pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
 -PySocks==1.7.1
 -python-dotenv==0.14.0
+-pywin32==227; sys_platform == 'win32'
 -PyYAML==5.3.1
 -requests==2.24.0
 -texttable==1.6.2
@@ -38,9 +37,9 @@
 +ipaddress
 +jsonschema
 +paramiko
-+pypiwin3; sys_platform == 'win32'
 +PySocks
 +python-dotenv
++pywin32; sys_platform == 'win32'
 +PyYAML
 +requests
 +texttable
@@ -59,7 +58,7 @@
 -    'texttable >= 0.9.0, < 2',
 -    'websocket-client >= 0.32.0, < 1',
 -    'distro >= 1.5.0, < 2',
--    'docker[ssh] >= 4.3.1, < 5',
+-    'docker[ssh] >= 4.4.0, < 5',
 -    'dockerpty >= 0.4.1, < 1',
 -    'jsonschema >= 2.5.1, < 4',
 -    'python-dotenv >= 0.13.0, < 1',
@@ -70,7 +69,7 @@
 +    'texttable >= 0.9.0',
 +    'websocket-client >= 0.32.0',
 +    'distro >= 1.5.0',
-+    'docker[ssh] >= 4.3.1',
++    'docker[ssh] >= 4.4.0',
 +    'dockerpty >= 0.4.1',
 +    'jsonschema >= 2.5.1',
 +    'python-dotenv >= 0.13.0',
This page took 0.076564 seconds and 4 git commands to generate.