]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-beartype: upgrade 0.16.4 -> 0.17.0
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 2 Feb 2024 00:07:57 +0000 (08:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2024 13:52:20 +0000 (13:52 +0000)
License-Update: Copyright year updated to 2024.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
meta/recipes-devtools/python/python3-beartype_0.17.0.bb [moved from meta/recipes-devtools/python/python3-beartype_0.16.4.bb with 54% similarity]

similarity index 54%
rename from meta/recipes-devtools/python/python3-beartype_0.16.4.bb
rename to meta/recipes-devtools/python/python3-beartype_0.17.0.bb
index ad4462e0e2238b72b3fbd8f5110e1da8d6e844ee..7b14a3794b2ebf82d1a67523123d5b16b3b922e9 100644 (file)
@@ -2,9 +2,9 @@ SUMMARY = "Unbearably fast runtime type checking in pure Python."
 HOMEPAGE = "https://beartype.readthedocs.io"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"
 
-SRC_URI[sha256sum] = "1ada89cf2d6eb30eb6e156eed2eb5493357782937910d74380918e53c2eae0bf"
+SRC_URI[sha256sum] = "3226fbba8c53b4e698acdb47dcaf3c0640151c4d405618c281e6631f4112947d"
 
 inherit setuptools3 pypi