python-docker: Update to 5.0.0
authorJavier Marcet <redacted>
Sun, 11 Apr 2021 06:03:55 +0000 (06:03 +0000)
committerRosen Penev <redacted>
Mon, 12 Apr 2021 03:30:25 +0000 (20:30 -0700)
Breaking changes:

- Remove support for Python 2.7

- Make Python 3.6 the minimum version supported

Features:

- Add limit parameter to image search endpoint

Bugfixes:

- Fix KeyError exception on secret create

- Verify TLS keys loaded from docker contexts

- Update PORT_SPEC regex to allow square brackets for IPv6 addresses

- Fix containers and images documentation examples

Signed-off-by: Javier Marcet <redacted>
lang/python/python-docker/Makefile

index eb8ce5c7194f2025bbdca74538225cba11474491..dba601e500e4279f817a266511e6eba0272a7b62 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-docker
-PKG_VERSION:=4.4.4
+PKG_VERSION:=5.0.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=docker
-PKG_HASH:=d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db
+PKG_HASH:=3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=Apache-2.0
git clone https://git.99rst.org/PROJECT