mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
python3-referencing: upgrade 0.34.0 -> 0.35.1
Changelog: https://referencing.readthedocs.io/en/stable/changes/#v0-35-1 - Ensure that Registry.contents() also raises NoSuchResource exceptions for nonexistent resources, not KeyError (which is an implementation detail). (From OE-Core rev: 476216e965dd5aa848183cff597dbd40490efbcf) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b63b86e140
commit
d6c11c404b
14
meta/recipes-devtools/python/python3-referencing_0.35.1.bb
Normal file
14
meta/recipes-devtools/python/python3-referencing_0.35.1.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "An implementation-agnostic implementation of JSON reference resolution."
|
||||
HOMEPAGE = "https://github.com/python-jsonschema/referencing"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
|
||||
|
||||
SRC_URI[sha256sum] = "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "python3-hatch-vcs-native"
|
||||
|
||||
RDEPENDS:${PN} += "python3-rpds-py"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user