Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-click-extra for openSUSE:Factory checked in at 2025-11-03 18:56:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-click-extra (Old) and /work/SRC/openSUSE:Factory/.python-click-extra.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-extra" Mon Nov 3 18:56:26 2025 rev:11 rq:1315324 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-click-extra/python-click-extra.changes 2025-10-23 16:36:05.874985849 +0200 +++ /work/SRC/openSUSE:Factory/.python-click-extra.new.1980/python-click-extra.changes 2025-11-03 18:56:47.357785477 +0100 @@ -1,0 +2,17 @@ +Sun Nov 2 10:57:00 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 6.1.0: + * Add support for JSON5, JSONC and HJSON configuration files. + * YAML and XML configuration support is now optional. You need to + install the click_extra[yaml] and click_extra[xml] extra + dependency groups to enable it. + * Add new @lazy_group decorator and LazyGroup class to create + groups that only load their subcommands when invoked. Closes + {issue}1332. + * Move all custom types to click_extra._types module. + * Avoid importing all types at runtime to reduce startup time. + * Upgrade tests runs from macos-13 to macos-15-intel, and from + macos-15 to macos-26. + * Use astral-sh/setup-uv action to install uv. + +------------------------------------------------------------------- Old: ---- click-extra-6.0.3.tar.gz New: ---- click-extra-6.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-click-extra.spec ++++++ --- /var/tmp/diff_new_pack.UNNDYw/_old 2025-11-03 18:56:49.057856396 +0100 +++ /var/tmp/diff_new_pack.UNNDYw/_new 2025-11-03 18:56:49.069856896 +0100 @@ -19,7 +19,7 @@ %define module_name click-extra %{?sle15_python_module_pythons} Name: python-click-extra -Version: 6.0.3 +Version: 6.1.0 Release: 0 Summary: Drop-in replacement for Click to make user-friendly and colorful CLI License: GPL-2.0-or-later @@ -96,6 +96,9 @@ IGNORED_CHECKS+=" or test_no_option_leaks_between_subcommands or test_unset_conf_debug_message" # table rendering with emojis involves extra spaces IGNORED_CHECKS+=" or test_all_table_rendering" +IGNORED_CHECKS+=" or test_conf_default_path" +IGNORED_CHECKS+=" or test_integrated_show_params_option" + %pytest -k "not (${IGNORED_CHECKS})" %files %{python_files} ++++++ click-extra-6.0.3.tar.gz -> click-extra-6.1.0.tar.gz ++++++ ++++ 2863 lines of diff (skipped)
