diff mbox

package/python-pillow: bump to version 4.0.0

Message ID 1484563705-28429-1-git-send-email-angelo.compagnucci@gmail.com
State Accepted
Commit c50dc281b7ce5785b8f4bfe5804c4a8efb88afe9
Headers show

Commit Message

Angelo Compagnucci Jan. 16, 2017, 10:48 a.m. UTC
This commit bumps python pillow to 4.0.0 version

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/python-pillow/python-pillow.hash | 4 ++--
 package/python-pillow/python-pillow.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Jan. 16, 2017, 12:51 p.m. UTC | #1
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:

 > This commit bumps python pillow to 4.0.0 version
 > Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>

Looking at https://github.com/python-pillow/Pillow/releases, I see they
have released a 4.0.0a version fixing a typo in setup.py. Any reason to
stick to 4.0.0?
Angelo Compagnucci Jan. 16, 2017, 12:56 p.m. UTC | #2
Dear Peter,

2017-01-16 13:51 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
>>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:
>
>  > This commit bumps python pillow to 4.0.0 version
>  > Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
>
> Looking at https://github.com/python-pillow/Pillow/releases, I see they
> have released a 4.0.0a version fixing a typo in setup.py. Any reason to
> stick to 4.0.0?

On pypi there is only the 4.0.0 release [1], probably it was fixed there.

[1] https://pypi.python.org/pypi/Pillow/

>
> --
> Bye, Peter Korsgaard
Peter Korsgaard Jan. 16, 2017, 1:06 p.m. UTC | #3
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:

 > Dear Peter,
 > 2017-01-16 13:51 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
 >>>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:
 >> 
 >> > This commit bumps python pillow to 4.0.0 version
 >> > Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
 >> 
 >> Looking at https://github.com/python-pillow/Pillow/releases, I see they
 >> have released a 4.0.0a version fixing a typo in setup.py. Any reason to
 >> stick to 4.0.0?

 > On pypi there is only the 4.0.0 release [1], probably it was fixed there.

 > [1] https://pypi.python.org/pypi/Pillow/

Ahh, indeed. Committed, thanks.
diff mbox

Patch

diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
index 1dd816c..182e82f 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	09ebb92ec5cbba13ff1acf139caf6b66  Pillow-3.4.2.tar.gz
-sha256	0ee9975c05602e755ff5000232e0335ba30d507f6261922a658ee11b1cec36d1  Pillow-3.4.2.tar.gz
+md5	d5af224b0fa2c66dacc9814785fef9e7  Pillow-4.0.0.tar.gz
+sha256	ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50  Pillow-4.0.0.tar.gz
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index e0e9d5f..60d0c48 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-PYTHON_PILLOW_VERSION = 3.4.2
+PYTHON_PILLOW_VERSION = 4.0.0
 PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
-PYTHON_PILLOW_SITE = https://pypi.python.org/packages/46/4f/94f6165052774839b4a4af0c72071aa528d5dc8cb8bc6bb43e24a55c10cc
+PYTHON_PILLOW_SITE = https://pypi.python.org/packages/8d/80/eca7a2d1a3c2dafb960f32f844d570de988e609f5fd17de92e1cf6a01b0a
 PYTHON_PILLOW_LICENSE = PIL Software License
 PYTHON_PILLOW_LICENSE_FILES = LICENSE
 PYTHON_PILLOW_SETUP_TYPE = setuptools