From cf655e8091007eb697e9516e16a93311c8085de0 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 21 Dec 2025 23:29:58 +0100 Subject: [PATCH] package/python-pylibfdt: bump version to 1.7.2.post1 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/python-pylibfdt/python-pylibfdt.hash | 4 ++-- package/python-pylibfdt/python-pylibfdt.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-pylibfdt/python-pylibfdt.hash b/package/python-pylibfdt/python-pylibfdt.hash index 456fe41005..80459b3e28 100644 --- a/package/python-pylibfdt/python-pylibfdt.hash +++ b/package/python-pylibfdt/python-pylibfdt.hash @@ -1,6 +1,6 @@ # md5, sha256 from https://pypi.org/pypi/pylibfdt/json -md5 78859f23154da8c951770f2c5287804e pylibfdt-1.7.2.tar.gz -sha256 b18c6c40400ed4374d0a142dcdb07e5402574ff1304454019a1fd92735b54756 pylibfdt-1.7.2.tar.gz +md5 206a0504f3d0f5895c00f572bc367e54 pylibfdt-1.7.2.post1.tar.gz +sha256 08ec69755f7565dc25e4e640e0315795888d4caeb7f146de4e05bf12b03c94c8 pylibfdt-1.7.2.post1.tar.gz # Locally computed sha256 checksums sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd BSD-2-Clause sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 GPL diff --git a/package/python-pylibfdt/python-pylibfdt.mk b/package/python-pylibfdt/python-pylibfdt.mk index 7d7398a995..483ac773c4 100644 --- a/package/python-pylibfdt/python-pylibfdt.mk +++ b/package/python-pylibfdt/python-pylibfdt.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PYLIBFDT_VERSION = 1.7.2 +PYTHON_PYLIBFDT_VERSION = 1.7.2.post1 PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz -PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/b1/cc/54fc80135b3eb7fcbfded65eee7c71b2b970b5124e3066a158421222f191 +PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/a2/b8/ef881f0e76af7727ca9c5e27a121db69667c69e4e91eceaafe97f3666a6c PYTHON_PYLIBFDT_SETUP_TYPE = pep517 PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+ PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL