Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rich-click for
openSUSE:Factory checked in at 2026-02-19 14:22:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich-click (Old)
and /work/SRC/openSUSE:Factory/.python-rich-click.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rich-click"
Thu Feb 19 14:22:05 2026 rev:10 rq:1333844 version:1.9.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich-click/python-rich-click.changes
2025-07-31 17:50:09.982041108 +0200
+++
/work/SRC/openSUSE:Factory/.python-rich-click.new.1977/python-rich-click.changes
2026-02-19 14:22:27.864442502 +0100
@@ -1,0 +2,25 @@
+Thu Feb 19 04:42:09 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 1.9.7:
+ * Fix click_version check when build metadata is included.
+ * Fix minor Typer incompatibilities, most notably default panel placements.
+ * Added default_panels_first config option which places default panels
+ above user-defined panels.
+ * Fix no_args_is_help for Typer CLIs.
+ * Added Typer 0.20 support
+ * Fix lack of support for flag_value=....
+ * Fixed subcommand discovery in help text. Behavior should now be the same
+ as 1.8.
+ * Fix issue with parent click.Group and child rich_click.RichCommand error
+ formatter not resolving.
+ * Add headers to tables (by default these are not shown).
+ * Fixed bug where running the rich-click CLI on a @rich_click.argument()
+ sometimes caused arguments show up in the option panel when it shouldn't.
+ * Fixed Click 8.3 compatibility with rendering defaults in help text.
+ * Python 3.7 support is removed. The minimum supported Python version
+ is 3.8.
+ * Click 7 support is removed. The minimum supported Click version is 8.0.
+ * Rich 10 and 11 support is removed. The minimum supported Rich version
+ is 12.
+
+-------------------------------------------------------------------
Old:
----
rich_click-1.8.9.tar.gz
New:
----
rich_click-1.9.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rich-click.spec ++++++
--- /var/tmp/diff_new_pack.EgQ1VK/_old 2026-02-19 14:22:28.644474902 +0100
+++ /var/tmp/diff_new_pack.EgQ1VK/_new 2026-02-19 14:22:28.648475068 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-rich-click
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -18,13 +18,13 @@
%bcond_without libalternatives
Name: python-rich-click
-Version: 1.8.9
+Version: 1.9.7
Release: 0
Summary: Format click help output nicely with rich
License: MIT
URL: https://github.com/ewels/rich-click
Source:
https://github.com/ewels/rich-click/archive/refs/tags/v%{version}.tar.gz#/rich_click-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -33,13 +33,18 @@
BuildRequires: python-rpm-macros
Requires: alts
Requires: python-click >= 8
-Requires: python-rich >= 10.7.0
+Requires: python-rich >= 12
+%if %{python3_version_nodots} < 311
Requires: python-typing_extensions >= 4
+%endif
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module click >= 8}
+BuildRequires: %{python_module inline-snapshot >= 0.24}
+BuildRequires: %{python_module pytest-cov >= 5}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module rich >= 10.7.0}
+BuildRequires: %{python_module rich >= 12}
+BuildRequires: %{python_module typer >= 0.15}
BuildRequires: %{python_module typing_extensions >= 4}
# /SECTION
%python_subpackages
++++++ rich_click-1.8.9.tar.gz -> rich_click-1.9.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-rich-click/rich_click-1.8.9.tar.gz
/work/SRC/openSUSE:Factory/.python-rich-click.new.1977/rich_click-1.9.7.tar.gz
differ: char 14, line 1