forked from pool/python-rich
Accepting request 882220 from home:mnhauke
- Update to version 10.0.1
* Fixed race condition that duplicated lines in progress.
- Update to version 10.0.0
Changed
* Made pydoc import lazy as at least one use found it slow to
import.
* Modified string highlighting to not match in the middle of a
word, so that apostrophes are not considered strings.
* New way of encoding control codes in Segment.
* New signature for Control class.
* Changed Layout.split to use new Splitter class.
* Improved layout.tree.
* Changed default theme color for repr.number to cyan.
* __rich_measure__ signature changed to accept ConsoleOptions
rather than max_width.
Added
* Added __rich_repr__ protocol method to Pretty.
* Added rich.region.Region.
* Added ConsoleOptions.update_dimensions.
* Added rich.console.ScreenUpdate.
* Added Console.is_alt_screen.
* Added Control.segment, Control.bell, Control.home,
Control.move_to, Control.clear, Control.show_cursor,
Control.alt_screen.
* Added Console.update_screen and Console.update_screen_lines.
* Added Layout.add_split, Layout.split_column, Layout.split_row,
layout.refresh.
* Added new Rich repr protocol __rich_repr__.
Fixed
* Fixed table style taking precedence over row style.
OBS-URL: https://build.opensuse.org/request/show/882220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 30 20:04:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 10.0.1
|
||||||
|
* Fixed race condition that duplicated lines in progress.
|
||||||
|
- Update to version 10.0.0
|
||||||
|
Changed
|
||||||
|
* Made pydoc import lazy as at least one use found it slow to
|
||||||
|
import.
|
||||||
|
* Modified string highlighting to not match in the middle of a
|
||||||
|
word, so that apostrophes are not considered strings.
|
||||||
|
* New way of encoding control codes in Segment.
|
||||||
|
* New signature for Control class.
|
||||||
|
* Changed Layout.split to use new Splitter class.
|
||||||
|
* Improved layout.tree.
|
||||||
|
* Changed default theme color for repr.number to cyan.
|
||||||
|
* __rich_measure__ signature changed to accept ConsoleOptions
|
||||||
|
rather than max_width.
|
||||||
|
Added
|
||||||
|
* Added __rich_repr__ protocol method to Pretty.
|
||||||
|
* Added rich.region.Region.
|
||||||
|
* Added ConsoleOptions.update_dimensions.
|
||||||
|
* Added rich.console.ScreenUpdate.
|
||||||
|
* Added Console.is_alt_screen.
|
||||||
|
* Added Control.segment, Control.bell, Control.home,
|
||||||
|
Control.move_to, Control.clear, Control.show_cursor,
|
||||||
|
Control.alt_screen.
|
||||||
|
* Added Console.update_screen and Console.update_screen_lines.
|
||||||
|
* Added Layout.add_split, Layout.split_column, Layout.split_row,
|
||||||
|
layout.refresh.
|
||||||
|
* Added new Rich repr protocol __rich_repr__.
|
||||||
|
Fixed
|
||||||
|
* Fixed table style taking precedence over row style.
|
||||||
|
* Fixed incorrect measurement of Text with new lines and
|
||||||
|
whitespace.
|
||||||
|
* Made type annotations consistent for various total keyword
|
||||||
|
arguments in rich.progress and rich.progress_bar.
|
||||||
|
* Disabled Progress no longer displays itself when starting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 6 16:35:37 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Sat Mar 6 16:35:37 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-rich
|
Name: python-rich
|
||||||
Version: 9.13.0
|
Version: 10.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
3
rich-10.0.1.tar.gz
Normal file
3
rich-10.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:acdde2f9047f1f672b7a75241ed6c273cf32a074cbf61ef8b2062d975416fdbc
|
||||||
|
size 16218107
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70051855ec451f100c84d118ce2c4c1a5e41455a14a3ff61ee56a8d95343f42c
|
|
||||||
size 16206916
|
|
||||||
Reference in New Issue
Block a user