Accepting request 1087183 from home:VaiTon:branches:devel:languages:python

- Version 2.1.0
	New features and enhancements
    - Feature: theming support for list of subcommand aliases by @janluke in #152
    - Use the same (Deprecated) label as in Click by @kdeldycke in #153
    - Standardize formats of further error messages by @alexreg in #143
	Other Changes
    - Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147
    - Miscellaneous fixes/improvements to docs by @alexreg in #144

OBS-URL: https://build.opensuse.org/request/show/1087183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloup?expand=0&rev=3
This commit is contained in:
2023-05-15 08:44:46 +00:00
committed by Git OBS Bridge
parent 48abbcd7bd
commit c4aae4bf5e
3 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon May 15 08:39:44 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Version 2.1.0
New features and enhancements
- Feature: theming support for list of subcommand aliases by @janluke in #152
- Use the same (Deprecated) label as in Click by @kdeldycke in #153
- Standardize formats of further error messages by @alexreg in #143
Other Changes
- Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147
- Miscellaneous fixes/improvements to docs by @alexreg in #144
-------------------------------------------------------------------
Mon Jan 30 00:12:13 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>