From cb3bd0f52fb417f22a236a3168ca4f26661c8ab7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 22 Apr 2024 17:15:42 +0800 Subject: python3-pywbemtools: upgrade 1.2.1 -> 1.3.0 Changelog: https://github.com/pywbem/pywbemtools/blob/master/docs/changes.rst Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../pywbemtools/python3-pywbemtools_1.2.1.bb | 32 ---------------------- .../pywbemtools/python3-pywbemtools_1.3.0.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb create mode 100644 meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb deleted file mode 100644 index c0a5368d11..0000000000 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "A set of tools using pywbem" -DESCRIPTION = "A set of tools using pywbem to communicate with WBEM servers" -HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" - -SRC_URI[sha256sum] = "d2ad6c383490ddb3bbb0f737d23a07c7e8c345df65f8309bc554d8455cc913dc" - -inherit pypi setuptools3 - -RDEPENDS:${PN}:class-target += "\ - python3-ply \ - python3-pyyaml \ - python3-six \ - python3-pywbem \ - python3-click \ - python3-requests \ - python3-prompt-toolkit \ - python3-mock \ - python3-packaging \ - python3-nocasedict \ - python3-yamlloader \ - python3-click-repl \ - python3-click-spinner \ - python3-asciitree \ - python3-tabulate \ - python3-pydicti \ - python3-nocaselist \ - python3-custom-inherit \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb new file mode 100644 index 0000000000..127aa8b4a3 --- /dev/null +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb @@ -0,0 +1,32 @@ +SUMMARY = "A set of tools using pywbem" +DESCRIPTION = "A set of tools using pywbem to communicate with WBEM servers" +HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" + +SRC_URI[sha256sum] = "9d0162b74c0b34d4500c099dddfe518cadc295a1a7bfb0abefa740a134d80fea" + +inherit pypi setuptools3 + +RDEPENDS:${PN}:class-target += "\ + python3-ply \ + python3-pyyaml \ + python3-six \ + python3-pywbem \ + python3-click \ + python3-requests \ + python3-prompt-toolkit \ + python3-mock \ + python3-packaging \ + python3-nocasedict \ + python3-yamlloader \ + python3-click-repl \ + python3-click-spinner \ + python3-asciitree \ + python3-tabulate \ + python3-pydicti \ + python3-nocaselist \ + python3-custom-inherit \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf