From f97a45012d32a34e9353bb04a62a1041fb6cfaac Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 27 Oct 2025 16:02:38 -0400 Subject: [PATCH] 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. Signed-off-by: Trevor Gamblin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- ...hon3-referencing_0.36.2.bb => python3-referencing_0.37.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-referencing_0.36.2.bb => python3-referencing_0.37.0.bb} (81%) diff --git a/meta/recipes-devtools/python/python3-referencing_0.36.2.bb b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb similarity index 81% rename from meta/recipes-devtools/python/python3-referencing_0.36.2.bb rename to meta/recipes-devtools/python/python3-referencing_0.37.0.bb index 388c1887fbe..a75f5f80d46 100644 --- a/meta/recipes-devtools/python/python3-referencing_0.36.2.bb +++ b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python-jsonschema/referencing" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" -SRC_URI[sha256sum] = "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" +SRC_URI[sha256sum] = "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8" inherit pypi python_hatchling -- 2.47.3