------------------------------------------------------------------- Sat Feb 8 09:42:12 UTC 2025 - Johannes Kastl - update to 4.14.1: - Fix upload of Python package to GitHub release on tagging. - update to 4.14.0: - Add a new --verbose option on @extra_command and @extra_group to increase the verbosity level for each additional repetition. - Add new @verbose_option pre-configured decorator. - Reassign the short -v option from --verbosity to --verbose. - Improve logging documentation. - Align ExtraStreamHandler behavior to logging.StreamHandler. - Move stream_handler_class and formatter_class arguments from new_extra_logger to extraBasicConfig. - Add new file_handler_class argument to extraBasicConfig. - Fix upload of Python package to GitHub release on tagging. - Remove dependency on pytest-cases. ------------------------------------------------------------------- Tue Jan 28 18:48:22 UTC 2025 - Johannes Kastl - update to 4.13.2: - Re-release to fix Github publishing. - Reactivates some color tests on Windows. - update to 4.13.1: - [changelog] Release v4.13.1 - update to 4.13.0: - Revamps logging helpers and aligns them with Python's logging module. - Remove extra_basic_config. - Adds new extraBasicConfig, and aligns it with Python's basicConfig. - Replace ExtraLogFormatter with ExtraFormatter. - Replace ExtraLogHandler with ExtraStreamHandler. - Add new new_extra_logger helper. - Rewrite the logging documentation with all use-cases and custom configuration examples. Closes {issue}989. - Removes old platforms page from documentation. ------------------------------------------------------------------- Mon Jan 20 06:03:47 UTC 2025 - Johannes Kastl - update to 4.12.0: - Remove Click Extra's own implementation of HelpOption class now that fixes have reached Click's upstream. - Redefine @help_option decorator to default to --help/-h options. - Add more logging examples in documentation. - Add tests on ubuntu-24.04-arm and ubuntu-22.04-arm. - Use uv to install specific versions of Python. - remove patch click818.patch ------------------------------------------------------------------- Thu Jan 16 11:19:15 UTC 2025 - Markéta Machová - Add click818.patch to fix tests with new click ------------------------------------------------------------------- Thu Nov 14 09:06:16 UTC 2024 - Johannes Kastl - new package python-click-extra: Drop-in replacement for Click to make user-friendly and colorful CLI