All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0
@ 2017-01-16 10:48 Angelo Compagnucci
  2017-01-16 12:51 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Compagnucci @ 2017-01-16 10:48 UTC (permalink / raw)
  To: buildroot

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(-)

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0
  2017-01-16 10:48 [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0 Angelo Compagnucci
@ 2017-01-16 12:51 ` Peter Korsgaard
  2017-01-16 12:56   ` Angelo Compagnucci
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2017-01-16 12:51 UTC (permalink / raw)
  To: buildroot

>>>>> "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?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0
  2017-01-16 12:51 ` Peter Korsgaard
@ 2017-01-16 12:56   ` Angelo Compagnucci
  2017-01-16 13:06     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Compagnucci @ 2017-01-16 12:56 UTC (permalink / raw)
  To: buildroot

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



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0
  2017-01-16 12:56   ` Angelo Compagnucci
@ 2017-01-16 13:06     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-01-16 13:06 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-16 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 10:48 [Buildroot] [PATCH] package/python-pillow: bump to version 4.0.0 Angelo Compagnucci
2017-01-16 12:51 ` Peter Korsgaard
2017-01-16 12:56   ` Angelo Compagnucci
2017-01-16 13:06     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.