wangmy
048db8d5e2
python3-click: upgrade 8.0.4 -> 8.1.2
...
Changelog from 8.0.4 to 8.1.2:
==============================
- Fix error message for readable path check that was mixed up with the executable
check. #2236
- Restore parameter order for Path, placing the executable parameter at the end.
It is recommended to use keyword arguments instead of positional arguments. #2235
- Fix an issue with decorator typing that caused type checking to report that a
command was not callable. #2227
- Drop support for Python 3.6. #2129
- Remove previously deprecated code. #2130
- Group.resultcallback is renamed to result_callback.
- autocompletion parameter to Command is renamed to shell_complete.
- get_terminal_size is removed, use shutil.get_terminal_size instead.
- get_os_args is removed, use sys.argv[1:] instead.
- Rely on PEP 538 and PEP 540 to handle selecting UTF-8 encoding instead of ASCII.
Click's locale encoding detection is removed. #2198
- Single options boolean flags with show_default=True only show the default if it is True. #1971
- The command and group decorators can be applied with or without parentheses. #1359
- The Path type can check whether the target is executable. #1961
- Command.show_default overrides Context.show_default, instead of the other way around. #1963
- Parameter decorators and @group handles cls=None the same as not passing cls.
@option handles help=None the same as not passing help. #1959
- A flag option with required=True requires that the flag is passed instead of
choosing the implicit default value. #1978
- Indentation in help text passed to Option and Command is cleaned the same as
using the @option and @command decorators does. A command's epilog and
short_help are also processed. #1985
- Store unprocessed Command.help, epilog and short_help strings. Processing is
only done when formatting help text for output. #2149
- Allow empty str input for prompt() when confirmation_prompt=True and default="". #2157
- Windows glob pattern expansion doesn't fail if a value is an invalid pattern. #2195
- It's possible to pass a list of params to @command. Any params defined with
decorators are appended to the passed params. #2131 .
- @command decorator is annotated as returning the correct type if a cls argument is used. #2211
- A Group with invoke_without_command=True and chain=False will invoke its
result callback with the group function's return value. #2124
- to_info_dict will not fail if a ParamType doesn't define a name. #2168
- Shell completion prioritizes option values with option prefixes over new options. #2040
- Options that get an environment variable value using autoenvvar_prefix treat
an empty value as None, consistent with a direct envvar. #2146
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com >
2022-04-06 14:55:16 -04:00
..
2021-10-14 07:15:37 -07:00
2021-06-24 12:54:18 -07:00
2021-01-04 14:48:29 -08:00
2022-03-03 08:48:07 -08:00
2022-02-24 08:30:26 -08:00
2022-03-01 09:06:56 -08:00
2022-03-03 08:48:06 -08:00
2022-01-18 08:59:58 -08:00
2021-06-24 12:54:18 -07:00
2021-06-23 10:45:31 -07:00
2022-03-15 15:34:22 -04:00
2022-03-15 15:34:22 -04:00
2021-08-26 09:57:25 -07:00
2021-04-01 08:31:16 -07:00
2022-03-09 07:37:03 -08:00
2021-11-02 08:06:11 -07:00
2022-03-09 07:37:04 -08:00
2021-01-25 14:34:06 -08:00
2021-09-07 10:02:11 -07:00
2022-03-03 08:48:07 -08:00
2022-03-21 09:57:28 -04:00
2021-10-14 07:15:36 -07:00
2022-01-18 08:59:58 -08:00
2022-02-24 08:30:26 -08:00
2021-01-12 09:16:03 -08:00
2021-02-01 10:44:55 -08:00
2021-06-24 12:54:18 -07:00
2021-02-01 10:44:20 -08:00
2022-03-01 09:06:56 -08:00
2022-03-17 08:54:17 -04:00
2022-03-23 09:46:31 -04:00
2022-03-11 08:48:38 -05:00
2022-03-01 09:06:56 -08:00
2022-03-03 08:48:07 -08:00
2022-01-18 08:59:58 -08:00
2022-03-01 09:06:56 -08:00
2022-03-01 09:06:56 -08:00
2022-01-11 17:50:55 -08:00
2021-03-22 09:19:27 -07:00
2021-11-16 08:25:15 -08:00
2021-10-18 09:49:37 -07:00
2022-03-01 09:06:56 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-11-17 09:24:26 -08:00
2022-01-25 09:11:36 -08:00
2022-03-16 09:25:28 -04:00
2022-03-19 19:00:34 -07:00
2021-08-30 08:10:12 -07:00
2022-01-18 08:59:58 -08:00
2021-11-21 22:06:22 -08:00
2022-03-28 08:35:31 -04:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2022-01-21 08:23:59 -08:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2022-03-28 08:35:31 -04:00
2021-08-03 10:21:25 -07:00
2022-03-01 09:06:56 -08:00
2022-03-30 09:09:07 -04:00
2022-03-19 19:00:34 -07:00
2021-11-11 06:36:04 -08:00
2022-03-19 19:00:34 -07:00
2022-03-09 07:37:04 -08:00
2022-03-04 17:41:45 -08:00
2022-01-18 08:59:58 -08:00
2022-03-30 09:09:07 -04:00
2021-08-03 10:21:25 -07:00
2022-03-10 10:03:29 -05:00
2022-03-17 10:00:11 -07:00
2022-03-07 09:27:53 -08:00
2021-09-17 08:36:19 -07:00
2021-11-03 06:57:49 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-04-06 14:55:16 -04:00
2021-08-03 10:21:25 -07:00
2022-03-17 08:54:17 -04:00
2022-02-24 08:30:26 -08:00
2020-06-22 08:38:19 -07:00
2021-12-20 20:20:29 -08:00
2021-08-30 08:10:12 -07:00
2022-03-28 08:35:31 -04:00
2022-03-04 17:41:45 -08:00
2022-03-28 08:35:32 -04:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-02-28 08:32:19 -08:00
2022-04-04 09:08:21 -04:00
2022-04-06 14:55:16 -04:00
2021-08-03 10:21:25 -07:00
2022-02-24 08:30:26 -08:00
2022-03-01 09:06:56 -08:00
2021-11-16 08:25:15 -08:00
2022-01-11 17:50:55 -08:00
2021-10-25 08:35:04 -07:00
2022-03-01 09:06:56 -08:00
2022-03-03 08:48:07 -08:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2022-02-24 08:30:26 -08:00
2022-03-17 08:54:17 -04:00
2022-03-09 07:37:03 -08:00
2022-03-03 08:48:06 -08:00
2022-02-22 08:29:53 -08:00
2021-01-28 10:51:52 -08:00
2022-03-04 17:41:45 -08:00
2021-11-02 08:06:11 -07:00
2021-10-18 09:49:36 -07:00
2022-03-19 19:00:34 -07:00
2021-08-19 09:56:43 -07:00
2022-03-04 17:41:45 -08:00
2022-01-20 09:53:40 -08:00
2022-03-04 17:41:45 -08:00
2021-11-19 08:30:36 -08:00
2021-09-20 08:43:37 -07:00
2022-01-10 10:35:02 -08:00
2022-02-24 08:30:26 -08:00
2022-03-09 07:37:03 -08:00
2022-03-15 15:34:22 -04:00
2022-03-15 15:34:22 -04:00
2022-01-05 08:15:50 -08:00
2022-03-17 08:54:17 -04:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-09-10 06:55:20 -07:00
2021-11-16 08:25:15 -08:00
2021-11-16 08:25:15 -08:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-04-04 09:08:21 -04:00
2021-11-19 08:30:36 -08:00
2022-01-04 08:40:52 -08:00
2022-03-04 17:41:45 -08:00
2022-03-19 19:00:34 -07:00
2022-01-19 08:58:09 -08:00
2021-11-11 06:36:04 -08:00
2021-08-03 10:21:25 -07:00
2022-02-24 08:30:26 -08:00
2021-08-03 10:21:25 -07:00
2017-12-22 19:43:53 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-11 11:20:55 -08:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2020-06-08 13:58:02 -07:00
2021-11-17 09:24:26 -08:00
2022-03-03 08:48:06 -08:00
2021-09-20 08:43:37 -07:00
2022-02-28 08:32:19 -08:00
2021-12-16 08:14:03 -08:00
2022-03-04 17:41:45 -08:00
2021-10-28 09:01:25 -07:00
2021-12-16 08:14:04 -08:00
2022-01-11 17:50:55 -08:00
2022-04-04 09:08:21 -04:00
2021-10-18 09:49:37 -07:00
2021-12-16 08:14:03 -08:00
2021-08-03 10:21:25 -07:00
2021-12-16 08:14:04 -08:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-04-04 09:08:21 -04:00
2022-03-15 15:34:22 -04:00
2021-08-26 09:57:25 -07:00
2022-03-28 08:35:32 -04:00
2022-03-03 08:48:07 -08:00
2021-10-18 09:49:37 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-01-11 17:50:55 -08:00
2021-09-28 09:15:08 -07:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-03-10 10:03:30 -05:00
2021-11-02 08:06:11 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-02-19 10:02:43 -08:00
2022-03-28 08:35:32 -04:00
2022-03-09 07:37:04 -08:00
2021-12-27 11:46:41 -08:00
2021-09-20 08:43:37 -07:00
2022-03-19 19:00:34 -07:00
2022-01-07 11:01:30 -08:00
2022-03-16 09:25:28 -04:00
2022-04-04 09:08:21 -04:00
2021-05-19 09:16:54 -07:00
2022-04-04 09:08:21 -04:00
2021-09-20 08:43:37 -07:00
2021-11-19 08:30:36 -08:00
2021-08-03 10:21:25 -07:00
2021-10-18 09:49:37 -07:00
2022-01-19 08:58:09 -08:00
2021-08-03 10:21:25 -07:00
2022-02-03 08:40:20 -08:00
2022-03-21 09:57:28 -04:00
2021-01-25 14:34:06 -08:00
2020-06-13 21:34:21 -07:00
2022-03-03 08:48:07 -08:00
2022-03-01 09:06:56 -08:00
2022-04-04 09:08:21 -04:00
2022-03-04 17:41:45 -08:00
2022-01-04 08:40:52 -08:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-03-09 07:37:04 -08:00
2022-03-21 09:57:28 -04:00
2021-10-14 07:15:36 -07:00
2022-03-01 09:06:56 -08:00
2022-03-04 17:41:45 -08:00
2021-05-17 08:52:24 -07:00
2022-03-01 09:06:56 -08:00
2020-06-11 07:43:01 -07:00
2021-08-03 10:21:25 -07:00
2022-02-28 08:32:19 -08:00
2021-09-20 08:43:37 -07:00
2022-01-04 08:40:52 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-01-31 08:15:17 -08:00
2022-03-19 19:00:34 -07:00
2021-01-27 10:21:14 -08:00
2022-02-16 08:13:29 -08:00
2021-08-03 10:21:25 -07:00
2021-06-01 07:48:10 -07:00
2022-03-10 10:03:30 -05:00
2021-10-18 09:49:36 -07:00
2022-03-04 17:41:45 -08:00
2021-01-08 08:41:24 -08:00
2022-03-03 08:48:07 -08:00
2022-02-24 08:30:26 -08:00
2022-03-04 17:41:45 -08:00
2021-10-14 07:15:37 -07:00
2022-03-17 10:00:11 -07:00
2021-10-28 09:01:25 -07:00
2022-02-28 08:32:19 -08:00
2022-02-24 08:30:26 -08:00
2021-09-20 08:43:37 -07:00
2022-03-28 08:35:32 -04:00
2021-08-03 10:21:25 -07:00
2021-10-14 07:15:37 -07:00
2022-01-06 12:34:12 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2020-05-19 17:14:09 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2019-09-17 20:47:12 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-03 08:48:07 -08:00
2022-03-19 19:00:34 -07:00
2021-08-30 08:10:12 -07:00
2022-03-16 09:25:28 -04:00
2020-06-19 10:20:36 -07:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2021-11-19 08:30:36 -08:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-23 09:46:31 -04:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-12-20 20:20:29 -08:00
2022-03-28 08:35:32 -04:00
2022-03-17 10:00:11 -07:00
2022-01-31 08:15:17 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-01 09:06:56 -08:00
2021-11-03 06:57:49 -07:00
2022-03-04 17:41:45 -08:00
2022-03-10 10:03:30 -05:00
2022-01-24 09:09:59 -08:00
2021-10-18 09:49:37 -07:00
2022-03-11 08:48:38 -05:00
2022-03-04 17:41:45 -08:00
2021-11-03 06:57:49 -07:00
2021-11-16 08:25:15 -08:00
2020-11-04 11:08:50 -08:00
2021-08-03 10:21:25 -07:00
2021-10-28 09:01:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-04 17:41:45 -08:00
2021-10-19 09:21:18 -07:00
2021-08-03 10:21:25 -07:00
2021-10-28 09:01:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-30 09:09:07 -04:00
2022-03-03 08:48:07 -08:00
2022-03-30 09:09:07 -04:00
2022-03-15 15:34:22 -04:00
2022-03-10 10:03:29 -05:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-01 09:06:56 -08:00
2021-09-20 08:43:37 -07:00
2021-10-18 09:49:37 -07:00
2022-03-16 09:25:28 -04:00
2022-03-04 17:41:45 -08:00
2022-03-17 08:54:17 -04:00
2022-03-19 19:00:34 -07:00
2022-02-28 08:32:19 -08:00
2022-03-09 07:37:04 -08:00
2021-08-03 10:21:25 -07:00
2022-03-04 17:41:45 -08:00
2021-10-28 09:01:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2022-03-23 09:46:31 -04:00
2022-03-30 09:09:07 -04:00
2021-08-03 10:21:25 -07:00
2022-01-31 08:15:17 -08:00
2022-03-19 19:00:34 -07:00
2022-03-10 10:03:30 -05:00
2022-01-20 09:53:40 -08:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2021-11-01 05:41:29 -07:00
2022-01-11 17:50:55 -08:00
2022-03-30 09:09:07 -04:00
2022-03-10 10:03:29 -05:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-02-11 09:10:03 -08:00
2021-08-03 10:21:25 -07:00
2022-03-30 09:09:07 -04:00
2021-08-03 10:21:25 -07:00
2022-03-16 09:25:28 -04:00
2022-03-09 07:37:04 -08:00
2022-03-01 09:06:56 -08:00
2021-08-03 10:21:25 -07:00
2022-03-21 09:57:28 -04:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2021-11-20 12:07:09 -08:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-03-10 10:03:30 -05:00
2022-03-04 17:41:45 -08:00
2022-03-03 08:48:07 -08:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-03-21 09:57:28 -04:00
2021-09-27 11:34:15 -07:00
2021-10-25 08:35:04 -07:00
2022-01-18 08:59:58 -08:00
2021-10-18 09:49:37 -07:00
2022-03-04 17:41:45 -08:00
2021-02-24 09:07:45 -08:00
2022-03-04 17:41:45 -08:00
2022-03-01 09:06:56 -08:00
2021-07-16 08:57:37 -07:00
2021-08-03 10:21:25 -07:00
2022-03-30 09:09:07 -04:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-19 19:00:34 -07:00
2022-02-28 08:32:19 -08:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2021-12-16 08:14:04 -08:00
2022-03-01 09:06:56 -08:00
2022-03-10 10:03:29 -05:00
2021-08-03 10:21:25 -07:00
2022-03-03 08:48:07 -08:00
2022-03-19 19:00:34 -07:00
2022-03-19 19:00:34 -07:00
2021-08-03 10:21:25 -07:00
2022-01-11 17:50:55 -08:00
2022-02-24 08:30:26 -08:00
2021-10-18 09:49:37 -07:00
2022-03-04 17:41:45 -08:00
2020-04-04 07:22:16 -07:00
2022-03-23 09:46:31 -04:00
2022-03-30 09:09:07 -04:00
2021-09-20 08:43:37 -07:00
2022-03-01 09:06:56 -08:00
2022-03-01 09:06:56 -08:00
2022-02-16 08:13:29 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2022-03-21 09:57:28 -04:00
2022-01-18 08:59:58 -08:00
2022-02-28 08:32:19 -08:00
2022-03-01 09:06:56 -08:00
2022-03-04 17:41:45 -08:00
2021-10-18 09:49:37 -07:00
2021-08-03 10:21:25 -07:00
2022-03-03 08:48:06 -08:00
2022-03-04 17:41:45 -08:00
2022-03-10 10:03:29 -05:00
2022-03-19 19:00:34 -07:00
2021-11-16 08:25:15 -08:00
2021-11-16 08:25:15 -08:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-09-20 08:43:37 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00