15
0
Files
python-click-extra/python-click-extra.changes

45 lines
1.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Jan 28 18:48:22 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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á <mmachova@suse.com>
- Add click818.patch to fix tests with new click
-------------------------------------------------------------------
Thu Nov 14 09:06:16 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package python-click-extra: Drop-in replacement for Click to
make user-friendly and colorful CLI