Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-12-21 10:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and      /work/SRC/openSUSE:Factory/.python-rich.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rich"

Mon Dec 21 10:24:19 2020 rev:10 rq:857159 version:9.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-10-29 
14:51:53.121218519 +0100
+++ /work/SRC/openSUSE:Factory/.python-rich.new.5145/python-rich.changes        
2020-12-21 10:26:59.176222654 +0100
@@ -1,0 +2,76 @@
+Fri Dec 18 19:46:52 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 9.5.1
+  * Fixed hex number highlighting
+- Update to version 9.5.0
+  Changed
+  * If file is not specified on Console then the Console.file will
+    return the current sys.stdout. Prior to 9.5.0 sys.stdout was
+    cached on the Console, which could break code that wrapped
+    sys.stdout after the Console was constructed.
+  * Changed Color.__str__ to not include ansi codes
+  * Changed Console.size to get the terminal dimensions via
+    sys.stdin. This means that if you set file to be an
+    io.StringIO file (for example) then the width will be set to
+    the current terminal dimensions and not a default of 80.
+  Added
+  * Added stderr parameter to Console
+  * Added rich.reconfigure
+  * Added Color.__rich__
+  * Added Console.style parameter
+  * Added Table.highlight parameter to enable highlighting ofcells
+  * Added Panel.highlight parameter to enable highlighting of panel
+    title
+  * Added highlight to ConsoleOptions
+  Fixed
+  * Fixed double output in rich.live #485
+  * Fixed Console.out highlighting not reflecting defaults #827
+  * FileProxy now raises TypeError for empty non-str arguments #828
+- Update to version 9.5.0
+  Added
+  * Added rich.live #382
+  * Added algin parameter to Rule and Console.rule
+  * Added rich.Status class and Console.status
+  * Added getitem to Text
+  * Added style parameter to Console.log
+  * Added rich.diagnose command
+  Changed
+  * Table.add_row style argument now applies to entire line and not
+    just cells
+  * Added end_section parameter to Table.add_row to force a line
+    underneath row
+  Fixed
+  * Fixed suppressed traceback context #468
+- Update to version 9.3.0
+  Added
+  * Added get_datetime parameter to Console, to allow for
+    repeatable tests
+  * Added get_time parameter to Console
+  * Added rich.abc.RichRenderable
+  * Added expand_all to rich.pretty.install()
+  * Added locals_max_length, and locals_max_string to Traceback and
+    logging.RichHandler
+  * Set defaults of max_length and max_string for Traceback to 10
+    and 80
+  * Added disable argument to Progress
+  Changed
+  * Reformatted test card (python -m rich)
+  Fixed
+  * Fixed redirecting of stderr in Progress
+  * Fixed broken expanded tuple of one #445
+  * Fixed justify argument not working in console.log #460
+- Update to version 9.2.0
+  Added
+  * Added tracebacks_show_locals parameter to RichHandler
+  * Added max_string to Pretty
+  * Added rich.ansi.AnsiDecoder
+  * Added decoding of ansi codes to captured stdout in Progress
+  * Added expand_all to rich.pretty.pprint
+  Changed
+  * Applied dim=True to indent guide styles
+  * Factored out RichHandler.get_style_and_level to allow for
+    overriding in subclasses
+  * Hid progress bars from html export
+  * rich.pretty.pprint now soft wraps
+
+-------------------------------------------------------------------

Old:
----
  rich-9.1.0.tar.gz

New:
----
  rich-9.5.1.tar.gz

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

Other differences:
------------------
++++++ python-rich.spec ++++++
--- /var/tmp/diff_new_pack.E6KvC7/_old  2020-12-21 10:27:01.204224953 +0100
+++ /var/tmp/diff_new_pack.E6KvC7/_new  2020-12-21 10:27:01.208224957 +0100
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-rich
-Version:        9.1.0
+Version:        9.5.1
 Release:        0
 Summary:        A Python library for rich text and beautiful formatting in the 
terminal
 License:        MIT
@@ -31,15 +31,15 @@
 BuildRequires:  %{python_module poetry-core}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module colorama >= 0.4.0}
-BuildRequires:  %{python_module commonmark >= 0.9.0}
+BuildRequires:  %{python_module colorama >= 0.4.3}
+BuildRequires:  %{python_module commonmark >= 0.9.1}
 BuildRequires:  %{python_module pygments >= 2.6.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module typing_extensions >= 3.7.4}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-colorama >= 0.4.0
-Requires:       python-commonmark >= 0.9.0
+Requires:       python-colorama >= 0.4.3
+Requires:       python-commonmark >= 0.9.1
 Requires:       python-pygments >= 2.6.0
 Requires:       python-typing_extensions >= 3.7.4
 %if %{python_version_nodots} < 37

++++++ rich-9.1.0.tar.gz -> rich-9.5.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-rich/rich-9.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.5145/rich-9.5.1.tar.gz differ: char 
13, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to