mirror of
https://git.yoctoproject.org/poky
synced 2026-05-25 12:52:39 +02:00
python3-referencing: upgrade 0.36.2 -> 0.37.0
Changelog (https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst): - Declare support for Python 3.14. - Drop support for Python 3.9 which is near EOL. Reproducibility OK. Builds OK. No ptests. (From OE-Core rev: f97a45012d32a34e9353bb04a62a1041fb6cfaac) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a43c92720
commit
36d387b541
14
meta/recipes-devtools/python/python3-referencing_0.37.0.bb
Normal file
14
meta/recipes-devtools/python/python3-referencing_0.37.0.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] = "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "python3-hatch-vcs-native"
|
||||
|
||||
RDEPENDS:${PN} += "python3-rpds-py"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user