Skip to content
Snippets Groups Projects
Commit 75fbd91d authored by Javier Marcet's avatar Javier Marcet Committed by Rosen Penev
Browse files

python-docker: Update to 5.0.0


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: default avatarJavier Marcet <javier@marcet.info>
parent 138f1ccb
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment