python-docker: update to 3.4.0 (#219)
This commit is contained in:
parent
f86bd2220b
commit
62f9018f52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue