From b50e6b48d9ef0514417f4a09fa1f27771d0fa250 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 1 May 2026 14:30:07 +0200 Subject: [PATCH] package/python-greenlet: bump version to 3.5.0 https://greenlet.readthedocs.io/en/latest/changes.html Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-greenlet/python-greenlet.hash | 4 ++-- package/python-greenlet/python-greenlet.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-greenlet/python-greenlet.hash b/package/python-greenlet/python-greenlet.hash index 258cadc77b..8e2dbd4af4 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 be0d9748c252575e8a69cf8724685ed8 greenlet-3.3.2.tar.gz -sha256 2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2 greenlet-3.3.2.tar.gz +md5 218f7f41d00dc84a8b84c57aa2ced62a greenlet-3.5.0.tar.gz +sha256 d419647372241bc68e957bf38d5c1f98852155e4146bd1e4121adea81f4f01e4 greenlet-3.5.0.tar.gz # Locally computed sha256 checksums sha256 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979 LICENSE sha256 e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b LICENSE.PSF diff --git a/package/python-greenlet/python-greenlet.mk b/package/python-greenlet/python-greenlet.mk index 07478807aa..bf8181b0b3 100644 --- a/package/python-greenlet/python-greenlet.mk +++ b/package/python-greenlet/python-greenlet.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GREENLET_VERSION = 3.3.2 +PYTHON_GREENLET_VERSION = 3.5.0 PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz -PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/a3/51/1664f6b78fc6ebbd98019a1fd730e83fa78f2db7058f72b1463d3612b8db +PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/3c/3f/dbf99fb14bfeb88c28f16729215478c0e265cacd6dc22270c8f31bb6892f PYTHON_GREENLET_SETUP_TYPE = setuptools PYTHON_GREENLET_LICENSE = MIT, PSF-2.0 PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF