From 60003e246227014c07f13d2adecf41d77bd90b5b3598340719237107cb872f4e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Aug 2025 18:48:32 +0000 Subject: [PATCH] I HAVE CHECKED THAT THIS TARBALL BUILDS WITH CLOUP 3.0.7 - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=25 --- python-click-extra.changes | 25 +++++++++++++++++++++++++ python-click-extra.spec | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/python-click-extra.changes b/python-click-extra.changes index fe16777..88b0fa2 100644 --- a/python-click-extra.changes +++ b/python-click-extra.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Aug 8 18:42:28 UTC 2025 - Matej Cepl + +I HAVE CHECKED THAT THIS TARBALL BUILDS WITH CLOUP 3.0.7 + +- 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 diff --git a/python-click-extra.spec b/python-click-extra.spec index f2ca5dc..32d8d18 100644 --- a/python-click-extra.spec +++ b/python-click-extra.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-extra # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed