package/python-gast: bump version to 0.7.0

https://github.com/serge-sans-paille/gast/compare/0.6.0...0.7.0

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-11 20:55:20 +01:00
committed by Julien Olivain
parent 587256fdb7
commit 5ebf7e5379
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 4a088eca6fd6bae16bc2fd2ff828de51 gast-0.6.0.tar.gz
sha256 88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb gast-0.6.0.tar.gz
md5 786783d275172090375b8202c1fbf309 gast-0.7.0.tar.gz
sha256 0bb14cd1b806722e91ddbab6fb86bba148c22b40e7ff11e248974e04c8adfdae gast-0.7.0.tar.gz
# Locally computed sha256 checksums
sha256 6a04bbabd9b48bea6bf7c0bd3f3a062e1476b3c403a746448fd69b0d902e148f LICENSE

View File

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