From 9c608f3bf72141b97be3f64d5ab03592004155e5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Mar 2024 08:34:43 +0800 Subject: python3-referencing: upgrade 0.33.0 -> 0.34.0 Changelog: -Also look inside definitions keywords even on newer dialects. The specification recommends doing so regardless of the rename to $defs. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-referencing_0.33.0.bb | 14 -------------- meta/recipes-devtools/python/python3-referencing_0.34.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-referencing_0.33.0.bb create mode 100644 meta/recipes-devtools/python/python3-referencing_0.34.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb b/meta/recipes-devtools/python/python3-referencing_0.33.0.bb deleted file mode 100644 index f675bbc67d..0000000000 --- a/meta/recipes-devtools/python/python3-referencing_0.33.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] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7" - -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.34.0.bb b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb new file mode 100644 index 0000000000..6fbd10d9cf --- /dev/null +++ b/meta/recipes-devtools/python/python3-referencing_0.34.0.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] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844" + +inherit pypi python_hatchling + +DEPENDS += "python3-hatch-vcs-native" + +RDEPENDS:${PN} += "python3-rpds-py" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg