14
0
forked from pool/python-knack

Accepting request 864624 from home:glaubitz:branches:devel:languages:python

- Update to version 0.8.0rc2
  * Support multiple cli loggers by adding more logger names to
    `knack.log.cli_logger_names` list (#227)
- from version 0.8.0rc1
  * Make config item names case-insensitive (#220)
  * `get_logger` uses `module_name` directly and no
    longer adds `cli` prefix (#221)
  * `CLILogging` accepts a custom `cli_logger_name` (#221)
  * Support ppc64le arch in Travis CI (#222)
  * Allow customizing tag message (#223)
  * Add `EVENT_CLI_SUCCESSFUL_EXECUTE` (#224)

OBS-URL: https://build.opensuse.org/request/show/864624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=29
This commit is contained in:
2021-01-21 15:16:20 +00:00
committed by Git OBS Bridge
parent 5f6f921e8f
commit e82f11fa95
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.0rc2
* Support multiple cli loggers by adding more logger names to
`knack.log.cli_logger_names` list (#227)
- from version 0.8.0rc1
* Make config item names case-insensitive (#220)
* `get_logger` uses `module_name` directly and no
longer adds `cli` prefix (#221)
* `CLILogging` accepts a custom `cli_logger_name` (#221)
* Support ppc64le arch in Travis CI (#222)
* Allow customizing tag message (#223)
* Add `EVENT_CLI_SUCCESSFUL_EXECUTE` (#224)
-------------------------------------------------------------------
Tue Aug 18 12:22:19 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>