diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-26 08:34:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:02 +0100 |
| commit | 65f5f89b0f9e27292351e6ffa0385bcef4ae1ffc (patch) | |
| tree | dfc88f86f1c70f43f8b18e86b18fe45c887660ff /meta/recipes-devtools/python/python3-referencing_0.34.0.bb | |
| parent | 58a39dcc5191c190838ae8b8c47ad03ac6f2b6e6 (diff) | |
| download | poky-65f5f89b0f9e27292351e6ffa0385bcef4ae1ffc.tar.gz | |
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.
(From OE-Core rev: 9c608f3bf72141b97be3f64d5ab03592004155e5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-referencing_0.34.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-referencing_0.34.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "An implementation-agnostic implementation of JSON reference resolution." | ||
| 2 | HOMEPAGE = "https://github.com/python-jsonschema/referencing" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | DEPENDS += "python3-hatch-vcs-native" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python3-rpds-py" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
