aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-14 17:10:03 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:57 -0700
commit63a9049ec4feb9f0bc9d53b0ef4d9ba235b06cbc (patch)
treef52e78ee08a980cd887b3280d77817b94ba325e6
parenta70a252402342785111661a1ed74b199da9bf037 (diff)
downloadmeta-openembedded-contrib-63a9049ec4feb9f0bc9d53b0ef4d9ba235b06cbc.tar.gz
python3-nocasedict: upgrade 2.0.1 -> 2.0.3
Bugfixes: ============= - Docs: Added Python 3.12 to the supported versions in the package metadata. - Docs: Updated the README file with the changes from the introduction section w.r.t. Python 2 and limitations. - Dev: Fixed flake8 issue about comparing types in test code. - Fixed safety issues up to 2024-05-05. No changes in package dependencies. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. - Docs: Converted README file from RST to MarkDown to fix badge alignment issue - Dev: Added missing dependency to minimum-constraints.txt to several make targets that used it with PACKAGE_LEVEL=minimum. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
index 5a29858177..105c20b5a8 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.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] = "960cb699f1209da80ac39e3ab50aa7342fe8ca9f70606c23447a510550435e50"
+SRC_URI[sha256sum] = "1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9"
inherit pypi setuptools3