diff options
author | Javier Marcet <javier@marcet.info> | 2021-02-19 08:53:05 +0000 |
---|---|---|
committer | Javier Marcet <javier@marcet.info> | 2021-02-19 11:00:21 +0000 |
commit | cce8b3ab310bfed82dc421ae0f76a126aa286740 (patch) | |
tree | 078f66d94a7096cbf28b5d066b5dd8828fc380ef /lang/python/python-docker | |
parent | 78a36fea87bd7b18b1dc0c149f24a8d44d843cac (diff) |
python-docker: Update to 4.4.3
Bugfixes:
- Fix SSH port parsing when shelling out to the ssh client
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python/python-docker')
-rw-r--r-- | lang/python/python-docker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index d68504a64..0e2e07f6e 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.2 +PKG_VERSION:=4.4.3 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=67f33d4cf95182db631a17eef7d666d2c91f624c1d3fbc4df6009cb2f2a4c604 +PKG_HASH:=de5753b7f6486dd541a98393e423e387579b8974a5068748b83f852cc76a89d6 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |