14
0
forked from pool/python-click

- Update to 8.2.1:

* Fix flag value handling for flag options with a provided type.
    #2894 #2897
  * Fix shell completion for nested groups. #2906
  * Flush sys.stderr at the end of CliRunner.invoke. #2682
  * Fix EOF handling for stdin input in CliRunner. #2787
- Update URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=56
This commit is contained in:
2025-05-21 07:16:56 +00:00
committed by Git OBS Bridge
parent 2167b5b588
commit b91e29f19d
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 21 07:16:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.2.1:
* Fix flag value handling for flag options with a provided type.
#2894 #2897
* Fix shell completion for nested groups. #2906
* Flush sys.stderr at the end of CliRunner.invoke. #2682
* Fix EOF handling for stdin input in CliRunner. #2787
- Update URL.
-------------------------------------------------------------------
Sun May 11 06:30:48 UTC 2025 - Sebastian Wagner <sebix@sebix.at>