From 4389519b6b962420172bc201077b700e18e8eff8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Dec 2025 17:12:57 +0800 Subject: python3-pikepdf: upgrade 10.0.2 -> 10.0.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pikepdf_10.0.2.bb | 22 ---------------------- .../python/python3-pikepdf_10.0.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.2.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.2.bb deleted file mode 100644 index 4821e273d8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Read and write PDFs with Python, powered by qpdf" -HOMEPAGE = "https://github.com/pikepdf/pikepdf" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3" - -SRC_URI[sha256sum] = "7c85a2526253e35575edb2e28cdc740d004be4b7c5fda954f0e721ee1c423a52" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "pikepdf" - -DEPENDS += " \ - python3-pybind11-native \ - qpdf \ -" - -RDEPENDS:${PN} += " \ - python3-pillow \ - python3-lxml \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb new file mode 100644 index 0000000000..f047969033 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "Read and write PDFs with Python, powered by qpdf" +HOMEPAGE = "https://github.com/pikepdf/pikepdf" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3" + +SRC_URI[sha256sum] = "ff12a044d79e342eff6bc8b27dfd4c24b395943052169bb43eea4a23a4100e56" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "pikepdf" + +DEPENDS += " \ + python3-pybind11-native \ + qpdf \ +" + +RDEPENDS:${PN} += " \ + python3-pillow \ + python3-lxml \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf