- Update to 8.3.0:
* Improved flag option handling: Reworked the relationship between
flag_value and default parameters for better consistency.
* Show correct auto complete value for nargs option in combination with
flag option.
* Fix handling of quoted and escaped parameters in Fish autocompletion.
* Properly forward exception information to resources registered with
click.core.Context.with_resource().
* Fix regression related to EOF handling in CliRunner.
- Drop patch click-8.2.1-clirunner.patch, included upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 04:26:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 8.3.0:
|
||||
* Improved flag option handling: Reworked the relationship between
|
||||
flag_value and default parameters for better consistency.
|
||||
* Show correct auto complete value for nargs option in combination with
|
||||
flag option.
|
||||
* Fix handling of quoted and escaped parameters in Fish autocompletion.
|
||||
* Properly forward exception information to resources registered with
|
||||
click.core.Context.with_resource().
|
||||
* Fix regression related to EOF handling in CliRunner.
|
||||
- Drop patch click-8.2.1-clirunner.patch, included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 9 07:09:03 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user