Browse Source

python-docker: Update to 5.0.2

Bugfixes:

 - Fix disable_buffering regression

 - Bring back support for ssh identity file

 - Cleanup remaining python-2 dependencies

 - Fix image save example in docs

Miscellaneous:

 - Bump urllib3 to 1.26.5

 - Bump requests to 2.26.0

Signed-off-by: Javier Marcet <javier@marcet.info>
lilik-openwrt-22.03
Javier Marcet 3 years ago
committed by Rosen Penev
parent
commit
e652a8c958
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-docker/Makefile

+ 2
- 2
lang/python/python-docker/Makefile View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-docker
PKG_VERSION:=5.0.0
PKG_VERSION:=5.0.2
PKG_RELEASE:=1
PYPI_NAME:=docker
PKG_HASH:=3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5
PKG_HASH:=21ec4998e90dff7a7aaaa098ca8d839c7de412b89e6f6c30908372d58fecf663
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=Apache-2.0


Loading…
Cancel
Save