diff options
| author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2017-08-11 10:36:28 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-12 23:07:27 +0200 |
| commit | 7f854b2141517c6fc7f180a63da8eea4bdacda48 (patch) | |
| tree | 00a4af527493acec73c8ab4ccaec77b6550714d5 | |
| parent | 14b0118216e5b3e67556703fa214c33944c75f9b (diff) | |
| download | buildroot-7f854b2141517c6fc7f180a63da8eea4bdacda48.tar.gz buildroot-7f854b2141517c6fc7f180a63da8eea4bdacda48.zip | |
package/python-pillow: bump to version 4.2.1
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
| -rw-r--r-- | package/python-pillow/python-pillow.hash | 4 | ||||
| -rw-r--r-- | package/python-pillow/python-pillow.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash index 55b07095b6..d8c083b4f5 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 f2565954955c8d10f3b4f1f72f852bf7 Pillow-4.1.1.tar.gz -sha256 00b6a5f28d00f720235a937ebc2f50f4292a5c7e2d6ab9a8b26153b625c4f431 Pillow-4.1.1.tar.gz +md5 11e5e2046cf41586716a6042d89abeeb Pillow-4.2.1.tar.gz +sha256 c724f65870e545316f9e82e4c6d608ab5aa9dd82d5185e5b2e72119378740073 Pillow-4.2.1.tar.gz diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk index d6914c3e71..79d6a77cad 100644 --- a/package/python-pillow/python-pillow.mk +++ b/package/python-pillow/python-pillow.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PILLOW_VERSION = 4.1.1 +PYTHON_PILLOW_VERSION = 4.2.1 PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz -PYTHON_PILLOW_SITE = https://pypi.python.org/packages/93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7 +PYTHON_PILLOW_SITE = https://pypi.python.org/packages/55/aa/f7f983fb72710a9daa4b3374b7c160091d3f94f5c09221f9336ade9027f3 PYTHON_PILLOW_LICENSE = PIL Software License PYTHON_PILLOW_LICENSE_FILES = LICENSE PYTHON_PILLOW_SETUP_TYPE = setuptools |

