From 49bf96259e4162a7c6d7621b74301b182959f1f0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 13:14:29 +0800 Subject: python3-pikepdf: upgrade 10.2.0 -> 10.3.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pikepdf_10.2.0.bb | 24 ---------------------- .../python/python3-pikepdf_10.3.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.2.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.2.0.bb deleted file mode 100644 index 1854ab0ab9..0000000000 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.2.0.bb +++ /dev/null @@ -1,24 +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] = "0f398b0daeb2ffd2358f75c06f1dd47b9ba76f1a77dfe938cccf7080c58227d7" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "pikepdf" - -CVE_PRODUCT = "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.3.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb new file mode 100644 index 0000000000..b633cb9488 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb @@ -0,0 +1,24 @@ +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] = "e2a64a5f1ebf8c411193126b9eeff7faf5739a40bce7441e579531422469fbb1" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "pikepdf" + +CVE_PRODUCT = "pikepdf" + +DEPENDS += " \ + python3-pybind11-native \ + qpdf \ +" + +RDEPENDS:${PN} += " \ + python3-pillow \ + python3-lxml \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf