summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-02 08:07:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-14 13:53:35 +0000
commit6daa62c124988b8f685a2766c8684b5bf62cb378 (patch)
treea2933d44c38f293c19aae271bda93834381baa9d /meta/recipes-devtools/python
parentcdb1cb2ed8f689a0a7ecc874885c0ba7c708cbd6 (diff)
downloadpoky-6daa62c124988b8f685a2766c8684b5bf62cb378.tar.gz
python3-beartype: upgrade 0.16.4 -> 0.17.0
License-Update: Copyright year updated to 2024. (From OE-Core rev: 3752a33ce9490d8fc9d59a0e952faa47c0abba71) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-beartype_0.17.0.bb (renamed from meta/recipes-devtools/python/python3-beartype_0.16.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-beartype_0.16.4.bb b/meta/recipes-devtools/python/python3-beartype_0.17.0.bb
index ad4462e0e2..7b14a3794b 100644
--- a/meta/recipes-devtools/python/python3-beartype_0.16.4.bb
+++ b/meta/recipes-devtools/python/python3-beartype_0.17.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Unbearably fast runtime type checking in pure Python."
2HOMEPAGE = "https://beartype.readthedocs.io" 2HOMEPAGE = "https://beartype.readthedocs.io"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"
6 6
7SRC_URI[sha256sum] = "1ada89cf2d6eb30eb6e156eed2eb5493357782937910d74380918e53c2eae0bf" 7SRC_URI[sha256sum] = "3226fbba8c53b4e698acdb47dcaf3c0640151c4d405618c281e6631f4112947d"
8 8
9inherit setuptools3 pypi 9inherit setuptools3 pypi
10 10