[packages/docker-compose] up to 1.28.2
atler
atler at pld-linux.org
Tue Jan 26 21:33:27 CET 2021
commit b110482c102b8b5a237f8318e78028e680536cfd
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jan 26 21:32:51 2021 +0100
up to 1.28.2
docker-compose.spec | 6 +++---
remove-requires-upper-bound.patch | 13 ++++++-------
2 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 3cd9fb3..bae6a9c 100644
--- a/docker-compose.spec
+++ b/docker-compose.spec
@@ -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
diff --git a/remove-requires-upper-bound.patch b/remove-requires-upper-bound.patch
index 2c5b1be..e7113f6 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -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
@@ -15,10 +15,9 @@
-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',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/docker-compose.git/commitdiff/b110482c102b8b5a237f8318e78028e680536cfd
More information about the pld-cvs-commit
mailing list