summaryrefslogtreecommitdiffstats
path: root/package/python-docker/python-docker.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-04 10:58:24 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-04 19:23:18 +0100
commitaee3c9ee9e624aa78a5b62e41bcc10af7daab19f (patch)
tree52e1816ea65f4eac3d01b8cb2267a5f7a057af74 /package/python-docker/python-docker.mk
parent87f8dae15381029998dfdddd7456db20435dada3 (diff)
downloadbuildroot-aee3c9ee9e624aa78a5b62e41bcc10af7daab19f.tar.gz
buildroot-aee3c9ee9e624aa78a5b62e41bcc10af7daab19f.zip
package/python-docker: bump version to 3.5.1
Pypi now proves a sha256 hash as well. Drop 0001-setup.py-make-pip-optional.patch as upstream has now completely removed the docker-py checks: https://github.com/docker/docker-py/commit/accb9de52f6e383ad0335807f73c8c35bd6e7426 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-docker/python-docker.mk')
-rw-r--r--package/python-docker/python-docker.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-docker/python-docker.mk b/package/python-docker/python-docker.mk
index 6a818ebaed..01ae2da9be 100644
--- a/package/python-docker/python-docker.mk
+++ b/package/python-docker/python-docker.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_DOCKER_VERSION = 3.1.4
+PYTHON_DOCKER_VERSION = 3.5.1
PYTHON_DOCKER_SOURCE = docker-$(PYTHON_DOCKER_VERSION).tar.gz
-PYTHON_DOCKER_SITE = https://pypi.python.org/packages/7f/22/fd6e97c99a512f74d46dab2b450fe370eb2f83404ef790298e3fd012cd5c
+PYTHON_DOCKER_SITE = https://files.pythonhosted.org/packages/b1/4f/d4f646843335430701d459fea08b0285a2c0a364150dd5b9c5f27f723121
PYTHON_DOCKER_SETUP_TYPE = setuptools
PYTHON_DOCKER_LICENSE = Apache-2.0
PYTHON_DOCKER_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud