Sync from SUSE:SLFO:Main python-rich revision a2b70349210b985f8830c5d7038677ed

This commit is contained in:
2025-06-27 15:54:32 +02:00
parent 5dfd69a7d9
commit c2d0c73cc4
4 changed files with 25 additions and 4 deletions

View File

@@ -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>

View File

@@ -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)

Binary file not shown.

BIN
rich-14.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.