15
0

Accepting request 1031648 from home:yarunachalam:branches:devel:languages:python

- Update to 8.1.3.4 
  * Use verbose form of typing.Callable for @command and @group. :issue:`2255`
  * Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. :issue:`2246`

OBS-URL: https://build.opensuse.org/request/show/1031648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncclick?expand=0&rev=3
This commit is contained in:
2022-10-28 06:26:41 +00:00
committed by Git OBS Bridge
parent 3296091ec8
commit fcd1fbc826
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 27 21:44:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 8.1.3.4
* Use verbose form of typing.Callable for @command and @group. :issue:`2255`
* Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. :issue:`2246`
-------------------------------------------------------------------
Thu Sep 29 13:17:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>