diff mbox series

[meta-python,30/37] python3-wand: upgrade 0.7.1 -> 0.7.2

Message ID 20260630092206.322-30-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/37] 7zip: upgrade 26.01 -> 26.02 | expand

Commit Message

Wang Mingyu June 30, 2026, 9:21 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fixed de-synced offsets during file read operations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-wand_0.7.1.bb => python3-wand_0.7.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wand_0.7.1.bb => python3-wand_0.7.2.bb} (74%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wand_0.7.1.bb b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-wand_0.7.1.bb
rename to meta-python/recipes-devtools/python/python3-wand_0.7.2.bb
index b050390014..8b46b28cb6 100644
--- a/meta-python/recipes-devtools/python/python3-wand_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb
@@ -4,9 +4,9 @@  LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2a2b05e6331064556e971cfa0efca0bf"
 
-SRC_URI[sha256sum] = "2325eae60fb21b88e293d5ec8dcdedf2644a0c00eb75024c9b47975e1e902e80"
+SRC_URI[sha256sum] = "0387fd08848d00cadd1d885fcb19a17dd4250df2029e5338b6b668b7fed64b5b"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "wand"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"