diff mbox series

[meta-python] python3-backports-zstd: Upgrade to 1.3.0

Message ID 20251230065158.2261955-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-backports-zstd: Upgrade to 1.3.0 | expand

Commit Message

Khem Raj Dec. 30, 2025, 6:51 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...ackports-zstd_1.2.0.bb => python3-backports-zstd_1.3.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-backports-zstd_1.2.0.bb => python3-backports-zstd_1.3.0.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb b/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb
index 2a07c36c40..fb8c4fb6c6 100644
--- a/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb
@@ -6,10 +6,10 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=224f30639105a6ab845e068c2d0903ff \
                     file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \
                     file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8"

-SRC_URI[sha256sum] = "6c3fc19342db750b52fde793e4440a93575761b1493bb4a1d3b26033d2bd3452"
-
 inherit pypi python_setuptools_build_meta ptest-python-pytest

+SRC_URI[sha256sum] = "e8b2d68e2812f5c9970cabc5e21da8b409b5ed04e79b4585dbffa33e9b45ebe2"
+
 PYPI_PACKAGE = "backports_zstd"

 RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy"