From f54fe071155b48379f43580f44daf3e701fc35b1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Nov 2025 17:17:06 +0800 Subject: python3-gpt-image: upgrade 0.9.0 -> 0.9.1 Changelog: Partition commit offset calculation License-Update: file type changed to "ASCII text" Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit dc53efed84fd3c0239edea5aeba789a3b626edfe) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../python3-gpt-image/python3-gpt-image_0.9.0.bb | 21 --------------------- .../python3-gpt-image/python3-gpt-image_0.9.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb create mode 100644 meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb deleted file mode 100644 index 90b77cdfea..0000000000 --- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GPT Image is used to Create GUID Partition Table disk images \ -on local disks. Written in pure Python gpt-image allows GPT disk images to \ -be built on a local filesystem and exported to a destination device." -SUMMARY = "GPT Image (pure python)" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" - -DEPENDS += "python3-pip" - -PYPI_PACKAGE = "gpt_image" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" - -inherit pypi python3native python_setuptools_build_meta ptest-python-pytest - -do_install:append() { - rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb new file mode 100644 index 0000000000..33bb3deca8 --- /dev/null +++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "GPT Image is used to Create GUID Partition Table disk images \ +on local disks. Written in pure Python gpt-image allows GPT disk images to \ +be built on a local filesystem and exported to a destination device." +SUMMARY = "GPT Image (pure python)" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b" + +DEPENDS += "python3-pip" + +PYPI_PACKAGE = "gpt_image" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594" + +inherit pypi python3native python_setuptools_build_meta ptest-python-pytest + +do_install:append() { + rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf