]> git.pld-linux.org Git - packages/docker-compose.git/commitdiff
up to 1.28.6 auto/th/docker-compose-1.28.6-1
authorJan Palus <atler@pld-linux.org>
Tue, 23 Mar 2021 21:34:35 +0000 (22:34 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 23 Mar 2021 21:34:35 +0000 (22:34 +0100)
docker-compose.spec
remove-requires-upper-bound.patch

index cb55f25d7d36bef19d00b9afba05c2bcda95956b..87ec4ccbd1a40ab0e022ab91590cd241cd7db061 100644 (file)
@@ -7,13 +7,13 @@
 %define                pypi_name       docker-compose
 Summary:       Multi-container orchestration for Docker
 Name:          docker-compose
-Version:       1.28.5
-Release:       2
+Version:       1.28.6
+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: a13bbf434827a963493932858aa2d052
+# Source0-md5: 8a41f1ccb9870f9b4f3b5b0dbda870a7
 Patch0:                remove-requires-upper-bound.patch
 URL:           https://docs.docker.com/compose/
 %if %{with tests}
index a4e9b1aa4d1cb30dcfb2dd617a6688d5f4126d11..f629b3ffd82e0d09d11fb4b0e3bf825de7beaa21 100644 (file)
@@ -2,7 +2,7 @@
 +++ docker-compose-1.27.0/requirements.txt     2020-09-07 22:17:28.372476931 +0200
 @@ -1,22 +1,22 @@
 -backports.shutil_get_terminal_size==1.0.0
--cached-property==1.5.1
+-cached-property==1.5.1; python_version < '3.8'
 -certifi==2020.6.20
 -chardet==3.0.4
 -colorama==0.4.3; sys_platform == 'win32'
@@ -24,7 +24,7 @@
 -urllib3==1.25.10; python_version == '3.3'
 -websocket-client==0.57.0
 +backports.shutil_get_terminal_size
-+cached-property
++cached-property; python_version < '3.8'
 +certifi
 +chardet
 +colorama; sys_platform == 'win32'
 +websocket-client
 --- 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 @@
+@@ -25,16 +25,16 @@
  
  
  install_requires = [
--    'cached-property >= 1.2.0, < 2',
 -    'docopt >= 0.6.1, < 1',
 -    'PyYAML >= 3.10, < 6',
 -    'requests >= 2.20.0, < 3',
@@ -62,7 +61,6 @@
 -    'dockerpty >= 0.4.1, < 1',
 -    'jsonschema >= 2.5.1, < 4',
 -    'python-dotenv >= 0.13.0, < 1',
-+    'cached-property >= 1.2.0',
 +    'docopt >= 0.6.1',
 +    'PyYAML >= 3.10',
 +    'requests >= 2.20.0',
  ]
  
  
-@@ -49,9 +49,9 @@
+@@ -49,10 +49,10 @@
      tests_require.append('mock >= 1.0.1, < 4')
  
  extras_require = {
 -    ':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5, < 4'],
+-    ':python_version < "3.8"': ['cached-property >= 1.2.0, < 2'],
 -    ':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
 -    'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
 +    ':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5'],
++    ':python_version < "3.8"': ['cached-property >= 1.2.0'],
 +    ':sys_platform == "win32"': ['colorama >= 0.4'],
 +    'socks': ['PySocks >= 1.5.6, != 1.5.7'],
      'tests': tests_require,
This page took 0.096466 seconds and 4 git commands to generate.