package/python-gast: bump to version 0.6.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 00:56:51 -06:00 committed by Thomas Petazzoni
parent 67562a9f1e
commit cd3949abd4
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/gast/json
md5 907c689e3fdbc7a48cc010e665195baa gast-0.5.4.tar.gz
sha256 9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97 gast-0.5.4.tar.gz
md5 4a088eca6fd6bae16bc2fd2ff828de51 gast-0.6.0.tar.gz
sha256 88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb gast-0.6.0.tar.gz
# Locally computed sha256 checksums
sha256 6a04bbabd9b48bea6bf7c0bd3f3a062e1476b3c403a746448fd69b0d902e148f LICENSE

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_GAST_VERSION = 0.5.4
PYTHON_GAST_VERSION = 0.6.0
PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz
PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/e4/41/f26f62ebef1a80148e20951a6e9ef4d0ebbe2090124bc143da26e12a934c
PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/3c/14/c566f5ca00c115db7725263408ff952b8ae6d6a4e792ef9c84e77d9af7a1
PYTHON_GAST_SETUP_TYPE = setuptools
PYTHON_GAST_LICENSE = BSD-3-Clause
PYTHON_GAST_LICENSE_FILES = LICENSE