From 1a70dcb9a5a8c03763fb1c78da5705837665a343 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Apr 2024 16:42:14 +0800 Subject: python3-beartype: upgrade 0.18.2 -> 0.18.5 (From OE-Core rev: dc6ee3bb37ba2a70b69414a4bc439db226a135ef) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.18.2.bb | 11 ----------- meta/recipes-devtools/python/python3-beartype_0.18.5.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-beartype_0.18.2.bb create mode 100644 meta/recipes-devtools/python/python3-beartype_0.18.5.bb diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.2.bb b/meta/recipes-devtools/python/python3-beartype_0.18.2.bb deleted file mode 100644 index 1b6ab6a42b..0000000000 --- a/meta/recipes-devtools/python/python3-beartype_0.18.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=e71f94261c1b39896cacacfeaf60560e" - -SRC_URI[sha256sum] = "a6fbc0be9269889312388bfec6a9ddf41bf8fe31b68bcf9c8239db35cd38f411" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb new file mode 100644 index 0000000000..04fbd3139f --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.18.5.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=e71f94261c1b39896cacacfeaf60560e" + +SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf