From: Vicente Olivert Riera Date: Fri, 7 Apr 2017 16:27:42 +0000 (+0100) Subject: python-pillow: bump version to 4.1.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83ba0c6b6c264c4b859185eba6c92baa89a133ef;p=buildroot.git python-pillow: bump version to 4.1.0 Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash index 182e82f8a5..322e0a994a 100644 --- a/package/python-pillow/python-pillow.hash +++ b/package/python-pillow/python-pillow.hash @@ -1,3 +1,3 @@ # md5 from https://pypi.python.org/pypi/pillow/json, sha256 locally computed -md5 d5af224b0fa2c66dacc9814785fef9e7 Pillow-4.0.0.tar.gz -sha256 ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50 Pillow-4.0.0.tar.gz +md5 d040e1155b4d9d8b011aab67ee0ea86b Pillow-4.1.0.tar.gz +sha256 a0fd487fed4a35717401b7566e51a1520b34e7c0f7f2a315a6509f82bc86299f Pillow-4.1.0.tar.gz diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk index faa0e16688..e1167c8c4c 100644 --- a/package/python-pillow/python-pillow.mk +++ b/package/python-pillow/python-pillow.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PILLOW_VERSION = 4.0.0 +PYTHON_PILLOW_VERSION = 4.1.0 PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz -PYTHON_PILLOW_SITE = https://pypi.python.org/packages/8d/80/eca7a2d1a3c2dafb960f32f844d570de988e609f5fd17de92e1cf6a01b0a +PYTHON_PILLOW_SITE = https://pypi.python.org/packages/80/38/5cb561c68155834c596018c47caa44da88ed34b09579b921c0e493fb06c7 PYTHON_PILLOW_LICENSE = PIL Software License PYTHON_PILLOW_LICENSE_FILES = LICENSE PYTHON_PILLOW_SETUP_TYPE = setuptools