python-docker: Update to 7.1.0
authorJavier Marcet <[email protected]>
Sun, 26 May 2024 21:54:46 +0000 (23:54 +0200)
committerTianling Shen <[email protected]>
Fri, 14 Nov 2025 09:33:22 +0000 (17:33 +0800)
Release notes: https://github.com/docker/docker-py/releases/tag/7.1.0

Signed-off-by: Javier Marcet <[email protected]>
lang/python/python-docker/Makefile

index f8220a27acb44f0a72f6f89ce28f7e354bd855da..f56bb54bde1e7cfb65d36ca52821d4fe5bdea59a 100644 (file)
@@ -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 <[email protected]>
 PKG_LICENSE:=Apache-2.0