From 72208b87059981f7d208dc2a2a99bcebc6a30199 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Feb 2024 15:32:37 +0800 Subject: python3-beartype: upgrade 0.17.0 -> 0.17.2 (From OE-Core rev: cc8cacb07d4ae03661e4a67513e17504de9ff16c) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.17.0.bb | 11 ----------- meta/recipes-devtools/python/python3-beartype_0.17.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-beartype_0.17.0.bb create mode 100644 meta/recipes-devtools/python/python3-beartype_0.17.2.bb diff --git a/meta/recipes-devtools/python/python3-beartype_0.17.0.bb b/meta/recipes-devtools/python/python3-beartype_0.17.0.bb deleted file mode 100644 index 7b14a3794b..0000000000 --- a/meta/recipes-devtools/python/python3-beartype_0.17.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=e71f94261c1b39896cacacfeaf60560e" - -SRC_URI[sha256sum] = "3226fbba8c53b4e698acdb47dcaf3c0640151c4d405618c281e6631f4112947d" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-beartype_0.17.2.bb b/meta/recipes-devtools/python/python3-beartype_0.17.2.bb new file mode 100644 index 0000000000..05fd74543b --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.17.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=e71f94261c1b39896cacacfeaf60560e" + +SRC_URI[sha256sum] = "e911e1ae7de4bccd15745f7643609d8732f64de5c2fb844e89cbbed1c5a8d495" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf