[packages/docker-compose] up to 1.26.2
atler
atler at pld-linux.org
Fri Jul 3 11:08:56 CEST 2020
commit 4d286ef8423b7dac146d4c6a6d95c0602e69a4c3
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jul 3 11:08:40 2020 +0200
up to 1.26.2
docker-compose.spec | 4 ++--
remove-requires-upper-bound.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 7170a3e..790342a 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.26.1
+Version: 1.26.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: e57a3ffee709a449e2ca1f62f5423732
+# Source0-md5: 74fb79ebcb35619c2a87efd4e119dfd0
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 3284ae8..93053c5 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -71,7 +71,7 @@
- 'texttable >= 0.9.0, < 2',
- 'websocket-client >= 0.32.0, < 1',
- 'distro >= 1.5.0, < 2',
-- 'docker[ssh] >= 4.2.1, < 5',
+- 'docker[ssh] >= 4.2.2, < 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] >= 4.2.1',
++ 'docker[ssh] >= 4.2.2',
+ 'dockerpty >= 0.4.1',
+ 'six >= 1.3.0',
+ 'jsonschema >= 2.5.1',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/docker-compose.git/commitdiff/4d286ef8423b7dac146d4c6a6d95c0602e69a4c3
More information about the pld-cvs-commit
mailing list