package/python-greenlet: bump version to 3.3.2

https://greenlet.readthedocs.io/en/latest/changes.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-03-14 15:05:19 +01:00
committed by Julien Olivain
parent cb1410862a
commit 2203e6bdc5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/greenlet/json
md5 1922c3b620792044728281d0139dc254 greenlet-3.3.0.tar.gz
sha256 a82bb225a4e9e4d653dd2fb7b8b2d36e4fb25bc0165422a11e48b88e9e6f78fb greenlet-3.3.0.tar.gz
md5 be0d9748c252575e8a69cf8724685ed8 greenlet-3.3.2.tar.gz
sha256 2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2 greenlet-3.3.2.tar.gz
# Locally computed sha256 checksums
sha256 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979 LICENSE
sha256 e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b LICENSE.PSF

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_GREENLET_VERSION = 3.3.0
PYTHON_GREENLET_VERSION = 3.3.2
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/c7/e5/40dbda2736893e3e53d25838e0f19a2b417dfc122b9989c91918db30b5d3
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/a3/51/1664f6b78fc6ebbd98019a1fd730e83fa78f2db7058f72b1463d3612b8db
PYTHON_GREENLET_SETUP_TYPE = setuptools
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF