From d6c11c404ba0a524974e8825d50a82ea682884b2 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 21 May 2024 13:04:39 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-referencing_0.34.0.bb | 14 -------------- meta/recipes-devtools/python/python3-referencing_0.35.1.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-referencing_0.34.0.bb create mode 100644 meta/recipes-devtools/python/python3-referencing_0.35.1.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-referencing_0.34.0.bb b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb deleted file mode 100644 index 6fbd10d9cf..0000000000 --- a/meta/recipes-devtools/python/python3-referencing_0.34.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -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] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844" - -inherit pypi python_hatchling - -DEPENDS += "python3-hatch-vcs-native" - -RDEPENDS:${PN} += "python3-rpds-py" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-referencing_0.35.1.bb b/meta/recipes-devtools/python/python3-referencing_0.35.1.bb new file mode 100644 index 0000000000..3e2a380607 --- /dev/null +++ b/meta/recipes-devtools/python/python3-referencing_0.35.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf