Skip to content

Bump clikit from 0.5.1 to 0.6.2

Dariush Mohandes requested to merge dependabot/pip/clikit-0.6.2 into master

Created by: dependabot[bot]

Bumps clikit from 0.5.1 to 0.6.2.

Release notes

Sourced from clikit's releases.

0.6.2

Fixed

  • Fixed an error in the package's metadata causing errors on Python 3.5.

0.6.1

Changed

  • Progress bars will now update at most every 100ms by default. This is configurable via the min_seconds_between_redraws() method (#29).
  • Progress bars and indicators now accept an Output instance as well as an IO instance. If an IO instance is passed the error output will be used (#29).
  • Slightly changed the exception trace rendering (#30).

Fixed

  • Fixed an error where choices questions accepted negative choices (#27).

0.6.0

Added

  • Support for error solutions (#24).
  • Ability to ignore files in the stack trace (#24).

Changed

  • The stack trace will now be displayed above the actual error, so that the error is visible immediately and the read flow of the stack trace is more natural (#24).

Fixed

  • Fixed the coloring of the code snippets of the stack trace for tokens that span multiple lines (#24).
Changelog

Sourced from clikit's changelog.

[0.6.2] - 2020-06-09

Fixed

  • Fixed an error in the package's metadata causing errors on Python 3.5.

[0.6.1] - 2020-05-31

Changed

  • Progress bars will now update at most every 100ms by default. This is configurable via the min_seconds_between_redraws() method (#29).
  • Progress bars and indicators now accept an Output instance as well as an IO instance. If an IO instance is passed the error output will be used (#29).
  • Slightly changed the exception trace rendering (#30).

Fixed

  • Fixed an error where choices questions accepted negative choices (#27).

[0.6.0] - 2020-04-17

Added

  • Support for error solutions (#24).
  • Ability to ignore files in the stack trace (#24).

Changed

  • The stack trace will now be displayed above the actual error, so that the error is visible immediately and the read flow of the stack trace is more natural (#24).

Fixed

  • Fixed the coloring of the code snippets of the stack trace for tokens that span multiple lines (#24).
Commits
  • 1432ffc Bump version to 0.6.2
  • b020c18 Merge pull request #31 from sdispater/release-0.6.1
  • 432d224 Bump version to 0.6.1
  • a35d7e6 Merge pull request #27fix/issue#26
  • 00878eb Merge pull request #30 from sdispater/exception-trace-tweaks
  • f3d5483 Merge pull request #29 from sdispater/progress-improvements
  • 30bb35b Tweak exception trace UI
  • e56d3f3 Improve progress bars and indicators
  • d5642fb Set lower bound on the choices when specifying the option number.
  • b00eedf start with failing tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading