From 6dde49f9b99459764d654887c256ae05ceb72848 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 2 Sep 2025 14:46:29 -0700 Subject: python3-rpds-py: upgrade 0.27.0 -> 0.27.1 v0.27.1: * Include attestations in published artifacts by @EpicWink in #160 Comparing Changes: https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1 References: https://github.com/crate-py/rpds/pull/160 (From OE-Core rev: aea7cc86baca60316931b11c547b66994111469b) Signed-off-by: Tim Orling Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-rpds-py_0.27.0.bb | 22 ---------------------- .../python/python3-rpds-py_0.27.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-rpds-py_0.27.0.bb create mode 100644 meta/recipes-devtools/python/python3-rpds-py_0.27.1.bb diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.27.0.bb b/meta/recipes-devtools/python/python3-rpds-py_0.27.0.bb deleted file mode 100644 index ca2122f8df..0000000000 --- a/meta/recipes-devtools/python/python3-rpds-py_0.27.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -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] = "8b23cf252f180cda89220b378d917180f29d313cd6a07b2431c0d3b776aae86f" - -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" diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.27.1.bb b/meta/recipes-devtools/python/python3-rpds-py_0.27.1.bb new file mode 100644 index 0000000000..dfaffb6546 --- /dev/null +++ b/meta/recipes-devtools/python/python3-rpds-py_0.27.1.bb @@ -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] = "26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8" + +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" -- cgit v1.2.3-54-g00ecf