[Buildroot] [PATCH 1/1] package/python-greenlet: bump to version 1.1.1

James Hilliard james.hilliard1 at gmail.com
Wed Sep 22 06:37:40 UTC 2021


License hash change due to path change in:
https://github.com/python-greenlet/greenlet/commit/8448b094d1b81788ac9cbaf86a184712f1daf5e0

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

diff --git a/package/python-greenlet/python-greenlet.hash b/package/python-greenlet/python-greenlet.hash
index eed8e59713..ad216b0368 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  9aebea08f7beb6b87143d0588578c984  greenlet-0.4.16.tar.gz
-sha256  6e06eac722676797e8fce4adb8ad3dc57a1bb3adfb0dd3fdf8306c055a38456c  greenlet-0.4.16.tar.gz
+md5  a3fbf41851a6b5e1e823e8c18905877c  greenlet-1.1.1.tar.gz
+sha256  c0f22774cd8294078bdf7392ac73cf00bfa1e5e0ed644bd064fdabc5f2a2f481  greenlet-1.1.1.tar.gz
 # Locally computed sha256 checksums
-sha256  bbde55d5456a1e912633ed3f66d1dbd9504e3e3dce4f4c2015043cdcbc56e697  LICENSE
+sha256  769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979  LICENSE
 sha256  e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b  LICENSE.PSF
diff --git a/package/python-greenlet/python-greenlet.mk b/package/python-greenlet/python-greenlet.mk
index 9243afe514..e9feec5321 100644
--- a/package/python-greenlet/python-greenlet.mk
+++ b/package/python-greenlet/python-greenlet.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-PYTHON_GREENLET_VERSION = 0.4.16
+PYTHON_GREENLET_VERSION = 1.1.1
 PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
-PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/20/5e/b989a19f4597b825f44125345cd8a8574216fae7fafe69e2cb1238ebd18a
-PYTHON_GREENLET_SETUP_TYPE = distutils
+PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/72/7e/d8586068d47adba73afc085249712bd266cd7ffbf27d8bc260c33e9d6133
+PYTHON_GREENLET_SETUP_TYPE = setuptools
 PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
 PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
 
-- 
2.25.1



More information about the buildroot mailing list