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 2023-12-13 18:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich-click (Old)
 and      /work/SRC/openSUSE:Factory/.python-rich-click.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rich-click"

Wed Dec 13 18:36:04 2023 rev:4 rq:1132837 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich-click/python-rich-click.changes      
2023-05-05 15:58:20.896450597 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-rich-click.new.25432/python-rich-click.changes
   2023-12-13 18:36:15.665283131 +0100
@@ -1,0 +2,28 @@
+Wed Dec 13 10:13:11 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.7.2:
+  * Add support for rich formatting in epilog text [#146]
+  * Fix bug with `rich-click` CLI not working with Python 3.12.
+    #141
+  * Fix compatibility issue with `dbt-core` CLI. [#140]
+  * Extends Click's `HelpFormatter` class
+  * Creates a `HelpConfiguration` class that doubles the current
+    module-level settings
+  * Added a decorator that allows the `HelpConfiguration` to be
+    passed into Click via the supported `context_settings`
+    argument provided by the `Command` and `Group` classes.
+  * The Rich Console object can also be configured per command
+    and is distinct from the Console instance used internally by
+    the formatter. The `RichHelpFormatter` creates a console
+    based on the `RichHelpConfiguration` as the tight coupling
+    between the Formatter and Click's internals make it difficult
+    to allow the Console to be configured externally (i.e. one
+    example is that Click expects help formatting to be
+    buffered).
+  * Created a `RichContext` class to allow creation of the custom
+    formatter.
+  * The Rich Command, Group, and Context now expose the `Console`
+    and `RichHelpConfiguration` properties.
+  * Added contributor VSCode settings
+
+-------------------------------------------------------------------

Old:
----
  rich-click-1.6.1.tar.gz

New:
----
  rich-click-1.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rich-click.spec ++++++
--- /var/tmp/diff_new_pack.lfxQAY/_old  2023-12-13 18:36:16.185302344 +0100
+++ /var/tmp/diff_new_pack.lfxQAY/_new  2023-12-13 18:36:16.185302344 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-rich-click
-Version:        1.6.1
+Version:        1.7.1
 Release:        0
 Summary:        Format click help output nicely with rich
 License:        MIT
@@ -27,11 +27,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-click >= 7
+Requires:       python-click >= 8
 Requires:       python-rich >= 10.7.0
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module click >= 7}
+BuildRequires:  %{python_module click >= 8}
 BuildRequires:  %{python_module rich >= 10.7.0}
 # /SECTION
 %python_subpackages

++++++ rich-click-1.6.1.tar.gz -> rich-click-1.7.1.tar.gz ++++++
++++ 3732 lines of diff (skipped)

Reply via email to