From 09689ad65b2a11dffc4ec8744bd582c4dbc4c75d Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 27 Jan 2022 18:28:55 +0800 Subject: [PATCH] python3-pywbemtools: upgrade 0.9.0 -> 0.9.1 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-pywbemtools_0.9.0.bb => python3-pywbemtools_0.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_0.9.0.bb => python3-pywbemtools_0.9.1.bb} (92%) diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.1.bb similarity index 92% rename from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.1.bb index 46b6a99605..c51f860fd5 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.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] = "f6f36c96be46c801919fa6cc218a5d051fce381a2d9a0b99c9162d8335e96c36" +SRC_URI[sha256sum] = "cbe2fe67620e73a81807940a75aeed8570205e2213d6f8de4db15fbc06fe8804" inherit pypi setuptools3