diff --git a/knack-0.7.2.tar.gz b/knack-0.7.2.tar.gz deleted file mode 100644 index 584332c..0000000 --- a/knack-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfc6aef6760ea9a9620577e01540617678d78cab3111a0f03e8b9f987d0f08ca -size 66783 diff --git a/knack-0.8.0rc2.tar.gz b/knack-0.8.0rc2.tar.gz new file mode 100644 index 0000000..f767b59 --- /dev/null +++ b/knack-0.8.0rc2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29ce0570395713e54b236f21a4137d316ac84c012533a107b63861d29cae5da +size 70917 diff --git a/python-knack.changes b/python-knack.changes index b494023..80b6396 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-knack.spec b/python-knack.spec index 2dc8812..e2ea680 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -1,7 +1,7 @@ # # spec file for package python-knack # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-knack -Version: 0.7.2 +Version: 0.8.0rc2 Release: 0 Summary: A Command-Line Interface framework License: MIT