summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:17:06 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:43 -0800
commitdc53efed84fd3c0239edea5aeba789a3b626edfe (patch)
treeee38fbf4dce88be7e24888873675c18f1ea3b33a /meta-python
parent98420b06a750f77d2184df0a3862bb51b221c0ad (diff)
downloadmeta-openembedded-dc53efed84fd3c0239edea5aeba789a3b626edfe.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb (renamed from meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb)4
1 files changed, 2 insertions, 2 deletions
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.1.bb
index 90b77cdfea..33bb3deca8 100644
--- 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.1.bb
@@ -3,14 +3,14 @@ on local disks. Written in pure Python gpt-image allows GPT disk images to \
3be built on a local filesystem and exported to a destination device." 3be built on a local filesystem and exported to a destination device."
4SUMMARY = "GPT Image (pure python)" 4SUMMARY = "GPT Image (pure python)"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b"
7 7
8DEPENDS += "python3-pip" 8DEPENDS += "python3-pip"
9 9
10PYPI_PACKAGE = "gpt_image" 10PYPI_PACKAGE = "gpt_image"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12 12
13SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" 13SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594"
14 14
15inherit pypi python3native python_setuptools_build_meta ptest-python-pytest 15inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
16 16