diff --git a/python-rich.changes b/python-rich.changes index 63b434c..1f7ff1f 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Oct 25 15:36:02 UTC 2020 - Martin Hauke + +- Update to version 9.1.0 + * New option to render 'indent guides' in Syntax and pretty + printing. + * Added a max_length argument to pretty printing which will + truncate containers longer than a certain length. +- Update to version 9.0.0 + * Added a new pager method which will pipe any console output + in to the system 'pager'. + * There's also a new Bar renderable you could use to display a + chart in a table. See bars.py for an example of how to use it. + ------------------------------------------------------------------- Sat Sep 26 15:51:49 UTC 2020 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index af5c136..167ced3 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: 7.1.0 +Version: 9.1.0 Release: 0 Summary: A Python library for rich text and beautiful formatting in the terminal License: MIT diff --git a/rich-7.1.0.tar.gz b/rich-7.1.0.tar.gz deleted file mode 100644 index 62865ce..0000000 --- a/rich-7.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5d39bcccbdb119fe66316e723e50d28af749ec25fab9c40aeefd2e15efea730 -size 11309496 diff --git a/rich-9.1.0.tar.gz b/rich-9.1.0.tar.gz new file mode 100644 index 0000000..c973639 --- /dev/null +++ b/rich-9.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013485d3ee944d275333003f98b00656dade07ca367c0adc6f3218566e4dd78a +size 11325303