From 2503e89f0273c5bb35bad6cc2a8b9461a0ee1f2f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 30 Jun 2026 17:21:58 +0800 Subject: [PATCH] python3-wand: upgrade 0.7.1 -> 0.7.2 Changelog: Fixed de-synced offsets during file read operations. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../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 --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}"