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_pagerandedit. 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:1514Version 7.1.1
Released 2020-03-09
- Fix
ClickExceptionoutput going to stdout instead of stderr. :issue:1495Version 7.1
Released 2020-03-09
... (truncated)
- Fix PyPI package name, "click" is lowercase again.
- Fix link in
unicode_literalserror 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
OSErrorwhen running in MSYS2. :issue:1338- Fix
OSErrorwhen redirecting toNULstream 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_helpoption toclick.Command, defaults to False🇵🇷 1167- Add
show_defaultsparameter toContextto enable showing defaults globally. :issue:1018- Handle
env MYPATH=''as though the option were not passed. :issue:1196
Commits
-
1784558release version 7.1.2 -
25a3cb2Merge pull request #1543 from pallets/revert-shlex-quote -
0d1b8eaRevert "Use shlex.quote for quoting shell arguments" -
a6b10dbMerge pull request #1524 from max-sixty/patch-1 -
b9d23a0fix typo in options.rst -
ef1dd69release version 7.1.1 -
c0329acMerge pull request #1496 from pallets/fix-typo -
0dbffb3ClickException goes to stderr -
913ddf2release version 7.1 -
46cb9e4use dirhtml builder - Additional commits viewable in compare view