diff --git a/python-rich.changes b/python-rich.changes index 1c31e39..3b2bd76 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri May 30 13:35:48 UTC 2025 - Nico Krapp + +- 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á diff --git a/python-rich.spec b/python-rich.spec index 2ae9eb9..bfd4bf2 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -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 diff --git a/rich-13.9.4.tar.gz b/rich-13.9.4.tar.gz deleted file mode 100644 index 61709e5..0000000 --- a/rich-13.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22bfd7f24f6107ed222f6ab0cee6f0016e22cb6f91144b90c65b112663c7477c -size 15064359 diff --git a/rich-14.0.0.tar.gz b/rich-14.0.0.tar.gz new file mode 100644 index 0000000..8a34f7c --- /dev/null +++ b/rich-14.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a45eb997b6fd1b133192b9590c9de9bd7fe7e2948540b4433d4ba413f331c +size 15065886