python-docker: update to 4.2.0.

This commit is contained in:
DirectorX 2020-05-28 20:34:17 +03:00 committed by Helmut Pozimski
parent c510dfef3a
commit 54b89e0bbb

View file

@ -1,11 +1,10 @@
# Template file for 'python-docker'
pkgname=python-docker
version=3.7.2
revision=2
version=4.2.0
revision=1
archs=noarch
wrksrc="docker-${version}"
build_style=python-module
pycompile_module="docker"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests python-six python-websocket-client python-ipaddress
python-backports.ssl_match_hostname python-docker-pycreds"
@ -14,11 +13,10 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
license="Apache-2.0"
homepage="https://github.com/docker/docker-py"
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
checksum=c456ded5420af5860441219ff8e51cdec531d65f4a9e948ccd4133e063b72f50
checksum=ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e
python3-docker_package() {
archs=noarch
pycompile_module="docker"
depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {