From d78de0ca97e178c89a6e3a78cb36b300200b75a1 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Sun, 21 May 2023 10:23:12 +0200 Subject: [PATCH] package/python-gast: bump to version 0.5.4 Signed-off-by: Guillaume W. Bres Signed-off-by: Thomas Petazzoni --- package/python-gast/python-gast.hash | 4 ++-- package/python-gast/python-gast.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-gast/python-gast.hash b/package/python-gast/python-gast.hash index f16d001a6a..9ce5296938 100644 --- a/package/python-gast/python-gast.hash +++ b/package/python-gast/python-gast.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/gast/json -md5 fdff900805e03e9dd76d377eb4cbaed7 gast-0.5.3.tar.gz -sha256 cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea gast-0.5.3.tar.gz +md5 907c689e3fdbc7a48cc010e665195baa gast-0.5.4.tar.gz +sha256 9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97 gast-0.5.4.tar.gz # Locally computed sha256 checksums sha256 6a04bbabd9b48bea6bf7c0bd3f3a062e1476b3c403a746448fd69b0d902e148f LICENSE diff --git a/package/python-gast/python-gast.mk b/package/python-gast/python-gast.mk index e02e87fb23..0db1dbe93e 100644 --- a/package/python-gast/python-gast.mk +++ b/package/python-gast/python-gast.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GAST_VERSION = 0.5.3 +PYTHON_GAST_VERSION = 0.5.4 PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz -PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/48/a3/0bd844c54ae8141642088b7ae09dd38fec2ec7faa9b7d25bb6a23c1f266f +PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/e4/41/f26f62ebef1a80148e20951a6e9ef4d0ebbe2090124bc143da26e12a934c PYTHON_GAST_SETUP_TYPE = setuptools PYTHON_GAST_LICENSE = BSD-3-Clause PYTHON_GAST_LICENSE_FILES = LICENSE