Sync from SUSE:SLFO:Main python-rich revision a2b70349210b985f8830c5d7038677ed
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 13:35:48 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 14.0.0
|
||||
* Added
|
||||
- Added env var TTY_COMPATIBLE to override auto-detection of TTY
|
||||
support (See console.rst for details). #3675
|
||||
* Changed
|
||||
- An empty NO_COLOR env var is now considered disabled. #3675
|
||||
- An empty FORCE_COLOR env var is now considered disabled. #3675
|
||||
- Rich tracebacks will now render notes on Python 3.11 onwards
|
||||
(added with Exception.add_note) #3676
|
||||
- Indentation in exceptions won't be underlined #3678
|
||||
- Rich tracebacks will now render Exception Groups #3677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 14:51:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Add test dependency on attrs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 14:55:32 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-rich
|
||||
Version: 13.9.4
|
||||
Version: 14.0.0
|
||||
Release: 0
|
||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||
License: MIT
|
||||
@@ -41,6 +41,7 @@ Suggests: python-ipywidgets >= 7.5.1
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module attrs}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
BIN
rich-13.9.4.tar.gz
(Stored with Git LFS)
BIN
rich-13.9.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
rich-14.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
rich-14.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user