From e3a530c872e4a5d6c93661414953002d1fadc7b9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 13 Oct 2023 17:03:54 +0800 Subject: python3-beartype: upgrade 0.15.0 -> 0.16.2 (From OE-Core rev: 8c33b4653ecc923972f82d7b49028f839788fea7) Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.15.0.bb | 11 ----------- meta/recipes-devtools/python/python3-beartype_0.16.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-beartype_0.15.0.bb create mode 100644 meta/recipes-devtools/python/python3-beartype_0.16.2.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-beartype_0.15.0.bb b/meta/recipes-devtools/python/python3-beartype_0.15.0.bb deleted file mode 100644 index 14eda1dd7d..0000000000 --- a/meta/recipes-devtools/python/python3-beartype_0.15.0.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] = "2af6a8d8a7267ccf7d271e1a3bd908afbc025d2a09aa51123567d7d7b37438df" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-beartype_0.16.2.bb b/meta/recipes-devtools/python/python3-beartype_0.16.2.bb new file mode 100644 index 0000000000..20a5b92c61 --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.16.2.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] = "47ec1c8c3be3f999f4f9f829e8913f65926aa7e85b180d9ffd305dc78d3e7d7b" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf