]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-beartype: upgrade 0.18.5 -> 0.19.0
authorAlexander Kanavin <alex@linutronix.de>
Wed, 4 Dec 2024 06:48:54 +0000 (07:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2024 17:00:53 +0000 (17:00 +0000)
Change backend to hatchling.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-beartype_0.19.0.bb [moved from meta/recipes-devtools/python/python3-beartype_0.18.5.bb with 68% similarity]

similarity index 68%
rename from meta/recipes-devtools/python/python3-beartype_0.18.5.bb
rename to meta/recipes-devtools/python/python3-beartype_0.19.0.bb
index 95d947c90ee03e4984499bcbb1389b303aec04ae..ee2c068e09b0ec5c7018107d055974965f0ee84a 100644 (file)
@@ -4,9 +4,9 @@ HOMEPAGE = "https://beartype.readthedocs.io"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"
 
-SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927"
+SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_hatchling
 
 RDEPENDS:${PN} += "python3-numbers python3-io"