All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch
@ 2020-07-05 21:54 James Hilliard
  2020-07-05 21:54 ` [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16 James Hilliard
  2020-07-06  7:32 ` [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2020-07-05 21:54 UTC (permalink / raw
  To: buildroot

This was missed in 30f1decec2ca190deea072f4d490a8de830ac9a3.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-greenlet/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in
index 44ab96b488..df95988ab5 100644
--- a/package/python-greenlet/Config.in
+++ b/package/python-greenlet/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
 	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
 	default y if BR2_riscv
 	default y if BR2_sparc || BR2_sparc64
-	default y if BR2_x86
+	default y if BR2_x86 || BR2_x86_64
 
 config BR2_PACKAGE_PYTHON_GREENLET
 	bool "python-greenlet"
-- 
2.25.1

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

* [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16
  2020-07-05 21:54 [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch James Hilliard
@ 2020-07-05 21:54 ` James Hilliard
  2020-07-11 22:09   ` Thomas Petazzoni
  2020-07-06  7:32 ` [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: James Hilliard @ 2020-07-05 21:54 UTC (permalink / raw
  To: buildroot

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-greenlet/python-greenlet.hash | 6 +++---
 package/python-greenlet/python-greenlet.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-greenlet/python-greenlet.hash b/package/python-greenlet/python-greenlet.hash
index 4cbadaedb1..eed8e59713 100644
--- a/package/python-greenlet/python-greenlet.hash
+++ b/package/python-greenlet/python-greenlet.hash
@@ -1,6 +1,6 @@
 # md5, sha256 from https://pypi.org/pypi/greenlet/json
-md5	10fa304f673fc18b28fa6d8c6658cb80  greenlet-0.4.15.tar.gz
-sha256	9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc  greenlet-0.4.15.tar.gz
+md5  9aebea08f7beb6b87143d0588578c984  greenlet-0.4.16.tar.gz
+sha256  6e06eac722676797e8fce4adb8ad3dc57a1bb3adfb0dd3fdf8306c055a38456c  greenlet-0.4.16.tar.gz
 # Locally computed sha256 checksums
-sha256	bbde55d5456a1e912633ed3f66d1dbd9504e3e3dce4f4c2015043cdcbc56e697  LICENSE
+sha256  bbde55d5456a1e912633ed3f66d1dbd9504e3e3dce4f4c2015043cdcbc56e697  LICENSE
 sha256  e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b  LICENSE.PSF
diff --git a/package/python-greenlet/python-greenlet.mk b/package/python-greenlet/python-greenlet.mk
index 01d578a183..9243afe514 100644
--- a/package/python-greenlet/python-greenlet.mk
+++ b/package/python-greenlet/python-greenlet.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_GREENLET_VERSION = 0.4.15
+PYTHON_GREENLET_VERSION = 0.4.16
 PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
-PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7
+PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/20/5e/b989a19f4597b825f44125345cd8a8574216fae7fafe69e2cb1238ebd18a
 PYTHON_GREENLET_SETUP_TYPE = distutils
 PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
 PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
-- 
2.25.1

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

* [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch
  2020-07-05 21:54 [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch James Hilliard
  2020-07-05 21:54 ` [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16 James Hilliard
@ 2020-07-06  7:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-07-06  7:32 UTC (permalink / raw
  To: buildroot

On Sun,  5 Jul 2020 15:54:34 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> -	default y if BR2_x86
> +	default y if BR2_x86 || BR2_x86_64

In fact BR2_x86 doesn't even exist in Buildroot, it's BR2_i386 for the
x86 32 bit architecture.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16
  2020-07-05 21:54 ` [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16 James Hilliard
@ 2020-07-11 22:09   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-07-11 22:09 UTC (permalink / raw
  To: buildroot

On Sun,  5 Jul 2020 15:54:35 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-greenlet/python-greenlet.hash | 6 +++---
>  package/python-greenlet/python-greenlet.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-07-11 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 21:54 [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch James Hilliard
2020-07-05 21:54 ` [Buildroot] [PATCH 2/2] package/python-greenlet: bump to version 0.4.16 James Hilliard
2020-07-11 22:09   ` Thomas Petazzoni
2020-07-06  7:32 ` [Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch Thomas Petazzoni

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.