mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "A case-insensitive ordered dictionary for Python"
|
||||
HOMEPAGE = "https://github.com/pywbem/nocasedict"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
SRC_URI[sha256sum] = "ebe159ca847304949120650aabef6698ff26c4528c55760487759283632ce7e8"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "python3-wheel-native"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-setuptools-scm-native \
|
||||
python3-toml-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-six \
|
||||
"
|
||||
Reference in New Issue
Block a user