From 4dfd81aee0d565d3922b13704936437303a06e1a32c05be330a7a0322af0c29b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 25 Oct 2020 17:16:34 +0000 Subject: [PATCH] Accepting request 843916 from home:mnhauke - 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. OBS-URL: https://build.opensuse.org/request/show/843916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=16 --- python-rich.changes | 14 ++++++++++++++ python-rich.spec | 2 +- rich-7.1.0.tar.gz | 3 --- rich-9.1.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 rich-7.1.0.tar.gz create mode 100644 rich-9.1.0.tar.gz 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