python/python-docker: Updated for version 3.3.0.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2018-05-06 18:46:17 +03:00 committed by Willy Sudiarto Raharjo
parent e626e0fc15
commit b60b27ae73
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python-docker
# Copyright 2017 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-docker
VERSION=${VERSION:-2.6.1}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="python-docker"
VERSION="2.6.1"
VERSION="3.3.0"
HOMEPAGE="https://github.com/docker/docker-py"
DOWNLOAD="https://pypi.python.org/packages/20/73/3bb05004dcc734182d57a1c8a802732e05788678a71bfa12348a614d5d73/docker-2.6.1.tar.gz"
MD5SUM="be4c90ee936ad0af4c45532616bf8b52"
DOWNLOAD="https://files.pythonhosted.org/packages/e0/d7/5631c05977c51c1fc88b2eba9fd5cb0ecd7859f2ddfa7dfc653c06fcfe3a/docker-3.3.0.tar.gz"
MD5SUM="660c3c0c3776cb88f34fc549d7c89ed2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-ssl-match-hostname ipaddress pip python-docker-pycreds python-requests websocket-client"
REQUIRES="backports-ssl-match-hostname ipaddress python-docker-pycreds python-requests websocket-client"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"