From bad3c42978c9752e0402b66d4f2a9d1b223c6b3c Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst@fujitsu.com" Date: Wed, 23 Nov 2022 14:53:16 +0800 Subject: [PATCH] python3-pywbemtools: upgrade 1.0.1 -> 1.1.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- ...ython3-pywbemtools_1.1.0.bb => python3-pywbemtools_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.1.0.bb => python3-pywbemtools_1.1.1.bb} (92%) diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb similarity index 92% rename from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb index e02485dde4..1d449cb0e9 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" -SRC_URI[sha256sum] = "5428169d9704f98519666cc81a33bfbb813612108979d4c9ce10d6202faf621e" +SRC_URI[sha256sum] = "aacf4bfffa872bb0e3d0c19ee0630e3c0997d4f13553189b63b297787341735f" inherit pypi setuptools3