From 591dc50dc167cb4102041793936fc063309d49e7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 3 Sep 2026 12:21:09 +0300 Subject: [PATCH] python3-nocasedict: Upgrade 2.2.0 -> 2.2.1 Upgrade to release 2.2.1: - Fixed safety issues up to 2026-08-23. - Development: Tolerate premature deletion of local release/start branches. - Docs: Migrated from our own support for generating summary tables in the documentation to using autodocsumm to fix an import error with Sphinx 9. - Development: Added a GitHub Actions workflow named 'backport' that creates a backport PR to the latest stable branch stable_M.N when a PR labeled with the 'backport' label is merged. - Development: Upgraded GitHub Actions plugins to versions that use node.js 24. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...{python3-nocasedict_2.2.0.bb => python3-nocasedict_2.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nocasedict_2.2.0.bb => python3-nocasedict_2.2.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb rename to meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb index 54514a3f83..027b61c8b3 100644 --- a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pywbem/nocasedict" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" -SRC_URI[sha256sum] = "6f2b608602b0568cd06ff46e2a0f231d2a0c247d6dc120672c381cb29169e1e7" +SRC_URI[sha256sum] = "ebe159ca847304949120650aabef6698ff26c4528c55760487759283632ce7e8" inherit pypi python_setuptools_build_meta