From 7b53b215960a77c92343ee64fd7fb22a669e5a99 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:51 +0200 Subject: [PATCH] python3-pywbemtools: upgrade 1.3.1 -> 1.4.1 The new release drops six, pydicti and custom-inherit and adds toposort, psutil, pyparsing and urllib3. It builds with the setuptools build backend and needs setuptools-scm and wheel at build time. Built for intel-corei7-64. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...ols_1.3.1.bb => python3-pywbemtools_1.4.1.bb} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.3.1.bb => python3-pywbemtools_1.4.1.bb} (69%) diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.1.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.4.1.bb similarity index 69% rename from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.1.bb rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.4.1.bb index 83156cfddf..da5205711d 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.1.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.4.1.bb @@ -4,14 +4,18 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" -SRC_URI[sha256sum] = "7fb1c32e358d55c2c6966a071c8ecc0ca81de3d32944a67cc646c57b1a7a337a" +SRC_URI[sha256sum] = "537f848a90b3f40531984ec296387eaa1892905b5ed8d3fe7d6d4c737f25fce9" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-wheel-native \ +" RDEPENDS:${PN}:append:class-target = " \ python3-ply \ python3-pyyaml \ - python3-six \ python3-pywbem \ python3-click \ python3-requests \ @@ -24,9 +28,11 @@ RDEPENDS:${PN}:append:class-target = " \ python3-click-spinner \ python3-asciitree \ python3-tabulate \ - python3-pydicti \ python3-nocaselist \ - python3-custom-inherit \ + python3-toposort \ + python3-psutil \ + python3-pyparsing \ + python3-urllib3 \ " BBCLASSEXTEND = "native"