python-docker: Update to 4.4.4
authorJavier Marcet <[email protected]>
Tue, 9 Mar 2021 17:36:09 +0000 (17:36 +0000)
committerJavier Marcet <[email protected]>
Tue, 9 Mar 2021 17:41:18 +0000 (17:41 +0000)
Bugfixes:

- Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when
shelling out to the ssh client.

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

index 0e2e07f6e72a8b3faac2a9abc4c80eb7722f0e43..eb8ce5c7194f2025bbdca74538225cba11474491 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-docker
-PKG_VERSION:=4.4.3
+PKG_VERSION:=4.4.4
 PKG_RELEASE:=1
 
 PYPI_NAME:=docker
-PKG_HASH:=de5753b7f6486dd541a98393e423e387579b8974a5068748b83f852cc76a89d6
+PKG_HASH:=d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db
 
 PKG_MAINTAINER:=Javier Marcet <[email protected]>
 PKG_LICENSE:=Apache-2.0