python-docker: update to 3.4.0 (#219)

This commit is contained in:
iaroki 2018-06-20 21:27:37 +03:00 committed by Alessio Sergi
parent f86bd2220b
commit 62f9018f52
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-docker'
pkgname=python-docker
version=3.3.0
version=3.4.0
revision=1
noarch=yes
wrksrc="docker-${version}"
@ -11,10 +11,10 @@ depends="python-requests python-six python-websocket-client python-ipaddress
python-backports.ssl_match_hostname python-docker-pycreds"
short_desc="Python2 library for the Docker Engine API"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
homepage="https://github.com/docker/docker-py"
license="Apache-2.0"
homepage="https://github.com/docker/docker-py"
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
checksum=dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a
checksum=e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7
python3-docker_package() {
noarch=yes