summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-referencing_0.37.0.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2025-10-27 16:02:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-30 11:06:28 +0000
commit36d387b5414e5795cb08af7954456c2f4b2ced32 (patch)
treeb621a74881d840f1de65817a1c77c59f2ee25fd9 /meta/recipes-devtools/python/python3-referencing_0.37.0.bb
parent2a43c92720a66e02f7d9c93f3c57b6499fb37130 (diff)
downloadpoky-36d387b5414e5795cb08af7954456c2f4b2ced32.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-referencing_0.37.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-referencing_0.37.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-referencing_0.37.0.bb b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb
new file mode 100644
index 0000000000..a75f5f80d4
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "An implementation-agnostic implementation of JSON reference resolution."
2HOMEPAGE = "https://github.com/python-jsonschema/referencing"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
5
6SRC_URI[sha256sum] = "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8"
7
8inherit pypi python_hatchling
9
10DEPENDS += "python3-hatch-vcs-native"
11
12RDEPENDS:${PN} += "python3-rpds-py"
13
14BBCLASSEXTEND = "native nativesdk"