- 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:
2025-09-26 04:28:28 +00:00
committed by Git OBS Bridge
parent d3b24f2fab
commit 3b8ac119aa
5 changed files with 18 additions and 112 deletions

View File

@@ -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>