aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-05-12 17:20:31 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit716ace7843eaaa6ebbe1a2ce32a2f2b2312d721a (patch)
tree432ac7e458a676a8d91e91fc1be5f9dc34a9f69b /meta-python
parent1e050deca1977906b510516cb2d48f65cfc3056f (diff)
downloadmeta-openembedded-716ace7843eaaa6ebbe1a2ce32a2f2b2312d721a.tar.gz
python3-click: upgrade 8.1.2 -> 8.1.3
Released 2022-04-28 Use verbose form of typing.Callable for @command and @group. Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-click_8.1.3.bb (renamed from meta-python/recipes-devtools/python/python3-click_8.1.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.2.bb b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
index a623fe104c..006742f153 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.1.3.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] = "479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"
+SRC_URI[sha256sum] = "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"
inherit pypi setuptools3 ptest