From 75fbd91d6689c5d15141e78931caf299c2c912c7 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 11 Apr 2021 06:03:55 +0000 Subject: [PATCH] python-docker: Update to 5.0.0 Breaking changes: - 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 Signed-off-by: Javier Marcet --- lang/python/python-docker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index eb8ce5c71..dba601e50 100644 --- a/lang/python/python-docker/Makefile +++ b/lang/python/python-docker/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-docker -PKG_VERSION:=4.4.4 +PKG_VERSION:=5.0.0 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db +PKG_HASH:=3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0