mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
python3-rpds-py: upgrade 0.25.1 -> 0.26.0
ptest ok: ============================================================================ Testsuite summary # TOTAL: 116 # PASS: 116 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 DURATION: 14 END: /usr/lib/python3-rpds-py/ptest 2025-07-22T09:57 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: =========== - Build CPython 3.14 wheels - Require maturin>=1.9.0 to ensure support for PEP 639 (From OE-Core rev: bccaf039ce6b736ddb2bf5c3b20026f39a27f00f) Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e9a05a99de
commit
8207c0107c
22
meta/recipes-devtools/python/python3-rpds-py_0.26.0.bb
Normal file
22
meta/recipes-devtools/python/python3-rpds-py_0.26.0.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures."
|
||||
HOMEPAGE = "https://pypi.org/project/rpds-py/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
|
||||
|
||||
SRC_URI[sha256sum] = "20dae58a859b0906f0685642e591056f1e787f3a8b39c8e8749a45dc7d26bdb0"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest
|
||||
|
||||
PYPI_PACKAGE = "rpds_py"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-iniconfig \
|
||||
python3-packaging \
|
||||
python3-pluggy \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user