From b9cbe43f38185ef074472cee603b68942fe983d2 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 4 Nov 2023 21:20:04 -0600 Subject: [PATCH] package/python-construct: bump to version 2.10.69 Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-construct/python-construct.hash | 6 +++--- package/python-construct/python-construct.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-construct/python-construct.hash b/package/python-construct/python-construct.hash index f406d6739b..a72a79a5b3 100644 --- a/package/python-construct/python-construct.hash +++ b/package/python-construct/python-construct.hash @@ -1,5 +1,5 @@ -# md5, sha256 from https://pypi.org/project/construct -md5 e426d3dd1566066e4ef1a03fe474dec0 construct-2.10.68.tar.gz -sha256 7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45 construct-2.10.68.tar.gz +# md5, sha256 from https://pypi.org/pypi/construct/json +md5 d881ab2198ec6597e603a2d985307353 construct-2.10.69.tar.gz +sha256 08573d1573827a6fe6b846756d54270650e221a6cec6a72e06b582cde775599e construct-2.10.69.tar.gz # Locally computed sha256 checksums sha256 1552d70acfd0d3fe464ce13d30113ddc6fe4bac21e52212acc98509e3cc1a8f4 LICENSE diff --git a/package/python-construct/python-construct.mk b/package/python-construct/python-construct.mk index 3b0bb56106..1e30651129 100644 --- a/package/python-construct/python-construct.mk +++ b/package/python-construct/python-construct.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_CONSTRUCT_VERSION = 2.10.68 +PYTHON_CONSTRUCT_VERSION = 2.10.69 PYTHON_CONSTRUCT_SOURCE = construct-$(PYTHON_CONSTRUCT_VERSION).tar.gz -PYTHON_CONSTRUCT_SITE = https://files.pythonhosted.org/packages/e0/b7/a4a032e94bcfdff481f2e6fecd472794d9da09f474a2185ed33b2c7cad64 +PYTHON_CONSTRUCT_SITE = https://files.pythonhosted.org/packages/02/88/e34d7265863f3c96077aea24041b067d4646d77d596d979110eb94758b03 PYTHON_CONSTRUCT_SETUP_TYPE = setuptools PYTHON_CONSTRUCT_LICENSE = MIT PYTHON_CONSTRUCT_LICENSE_FILES = LICENSE