Skip to content
Snippets Groups Projects

Bump click from 7.0 to 7.1.2

Merged WKDV Bot requested to merge dependabot/pip/click-7.1.2 into develop

Bumps click from 7.0 to 7.1.2.

Release notes

Sourced from click's releases.

7.1.2

7.1.1

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 and edit. 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

  • Fix PyPI package name, "click" is lowercase again.
  • Fix link in unicode_literals error message. :flag_pr: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. :flag_pr:1195
  • Expand testing around termui, especially getchar on Windows. :issue:1116
  • Fix output on Windows Python 2.7 built with MSVC 14. :flag_pr:1342
  • Fix OSError when running in MSYS2. :issue:1338
  • Fix OSError when redirecting to NUL 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, :flag_pr:1318
  • Add no_args_is_help option to click.Command, defaults to False :flag_pr:1167
  • Add show_defaults parameter to Context to enable showing defaults globally. :issue:1018
  • Handle env MYPATH='' as though the option were not passed. :issue:1196
... (truncated)
Commits

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading