aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:51:04 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:53 -0700
commit8d9ca62e5b0fc9f51b2407e680c56f36b5d48441 (patch)
treeb5c90ed521f904d96bd687571a3cccd02e653bf4
parent416bf714510c78af9261f03074258798b0c48213 (diff)
downloadmeta-openembedded-8d9ca62e5b0fc9f51b2407e680c56f36b5d48441.tar.gz
python3-pywbem: upgrade 1.6.2 -> 1.6.3
Changelog: ============ -Fixed new Pylint issue for unused variable 'exp_result' -Fixed use of pytest.warns(None) -Fixed pkgutil install issue on Python 3.12 -Test: Upgraded GitHub Actions plugins to use node.js 20 -Fixed call to pipdeptree -Added Python 3.6 / Windows / latest to normal tests -Pinned lxml to <4.9.4 on Python 3.5 on Windows -Added RTD default config file (#3083) -Split safety into separate make target and moved to end of test -Disable cyclic-import issue. -Update .safety_policy, dev-ramts, minimum_constraints.txt files. -Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb (renamed from meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb
index f607de7799..7d1ff28589 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
-SRC_URI[sha256sum] = "26e8179bc17e3176b4cd576b9f5a7730f848d51be0513768fd7f31fd9b270a96"
+SRC_URI[sha256sum] = "78df30dee98c508620b599b8951f322a81c6c0a9d7b78ffe5e017b9417cd97b9"
inherit pypi setuptools3 update-alternatives