From 9d2c9394eb1a686d49fe1df1704e805b0c6146aa Mon Sep 17 00:00:00 2001 From: Marta Rybczynska Date: Thu, 2 Nov 2023 13:41:42 +0100 Subject: python3-beartype: upgrade 0.16.2 -> 0.16.4 Changelog for 0.16.4 [1]: In beartype.claw type-check PEP 526-compliant annotated variable assignments in methods Fix an inheritance regression introduced in 0.16.3 Changelog for 0.16.3 [2]: Add hot reloading Support root superclass validators Forward reference issubclass() proxying Readable forward reference exceptions Class redecoration eliding Documentation update [1] https://github.com/beartype/beartype/releases/tag/v0.16.4 [2] https://github.com/beartype/beartype/releases/tag/v0.16.3 (From OE-Core rev: 1b9026253d57a0f5d4c91e18c3efa9377a7bcca9) Signed-off-by: Marta Rybczynska Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.16.2.bb | 11 ----------- meta/recipes-devtools/python/python3-beartype_0.16.4.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-beartype_0.16.2.bb create mode 100644 meta/recipes-devtools/python/python3-beartype_0.16.4.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-beartype_0.16.2.bb b/meta/recipes-devtools/python/python3-beartype_0.16.2.bb deleted file mode 100644 index 20a5b92c61..0000000000 --- a/meta/recipes-devtools/python/python3-beartype_0.16.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Unbearably fast runtime type checking in pure Python." -HOMEPAGE = "https://beartype.readthedocs.io" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69" - -SRC_URI[sha256sum] = "47ec1c8c3be3f999f4f9f829e8913f65926aa7e85b180d9ffd305dc78d3e7d7b" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-beartype_0.16.4.bb b/meta/recipes-devtools/python/python3-beartype_0.16.4.bb new file mode 100644 index 0000000000..ad4462e0e2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.16.4.bb @@ -0,0 +1,11 @@ +SUMMARY = "Unbearably fast runtime type checking in pure Python." +HOMEPAGE = "https://beartype.readthedocs.io" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69" + +SRC_URI[sha256sum] = "1ada89cf2d6eb30eb6e156eed2eb5493357782937910d74380918e53c2eae0bf" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf