From ac191fb6f47d9c5db615c105c8c73cf4eaf9ce6f Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 26 May 2024 23:54:46 +0200 Subject: [PATCH] python-docker: Update to 7.1.0 Release notes: https://github.com/docker/docker-py/releases/tag/7.1.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 f8220a27ac..f56bb54bde 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:=7.0.0 +PKG_VERSION:=7.1.0 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3 +PKG_HASH:=ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0 -- 2.30.2