diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:12:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 1a14a28f132a10e9db7b3e5bb2b5361c4679946e (patch) | |
tree | b825bb100ab6b494f613d88cb35134bba3da84f5 | |
parent | d8eb8b4583e25012220e4d5313a18d79843eaf4a (diff) | |
download | meta-openembedded-1a14a28f132a10e9db7b3e5bb2b5361c4679946e.tar.gz |
python3-click: upgrade 8.1.6 -> 8.1.7
Changelog:
===========
Fix issue with regex flags in shell completion.
Bash version detection issues a warning instead of an error.
Fix issue with completion script for Fish shell.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-click_8.1.7.bb (renamed from meta-python/recipes-devtools/python/python3-click_8.1.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.6.bb b/meta-python/recipes-devtools/python/python3-click_8.1.7.bb index 4858c9e359..a4ec6cd1ef 100644 --- a/meta-python/recipes-devtools/python/python3-click_8.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.1.7.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" | |||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd" | 11 | SRC_URI[sha256sum] = "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" |
12 | 12 | ||
13 | inherit pypi setuptools3 ptest | 13 | inherit pypi setuptools3 ptest |
14 | 14 | ||