From 34112b45c6d9bac1c6c3870ce323dccf097d8710 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 16 Apr 2021 13:54:13 -0400 Subject: python3-docker: update to 5.0.0 Changelog: - Remove support for Python 2.7 - Make Python 3.6 the minimum version supported Features - Add limit parameter to image search endpoint Bugfixes - Fix KeyError exception on secret create - Verify TLS keys loaded from docker contexts - Update PORT_SPEC regex to allow square brackets for IPv6 addresses - Fix containers and images documentation examples 4.4.4 Bugfixes - Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client 4.4.3 Features - Add support for docker.types.Placement.MaxReplicas Bugfixes - Fix SSH port parsing when shelling out to the ssh client 4.4.2 Bugfixes - Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden - Fix docs example Miscellaneous - Add Python3.8 and 3.9 in setup.py classifier list Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker_4.4.1.bb | 19 ------------------- recipes-devtools/python/python3-docker_5.0.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes-devtools/python/python3-docker_4.4.1.bb create mode 100644 recipes-devtools/python/python3-docker_5.0.0.bb diff --git a/recipes-devtools/python/python3-docker_4.4.1.bb b/recipes-devtools/python/python3-docker_4.4.1.bb deleted file mode 100644 index 3ab01823..00000000 --- a/recipes-devtools/python/python3-docker_4.4.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A Python library for the Docker Engine API." -HOMEPAGE = "https://github.com/docker/docker-py" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" - -SRC_URI[md5sum] = "0a4aa9efd059a65d58fefa37e5ad84c3" -SRC_URI[sha256sum] = "0604a74719d5d2de438753934b755bfcda6f62f49b8e4b30969a4b0a2a8a1220" - -DEPENDS += "${PYTHON_PN}-pip-native" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-docker-pycreds \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-websocket-client \ -" - -inherit pypi setuptools3 diff --git a/recipes-devtools/python/python3-docker_5.0.0.bb b/recipes-devtools/python/python3-docker_5.0.0.bb new file mode 100644 index 00000000..6b6e844b --- /dev/null +++ b/recipes-devtools/python/python3-docker_5.0.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "A Python library for the Docker Engine API." +HOMEPAGE = "https://github.com/docker/docker-py" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" + +SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" +SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" + +DEPENDS += "${PYTHON_PN}-pip-native" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-docker-pycreds \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-websocket-client \ +" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf