14
0
forked from pool/python-click

Accepting request 1297475 from home:nkrapp:branches:devel:languages:python

- Update to 8.2.2
  * Fix reconciliation of default, flag_value and type parameters for
    flag options, as well as parsing and normalization of environment variables.
    #2952 #2956
  * Fix typing issue in BadParameter and MissingParameter exceptions for the
    parameter param_hint that did not allow for a sequence of string where the
    underlying functino _join_param_hints allows for it. #2777 #2990
  * Use the value of Enum choices to render their default value in help
    screen. #2911 #3004
  * Fix completion for the Z shell (zsh) for completion items containing
    colons. #2703 #2846
  * Don't include envvar in error hint when not configured. #2971 #2972
  * Fix a rare race in click.testing.StreamMixer's finalization that manifested
    as a ValueError on close in a multi-threaded test session.
    #2993 #2991
- drop upstream changelog entry from patch

OBS-URL: https://build.opensuse.org/request/show/1297475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=60
This commit is contained in:
2025-08-05 18:43:12 +00:00
committed by Git OBS Bridge
parent b5d80ba23f
commit 14cdb619da
5 changed files with 24 additions and 21 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Aug 4 11:28:56 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 8.2.2
* Fix reconciliation of default, flag_value and type parameters for
flag options, as well as parsing and normalization of environment variables.
#2952 #2956
* Fix typing issue in BadParameter and MissingParameter exceptions for the
parameter param_hint that did not allow for a sequence of string where the
underlying functino _join_param_hints allows for it. #2777 #2990
* Use the value of Enum choices to render their default value in help
screen. #2911 #3004
* Fix completion for the Z shell (zsh) for completion items containing
colons. #2703 #2846
* Don't include envvar in error hint when not configured. #2971 #2972
* Fix a rare race in click.testing.StreamMixer's finalization that manifested
as a ValueError on close in a multi-threaded test session.
#2993 #2991
- drop upstream changelog entry from patch
-------------------------------------------------------------------
Tue Jun 8 15:09:58 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>