From e9ab80bc51daf9e4636794f975a67667011f2368 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:37 +0800 Subject: [PATCH] python3-click: upgrade 8.1.5 -> 8.1.6 Changelog: Fix an issue with type hints for @click.group() Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-click_8.1.5.bb => python3-click_8.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-click_8.1.5.bb => python3-click_8.1.6.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.5.bb b/meta-python/recipes-devtools/python/python3-click_8.1.6.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-click_8.1.5.bb rename to meta-python/recipes-devtools/python/python3-click_8.1.6.bb index d7d50118e2..4858c9e359 100644 --- a/meta-python/recipes-devtools/python/python3-click_8.1.5.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.1.6.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" -SRC_URI[sha256sum] = "4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367" +SRC_URI[sha256sum] = "48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd" inherit pypi setuptools3 ptest