mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
docker-compose: update to 1.28.2
Along with the version bump, we refresh our dependency patch to apply. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
7b8da52f5f
commit
42ec3cb5bf
|
@ -14,11 +14,11 @@ Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|||
setup.py | 24 ++++++++++++------------
|
||||
1 file changed, 12 insertions(+), 12 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index e0d4340e..80ffefe5 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -25,17 +25,17 @@ def find_version(*file_paths):
|
||||
Index: docker-compose-1.28.2/setup.py
|
||||
===================================================================
|
||||
--- docker-compose-1.28.2.orig/setup.py
|
||||
+++ docker-compose-1.28.2/setup.py
|
||||
@@ -25,17 +25,17 @@
|
||||
|
||||
|
||||
install_requires = [
|
||||
|
@ -29,7 +29,7 @@ index e0d4340e..80ffefe5 100644
|
|||
- 'texttable >= 0.9.0, < 2',
|
||||
- 'websocket-client >= 0.32.0, < 1',
|
||||
- 'distro >= 1.5.0, < 2',
|
||||
- 'docker[ssh] >= 4.3.1, < 5',
|
||||
- 'docker[ssh] >= 4.4.0, < 5',
|
||||
- 'dockerpty >= 0.4.1, < 1',
|
||||
- 'jsonschema >= 2.5.1, < 4',
|
||||
- 'python-dotenv >= 0.13.0, < 1',
|
||||
|
@ -40,14 +40,14 @@ index e0d4340e..80ffefe5 100644
|
|||
+ 'texttable >= 0.9.0',
|
||||
+ 'websocket-client >= 0.32.0',
|
||||
+ 'distro >= 1.5.0',
|
||||
+ 'docker[ssh] >= 4.3.1',
|
||||
+ 'docker[ssh] >= 4.4.0',
|
||||
+ 'dockerpty >= 0.4.1',
|
||||
+ 'jsonschema >= 2.5.1',
|
||||
+ 'python-dotenv >= 0.13.0',
|
||||
]
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ if sys.version_info[:2] < (3, 4):
|
||||
@@ -51,7 +51,7 @@
|
||||
extras_require = {
|
||||
':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5, < 4'],
|
||||
':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
|
||||
|
@ -56,6 +56,3 @@ index e0d4340e..80ffefe5 100644
|
|||
'tests': tests_require,
|
||||
}
|
||||
|
||||
--
|
||||
2.28.0
|
||||
|
||||
|
|
|
@ -5,8 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "6c25d3b92596dc529edc337cc837eae1"
|
||||
SRC_URI[sha256sum] = "5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83"
|
||||
SRC_URI[md5sum] = "48486752654e04eef6c8a79f0d279b30"
|
||||
SRC_URI[sha256sum] = "2f148b590414915d029dad7551f4cdf0b03a774dc9baa674480217236d260cc1"
|
||||
|
||||
|
||||
SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
|
||||
file://0001-setup.py-import-fastentrypoints.patch \
|
Loading…
Reference in New Issue
Block a user