summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas2017-11-13 19:39:47 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:54 +0100
commit8f404ede7e162e60eaeeceb7c10af68209928a28 (patch)
treebec633889f2a7d2be2fa15698c586f27644c433f /python
parentc42e86d6f4cb599f7f497e7277779a31c4cf16de (diff)
downloadslackbuilds-8f404ede7e162e60eaeeceb7c10af68209928a28.tar.gz
python/python-docker: Updated for version 2.6.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r--python/python-docker/python-docker.SlackBuild2
-rw-r--r--python/python-docker/python-docker.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-docker/python-docker.SlackBuild b/python/python-docker/python-docker.SlackBuild
index 0c74431837..f39d29542e 100644
--- a/python/python-docker/python-docker.SlackBuild
+++ b/python/python-docker/python-docker.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-docker
-VERSION=${VERSION:-2.5.1}
+VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-docker/python-docker.info b/python/python-docker/python-docker.info
index 2e46ad3f6a..9c0cb08c62 100644
--- a/python/python-docker/python-docker.info
+++ b/python/python-docker/python-docker.info
@@ -1,8 +1,8 @@
PRGNAM="python-docker"
-VERSION="2.5.1"
+VERSION="2.6.1"
HOMEPAGE="https://github.com/docker/docker-py"
-DOWNLOAD="https://pypi.python.org/packages/ea/80/f32e70f338055922eb996b05ee41b14acde925216f4e7bba16788a377763/docker-2.5.1.tar.gz"
-MD5SUM="7d917152976df075e6e90ee853df641f"
+DOWNLOAD="https://pypi.python.org/packages/20/73/3bb05004dcc734182d57a1c8a802732e05788678a71bfa12348a614d5d73/docker-2.6.1.tar.gz"
+MD5SUM="be4c90ee936ad0af4c45532616bf8b52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-ssl-match-hostname ipaddress pip python-docker-pycreds python-requests websocket-client"