Files
python-click/python-click.changes
Nico Krapp 4c3161c651 - Update to 8.3.1
* Don’t discard pager arguments by correctly using subprocess.Popen.
  * Replace Sentinel.UNSET default values by None as they’re passed
    through the Context.invoke() method.
  * Fix conversion of Sentinel.UNSET happening too early, which caused
    incorrect behavior for multiple parameters using the same name.
  * Hide Sentinel.UNSET values as None when looking up for other
    parameters through the context inside parameter callbacks.
  * Fix rendering when prompt and confirm parameter prompt_suffix is empty.
  * When Sentinel.UNSET is found during parsing, it will skip calls to
    type_cast_value.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=67
2025-11-17 13:42:26 +00:00

34 KiB