diff --git a/python-rich.changes b/python-rich.changes index caf88dc..9a9fb76 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue May 18 16:01:09 UTC 2021 - Martin Hauke + +- Update to version 10.2.1 + * Fixed panel in Markdown exploding +- Update to version 10.2.0 + Added + * syntax for call, i.e. "Foo(bar)" + * Console.measure as a convenient alias for Measurement.get + * support for pretty printing attrs objects + * mappingproxy to pretty print + * UserDict and UserList support to pretty printer + Changed + * colorama init to set strip=False + * Changed highlighter for False, True, None to not match in the + middle of a word. i.e. NoneType is no longer highlighted as + None + ------------------------------------------------------------------- Tue Apr 6 09:20:59 UTC 2021 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index b838f45..d4a1718 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-rich -Version: 10.1.0 +Version: 10.2.1 Release: 0 Summary: A Python library for rich text and beautiful formatting in the terminal License: MIT diff --git a/rich-10.1.0.tar.gz b/rich-10.1.0.tar.gz deleted file mode 100644 index 35f4f3d..0000000 --- a/rich-10.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:767753f2e453ebc02e99a7065e96b9fa24725b505053f26561e1939ee29ac7d9 -size 16218332 diff --git a/rich-10.2.1.tar.gz b/rich-10.2.1.tar.gz new file mode 100644 index 0000000..785ba2d --- /dev/null +++ b/rich-10.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08b4a5dcfae94b44c216f7b1f4a8e1908088fea54914b4dadc0bbc8e3e29da6 +size 16231545