Skip to content

v8.6.3

Choose a tag to compare

@kdeldycke kdeldycke released this 29 Jul 21:21
Immutable release. Only release title and notes can be modified.

Note

8.6.3 is available on 馃悕 PyPI and 馃悪 GitHub.

  • Stop importing the test tooling at package import time: the click_extra.testing and click_extra.test_suite exports now resolve lazily, keeping Click's debugger stack out of importing programs and compiled binaries.
  • Scrub the submodule objects star imports leaked into the package namespace: foreign modules like click_extra.core and click_extra.termui no longer hand out Click's un-enhanced classes or shadow the globals builtin.
  • Pin [tool.repomatic] nuitka.nofollow-imports to its bare ["tkinter"] default, ahead of the repomatic release introducing the setting.
  • Fix the myst_docstrings MyST-to-reST converter mispairing inline-code backticks and emitting reST literals with illegal edge whitespace from padded code spans.

Full changelog: v8.6.2...v8.6.3