From e652a8c958bf7adbb680992b4f021dd2411f5e65 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Mon, 20 Sep 2021 22:39:01 +0200 Subject: [PATCH] python-docker: Update to 5.0.2 Bugfixes: - Fix disable_buffering regression - Bring back support for ssh identity file - Cleanup remaining python-2 dependencies - Fix image save example in docs Miscellaneous: - Bump urllib3 to 1.26.5 - Bump requests to 2.26.0 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 dba601e500..3326b7be2d 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:=5.0.0 +PKG_VERSION:=5.0.2 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5 +PKG_HASH:=21ec4998e90dff7a7aaaa098ca8d839c7de412b89e6f6c30908372d58fecf663 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0