15
0

Accepting request 1298434 from devel:languages:python

revert

OBS-URL: https://build.opensuse.org/request/show/1298434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=24
This commit is contained in:
2025-08-08 18:39:11 +00:00
committed by Git OBS Bridge
parent 0a21229a3b
commit 11707636b7
4 changed files with 10 additions and 33 deletions

View File

@@ -1,26 +1,3 @@
-------------------------------------------------------------------
Sun Aug 3 11:36:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 5.1.0:
* Add support for MyST Markdown syntax for click:example and
click:run Sphinx directives.
* Add support for all code-block options to click:example and
click:run: :linenos:, :lineno-start:, :emphasize-lines:,
:force:, :caption:, :name:, :class: and :dedent:.
* Add new :show-source:/:hide-source:,
:show-results:/:hide-results: and :language: options to
click:example and click:run. Closes {issue}719.
* Support non-string choices in colored help screens. Closes
{issue}1284.
* Replace LOG_LEVELS mapping with LogLevel enum.
* Remove DEFAULT_LEVEL_NAME constants.
* Fix rendering of default values in --show-params output.
* Fix reconciliation of flags' environment variables.
* Force requirement on cloup >= 3.0.7.
* Be more informative when error is found in click:example and
click:run Sphinx directives by displaying the path of the
original document and the line number of the error.
-------------------------------------------------------------------
Sat May 31 13:26:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>