]> git.pld-linux.org Git - packages/docker-compose.git/blobdiff - remove-requires-upper-bound.patch
up to 1.27.0
[packages/docker-compose.git] / remove-requires-upper-bound.patch
index 93053c5065b2c5900babd3bccee1d3959f727fef..2c5b1be7596b1eecb526b84852ea91a78fa2d9ef 100644 (file)
@@ -1,37 +1,30 @@
---- docker-compose-1.26.0/requirements.txt.orig        2020-06-03 17:13:24.695266751 +0200
-+++ docker-compose-1.26.0/requirements.txt     2020-06-03 17:15:46.190749529 +0200
-@@ -1,29 +1,28 @@
+--- 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 @@
 -backports.shutil_get_terminal_size==1.0.0
--backports.ssl-match-hostname==3.5.0.1; python_version < '3'
 -cached-property==1.5.1
--certifi==2020.4.5.1
+-certifi==2020.6.20
 -chardet==3.0.4
 -colorama==0.4.3; sys_platform == 'win32'
 -distro==1.5.0
--docker==4.2.2
+-docker==4.3.1
 -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.8
+-idna==2.10
 -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.13.0
--PyYAML==5.3
--requests==2.22.0
--six==1.12.0
--subprocess32==3.5.4; python_version < '3.2'
+-python-dotenv==0.14.0
+-PyYAML==5.3.1
+-requests==2.24.0
 -texttable==1.6.2
--urllib3==1.25.7; python_version == '3.3'
--wcwidth==0.1.9
+-urllib3==1.25.10; python_version == '3.3'
 -websocket-client==0.57.0
 +backports.shutil_get_terminal_size
-+backports.ssl-match-hostname; python_version < '3'
 +cached-property
 +certifi
 +chardet
 +docker-pycreds
 +dockerpty
 +docopt
-+enum34; python_version < '3.4'
-+functools32; python_version < '3.2'
 +idna
 +ipaddress
 +jsonschema
 +paramiko
-+pypiwin32; sys_platform == 'win32'
++pypiwin3; sys_platform == 'win32'
 +PySocks
 +python-dotenv
 +PyYAML
 +requests
-+six
-+subprocess32; python_version < '3.2'
 +texttable
 +urllib3; python_version == '3.3'
-+wcwidth
 +websocket-client
---- docker-compose-1.26.0/setup.py.orig        2020-06-03 17:13:24.695266751 +0200
-+++ docker-compose-1.26.0/setup.py     2020-06-03 17:17:48.769056566 +0200
-@@ -30,18 +30,18 @@
+--- docker-compose-1.27.0/setup.py.orig        2020-09-07 22:15:24.818988058 +0200
++++ docker-compose-1.27.0/setup.py     2020-09-07 22:19:17.642592487 +0200
+@@ -25,17 +25,17 @@
  
  
  install_requires = [
@@ -71,9 +59,8 @@
 -    'texttable >= 0.9.0, < 2',
 -    'websocket-client >= 0.32.0, < 1',
 -    'distro >= 1.5.0, < 2',
--    'docker[ssh] >= 4.2.2, < 5',
+-    'docker[ssh] >= 4.3.1, < 5',
 -    'dockerpty >= 0.4.1, < 1',
--    'six >= 1.3.0, < 2',
 -    'jsonschema >= 2.5.1, < 4',
 -    'python-dotenv >= 0.13.0, < 1',
 +    'cached-property >= 1.2.0',
 +    'texttable >= 0.9.0',
 +    'websocket-client >= 0.32.0',
 +    'distro >= 1.5.0',
-+    'docker[ssh] >= 4.2.2',
++    'docker[ssh] >= 4.3.1',
 +    'dockerpty >= 0.4.1',
-+    'six >= 1.3.0',
 +    'jsonschema >= 2.5.1',
 +    'python-dotenv >= 0.13.0',
  ]
  
  
-@@ -55,13 +55,13 @@
+@@ -49,9 +49,9 @@
      tests_require.append('mock >= 1.0.1, < 4')
  
  extras_require = {
--    ':python_version < "3.2"': ['subprocess32 >= 3.5.4, < 4'],
--    ':python_version < "3.4"': ['enum34 >= 1.0.4, < 2'],
 -    ':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5, < 4'],
--    ':python_version < "3.3"': ['backports.shutil_get_terminal_size == 1.0.0',
--                                'ipaddress >= 1.0.16, < 2'],
 -    ':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
 -    'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
-+    ':python_version < "3.2"': ['subprocess32 >= 3.5.4'],
-+    ':python_version < "3.4"': ['enum34 >= 1.0.4'],
 +    ':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5'],
-+    ':python_version < "3.3"': ['backports.shutil_get_terminal_size >= 1.0.0',
-+                                'ipaddress >= 1.0.16'],
 +    ':sys_platform == "win32"': ['colorama >= 0.4'],
 +    'socks': ['PySocks >= 1.5.6, != 1.5.7'],
      'tests': tests_require,
This page took 0.054749 seconds and 4 git commands to generate.