package/python-greenlet: bump to version 3.1.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-09-15 01:34:25 -06:00
committed by Thomas Petazzoni
parent 35c578f256
commit 17bdb450da
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 170495b0af3b63ca40ca637dd6e5c6ef greenlet-3.0.3.tar.gz
sha256 43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491 greenlet-3.0.3.tar.gz
md5 9ff064be5bce917f9a60b609ca65f54b greenlet-3.1.0.tar.gz
sha256 b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0 greenlet-3.1.0.tar.gz
# Locally computed sha256 checksums
sha256 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979 LICENSE
sha256 e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b LICENSE.PSF

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_GREENLET_VERSION = 3.0.3
PYTHON_GREENLET_VERSION = 3.1.0
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/17/14/3bddb1298b9a6786539ac609ba4b7c9c0842e12aa73aaa4d8d73ec8f8185
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/65/1b/3d91623c3eff61c11799e7f3d6c01f6bfa9bd2d1f0181116fd0b9b108a40
PYTHON_GREENLET_SETUP_TYPE = setuptools
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF