summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-click: Fix ptest failureKhem Raj2023-04-271-0/+1
| | | | | | test_bytes_args fails especially on musl, therefore use mocked sys.stdin.encoding Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click: upgrade 8.1.2 -> 8.1.3Xu Huan2022-05-141-0/+41
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>