[packages/docker-compose] up to 1.28.5
atler
atler at pld-linux.org
Fri Feb 26 19:19:24 CET 2021
commit 089a701dc5b897acaf943d4f07cb10291f2bb3b1
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Feb 26 19:19:12 2021 +0100
up to 1.28.5
docker-compose.spec | 6 +++---
remove-requires-upper-bound.patch | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 7a9ff03..5b731fb 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.4
+Version: 1.28.5
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: a619c3948003e39bf2595cf7ab7d9099
+# Source0-md5: a13bbf434827a963493932858aa2d052
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.4.3
+Requires: python3-docker >= 4.4.4
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 8be2585..a4e9b1a 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.3
+-docker==4.4.4
-docker-pycreds==0.4.0
-dockerpty==0.4.1
-docopt==0.6.2
@@ -58,7 +58,7 @@
- 'texttable >= 0.9.0, < 2',
- 'websocket-client >= 0.32.0, < 1',
- 'distro >= 1.5.0, < 2',
-- 'docker[ssh] >= 4.4.3, < 5',
+- 'docker[ssh] >= 4.4.4, < 5',
- 'dockerpty >= 0.4.1, < 1',
- 'jsonschema >= 2.5.1, < 4',
- 'python-dotenv >= 0.13.0, < 1',
@@ -69,7 +69,7 @@
+ 'texttable >= 0.9.0',
+ 'websocket-client >= 0.32.0',
+ 'distro >= 1.5.0',
-+ 'docker[ssh] >= 4.4.3',
++ 'docker[ssh] >= 4.4.4',
+ '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/089a701dc5b897acaf943d4f07cb10291f2bb3b1
More information about the pld-cvs-commit
mailing list