Bump click from 7.0 to 7.1.2
Bumps click from 7.0 to 7.1.2.
Release notes
Sourced from click's releases.
7.1.2
7.1.1
- Changes: https://click.palletsprojects.com/en/7.x/changelog/#version-7-1-1
- Blog: https://palletsprojects.com/blog/click-7-1-released/
- Twitter: https://twitter.com/PalletsTeam/status/1237090317838340099
7.1
Changelog
Sourced from click's changelog.
Version 7.1.2
Released 2020-04-27
- Revert applying shell quoting to commands for
echo_with_pager
andedit
. This was intended to allows spaces in commands, but caused issues if the string was actually a command and arguments, or on Windows. Instead, the string must be quoted manually as it should appear on the command line. :issue:1514
Version 7.1.1
Released 2020-03-09
- Fix
ClickException
output going to stdout instead of stderr. :issue:1495
Version 7.1
Released 2020-03-09
... (truncated)
- Fix PyPI package name, "click" is lowercase again.
- Fix link in
unicode_literals
error message.🇵🇷 1151
- Add support for colored output on UNIX Jupyter notebooks. :issue:
1185
- Operations that strip ANSI controls will strip the cursor hide/show sequences. :issue:
1216
- Remove unused compat shim for
bytes
.🇵🇷 1195
- Expand testing around termui, especially getchar on Windows. :issue:
1116
- Fix output on Windows Python 2.7 built with MSVC 14.
🇵🇷 1342
- Fix
OSError
when running in MSYS2. :issue:1338
- Fix
OSError
when redirecting toNUL
stream on Windows. :issue:1065
- Fix memory leak when parsing Unicode arguments on Windows. :issue:
1136
- Fix error in new AppEngine environments. :issue:
1462
- Always return one of the passed choices for
click.Choice
:issue:1277
,🇵🇷 1318
- Add
no_args_is_help
option toclick.Command
, defaults to False🇵🇷 1167
- Add
show_defaults
parameter toContext
to enable showing defaults globally. :issue:1018
- Handle
env MYPATH=''
as though the option were not passed. :issue:1196
Commits
-
1784558
release version 7.1.2 -
25a3cb2
Merge pull request #1543 from pallets/revert-shlex-quote -
0d1b8ea
Revert "Use shlex.quote for quoting shell arguments" -
a6b10db
Merge pull request #1524 from max-sixty/patch-1 -
b9d23a0
fix typo in options.rst -
ef1dd69
release version 7.1.1 -
c0329ac
Merge pull request #1496 from pallets/fix-typo -
0dbffb3
ClickException goes to stderr -
913ddf2
release version 7.1 -
46cb9e4
use dirhtml builder - Additional commits viewable in compare view