[packages/docker-compose] up to 1.25.2
atler
atler at pld-linux.org
Tue Jan 21 18:20:17 CET 2020
commit added5207e031132040ed6b2f254d3798ec28691
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jan 21 18:20:01 2020 +0100
up to 1.25.2
docker-compose.spec | 4 ++--
remove-requires-upper-bound.patch | 43 ++++++++++++++++++++++-----------------
2 files changed, 26 insertions(+), 21 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 020bff7..1fa6109 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.25.1
+Version: 1.25.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: 2a398250f6a1686e54e8ffd60943e6fc
+# Source0-md5: 82ac7d4449180c5fa592e7f9ced352e7
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 5a28d4f..6f2bfb5 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -1,31 +1,34 @@
-diff -ur docker-compose-1.19.0.orig/requirements.txt docker-compose-1.19.0/requirements.txt
---- docker-compose-1.19.0.orig/requirements.txt 2018-03-05 21:55:17.014552784 +0100
-+++ docker-compose-1.19.0/requirements.txt 2018-03-05 21:56:54.020768816 +0100
-@@ -1,24 +1,23 @@
+diff -ur docker-compose-1.25.2.orig/requirements.txt docker-compose-1.25.2/requirements.txt
+--- docker-compose-1.25.2.orig/requirements.txt 2020-01-21 18:13:39.348446291 +0100
++++ docker-compose-1.25.2/requirements.txt 2020-01-21 18:15:48.717904899 +0100
+@@ -1,26 +1,25 @@
+-backports.shutil_get_terminal_size==1.0.0
-backports.ssl-match-hostname==3.5.0.1; python_version < '3'
--cached-property==1.3.0
--certifi==2017.4.17
+-cached-property==1.5.1
+-certifi==2019.11.28
-chardet==3.0.4
--colorama==0.4.0; sys_platform == 'win32'
+-colorama==0.4.3; sys_platform == 'win32'
-docker==4.1.0
-docker-pycreds==0.4.0
-dockerpty==0.4.1
-docopt==0.6.2
-enum34==1.1.6; python_version < '3.4'
-functools32==3.2.3.post2; python_version < '3.2'
--idna==2.5
--ipaddress==1.0.18
--jsonschema==3.0.1
--paramiko==2.6.0
+-idna==2.8
+-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.6.7
--PyYAML==4.2b1
+-PySocks==1.7.1
+-PyYAML==5.3
-requests==2.22.0
-six==1.12.0
+-subprocess32==3.5.4; python_version < '3.2'
-texttable==1.6.2
--urllib3==1.24.2; python_version == '3.3'
--websocket-client==0.32.0
+-urllib3==1.25.7; python_version == '3.3'
+-websocket-client==0.57.0
++backports.shutil_get_terminal_size
+backports.ssl-match-hostname; python_version < '3'
+cached-property
+certifi
@@ -46,18 +49,20 @@ diff -ur docker-compose-1.19.0.orig/requirements.txt docker-compose-1.19.0/requi
+PyYAML
+requests
+six
++subprocess32; python_version < '3.2'
+texttable
+urllib3; python_version == '3.3'
+websocket-client
---- docker-compose-1.25.0/setup.py.orig 2019-11-14 15:46:09.000000000 +0100
-+++ docker-compose-1.25.0/setup.py 2019-11-21 00:25:32.143128603 +0100
+diff -ur docker-compose-1.25.2.orig/setup.py docker-compose-1.25.2/setup.py
+--- docker-compose-1.25.2.orig/setup.py 2020-01-20 18:06:19.000000000 +0100
++++ docker-compose-1.25.2/setup.py 2020-01-21 18:17:44.417383294 +0100
@@ -30,16 +30,16 @@
install_requires = [
- 'cached-property >= 1.2.0, < 2',
- 'docopt >= 0.6.1, < 1',
-- 'PyYAML >= 3.10, < 5',
+- 'PyYAML >= 3.10, < 6',
- 'requests >= 2.20.0, < 3',
- 'texttable >= 0.9.0, < 2',
- 'websocket-client >= 0.32.0, < 1',
@@ -71,7 +76,7 @@ diff -ur docker-compose-1.19.0.orig/requirements.txt docker-compose-1.19.0/requi
+ 'requests >= 2.20.0',
+ 'texttable >= 0.9.0',
+ 'websocket-client >= 0.32.0',
-+ 'docker >= 3.7.0',
++ 'docker[ssh] >= 3.7.0',
+ '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/added5207e031132040ed6b2f254d3798ec28691
More information about the pld-cvs-commit
mailing list