summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
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 /meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
parenta70a252402342785111661a1ed74b199da9bf037 (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
new file mode 100644
index 0000000000..105c20b5a8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
@@ -0,0 +1,12 @@
1SUMMARY = "A case-insensitive ordered dictionary for Python"
2HOMEPAGE = "https://github.com/pywbem/nocasedict"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5
6SRC_URI[sha256sum] = "1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-six \
12"