15
0

Accepting request 1246270 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 4.14.1

OBS-URL: https://build.opensuse.org/request/show/1246270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=11
This commit is contained in:
2025-02-17 12:03:44 +00:00
committed by Git OBS Bridge
parent b979c69f8e
commit d0f802609d
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Feb 8 09:42:12 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>