diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-16 13:54:13 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-16 13:54:54 -0400 |
commit | 34112b45c6d9bac1c6c3870ce323dccf097d8710 (patch) | |
tree | 32a919f6bc121bab3dbe528249c43d6a56fee3d8 | |
parent | 747ce5366684a730577c3fed2fdfdcc1afa79291 (diff) | |
download | meta-virtualization-34112b45c6d9bac1c6c3870ce323dccf097d8710.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-docker_5.0.0.bb (renamed from recipes-devtools/python/python3-docker_4.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python3-docker_4.4.1.bb b/recipes-devtools/python/python3-docker_5.0.0.bb index 3ab01823..6b6e844b 100644 --- a/recipes-devtools/python/python3-docker_4.4.1.bb +++ b/recipes-devtools/python/python3-docker_5.0.0.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/docker/docker-py" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "0a4aa9efd059a65d58fefa37e5ad84c3" | 6 | SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" |
7 | SRC_URI[sha256sum] = "0604a74719d5d2de438753934b755bfcda6f62f49b8e4b30969a4b0a2a8a1220" | 7 | SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" |
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-pip-native" | 9 | DEPENDS += "${PYTHON_PN}-pip-native" |
10 | 10 | ||