From b3d5d14a002ca929639512f153d796ff91d1ba02 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:23:08 +0800 Subject: [PATCH] python3-pybcj: upgrade 1.0.7 -> 1.0.8 Changelog: ============= - BCJ decoder supports larger size (>2GB) (#26) - Update license specification (#25) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-pybcj_1.0.7.bb => python3-pybcj_1.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pybcj_1.0.7.bb => python3-pybcj_1.0.8.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pybcj_1.0.7.bb b/meta-python/recipes-devtools/python/python3-pybcj_1.0.8.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pybcj_1.0.7.bb rename to meta-python/recipes-devtools/python/python3-pybcj_1.0.8.bb index e291375456..3d7fcda73a 100644 --- a/meta-python/recipes-devtools/python/python3-pybcj_1.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-pybcj_1.0.8.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" # The PyPI package omits files for testing # so use the GitHub source instead. -SRCREV = "0735ad15fa001748dc3a13f36be2fe7a4971cf79" +SRCREV = "33f1194ac7950ed7002b7361df8b03dc16bc1168" SRC_URI = " \ - git://github.com/miurahr/pybcj;branch=main;protocol=https \ + git://github.com/miurahr/pybcj;branch=main;protocol=https;tag=v${PV} \ file://run-ptest \ "