[oe] [meta-python] [PATCH 25/37] python3-pybcj: upgrade 1.0.7 -> 1.0.8

Wang Mingyu < [email protected]> Wed, 22 Jul 2026 18:23:08 +0800
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Wang Mingyu <[email protected]>

Changelog:
=============
- BCJ decoder supports larger size (>2GB) (#26)
- Update license specification (#25)

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../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 \
 "
 
-- 
2.43.0