mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-docker: update to 3.4.0 (#219)
This commit is contained in:
parent
f86bd2220b
commit
62f9018f52
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-docker'
|
# Template file for 'python-docker'
|
||||||
pkgname=python-docker
|
pkgname=python-docker
|
||||||
version=3.3.0
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="docker-${version}"
|
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"
|
python-backports.ssl_match_hostname python-docker-pycreds"
|
||||||
short_desc="Python2 library for the Docker Engine API"
|
short_desc="Python2 library for the Docker Engine API"
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
homepage="https://github.com/docker/docker-py"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/docker/docker-py"
|
||||||
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
|
||||||
checksum=dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a
|
checksum=e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7
|
||||||
|
|
||||||
python3-docker_package() {
|
python3-docker_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue