forked from pool/python-click-help-colors
* Enable ANSI color when NO_COLOR is an empty string. * Add non-colored suffix to _colorize for 'usage' OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-help-colors?expand=0&rev=11
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Sep 11 20:39:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9.2:
|
|
* Enable ANSI color when NO_COLOR is an empty string.
|
|
* Add non-colored suffix to _colorize for 'usage'
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 10 08:37:42 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 09:51:35 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 0.9.1
|
|
* Add support for Click 8
|
|
* Drop support for Python 2 and 3.5.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 12:18:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.8
|
|
* Add support for NO_COLOR <https://no-color.org/>
|
|
* Add support for MultiCommands
|
|
* Add support for version_option
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 10:59:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.6:
|
|
* Added feature to set unique colors for each option.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 10 02:45:15 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.5
|