[packages/docker-compose] up to 1.29.0
atler
atler at pld-linux.org
Wed Apr 7 10:35:38 CEST 2021
commit 2b22bef5509024790b3d7ec5c93790260f109f40
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Apr 7 10:34:57 2021 +0200
up to 1.29.0
docker-compose.spec | 4 ++--
remove-requires-upper-bound.patch | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 87ec4cc..cf1a51c 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.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}
diff --git a/remove-requires-upper-bound.patch b/remove-requires-upper-bound.patch
index f629b3f..1ecd5c8 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -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',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/docker-compose.git/commitdiff/2b22bef5509024790b3d7ec5c93790260f109f40
More information about the pld-cvs-commit
mailing list