diff options
author | Javier Marcet <javier@marcet.info> | 2021-10-10 12:39:40 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-13 17:07:47 -0700 |
commit | f424ecff1fa067c48b87155a800680a05cb3021b (patch) | |
tree | 34207b6b67f681302568cb036a3b9261fa2ee4c4 /lang/python/python-docker | |
parent | 7be2632755b7ca46a63f10ab3946b12ccb4cc0b5 (diff) |
python-docker: Update to 5.0.3
Features:
- Add cap_add and cap_drop parameters to service create and
ContainerSpec
- Add templating parameter to config create
Bugfixes:
- Fix getting a read timeout for logs/attach with a tty and slow
output
Miscellaneous:
- Fix documentation examples
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 3326b7be2..281073a06 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.2 +PKG_VERSION:=5.0.3 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=21ec4998e90dff7a7aaaa098ca8d839c7de412b89e6f6c30908372d58fecf663 +PKG_HASH:=d916a26b62970e7c2f554110ed6af04c7ccff8e9f81ad17d0d40c75637e227fb PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |