* Wed May 02 2018 adrian.glaubitz@suse.com
- New upstream release
+ Version 0.3.2
+ ArgumentsContext.ignore() should use hidden options_list (#76)
+ Consolidate exception handling (#66)
- Fix bogus comment in spec file
* Thu Feb 08 2018 adrian.glaubitz@suse.com
- Initial release
+ Version 0.3.1
Version: 0.12.0-160000.2.2
* Fri Aug 02 2024 adrian.glaubitz@suse.com
- Update to version 0.12.0
* Declare support for Python 3.12 (#279)
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
* Wed Mar 06 2024 adrian.glaubitz@suse.com
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15_python_module_pythons}
+ Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+ Drop %define skip_python2 1
* Mon Aug 14 2023 adrian.glaubitz@suse.com
- Update to version 0.11.0
* Declare support for Python 3.11 and drop support for Python 3.7 (#275)
* Stop converting argument's `bool` default value to `DefaultInt` (#273)
* Tue Dec 06 2022 adrian.glaubitz@suse.com
- Update to version 0.10.1
* Support bytearray serialization (#268)
* Sat Aug 20 2022 adrian.glaubitz@suse.com
- Update to version 0.10.0
* Enable Virtual Terminal mode on legacy Windows terminal
to support ANSI escape sequences (#265)
* Drop Python 3.6 support (#259)
* Wed Mar 23 2022 pgajdos@suse.com
- python-mock is not required for build
* Tue Dec 07 2021 adrian.glaubitz@suse.com
- Update to version 0.9.0
* Support Python 3.10 (#250)
* Only install colorama on Windows (#249)
- Update BuildRequires and Requires from setup.py
* Mon May 10 2021 adrian.glaubitz@suse.com
- Update to version 0.8.2
* Always use UTF-8 for log file encoding (#247)
- from version 0.8.1
* Add error message for invalid argument value (#244)
- Remove temporary version override
* Mon Mar 29 2021 adrian.glaubitz@suse.com
- Update to version 0.8.0
* Make colors customizable (#242)
* Init colorama only in Windows legacy terminal (#238)
* Add `raw_result` to `CommandResultItem` (#235)
* Refine code style to comply with Python 3 (#232, #233)
* CI: Support Python 3.9 (#229)
* Logging: `CLILogging.configure` returns as early as possible (#228)
- Override upstream version with 0.8.0.0 to ensure
proper upgrade from previous version 0.8.0rc2
- Update BuildRequires and Requires from setup.py
* Thu Jan 14 2021 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)