From 4b44dfdb15ed0bbdb684a1619ea0b7911063accac57422d28ba0d43670a76e72 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 10:36:22 +0000 Subject: [PATCH 1/2] Accepting request 927381 from home:mnhauke - Update to version 10.12.0 Updated * Official Py3.10 release Fixed * Fixed detection of custom repr when pretty printing dataclasses - Update to version 10.11.0 * Added two new options to Tracebacks, to hide framework code, and guard against very long tracebacks. - Update to version 10.10.0 * Added stdin support to rich.json * Fixed pretty printing of objects with fo magic with getattr. - Update to version 10.9.0 * This release highlights JSON keys with a different color - Update to version 10.8.0 * This release adds pretty printing of JSON - Update to version 10.7.0 * https://github.com/willmcgugan/rich/releases/tag/v10.7.0 OBS-URL: https://build.opensuse.org/request/show/927381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=32 --- python-rich.changes | 25 +++++++++++++++++++++++++ python-rich.spec | 2 +- rich-10.12.0.tar.gz | 3 +++ rich-10.2.1.tar.gz | 3 --- 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 rich-10.12.0.tar.gz delete mode 100644 rich-10.2.1.tar.gz diff --git a/python-rich.changes b/python-rich.changes index 9a9fb76..69d2f49 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Oct 25 21:30:41 UTC 2021 - Martin Hauke + +- Update to version 10.12.0 + Updated + * Official Py3.10 release + Fixed + * Fixed detection of custom repr when pretty printing dataclasses +- Update to version 10.11.0 + * Added two new options to Tracebacks, to hide framework code, + and guard against very long tracebacks. +- Update to version 10.10.0 + * Added stdin support to rich.json + * Fixed pretty printing of objects with fo magic with getattr. +- Update to version 10.9.0 + * This release highlights JSON keys with a different color +- Update to version 10.8.0 + * This release adds pretty printing of JSON + +------------------------------------------------------------------- +Fri Aug 20 11:34:28 UTC 2021 - Martin Hauke + +- Update to version 10.7.0 + * https://github.com/willmcgugan/rich/releases/tag/v10.7.0 + ------------------------------------------------------------------- Tue May 18 16:01:09 UTC 2021 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index d4a1718..575a4c7 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.2.1 +Version: 10.12.0 Release: 0 Summary: A Python library for rich text and beautiful formatting in the terminal License: MIT diff --git a/rich-10.12.0.tar.gz b/rich-10.12.0.tar.gz new file mode 100644 index 0000000..9cfa98a --- /dev/null +++ b/rich-10.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ce94a2ceb5088a3d48459aced3afc6c538bda362e968404e1bf25329e55e1d +size 16265099 diff --git a/rich-10.2.1.tar.gz b/rich-10.2.1.tar.gz deleted file mode 100644 index 785ba2d..0000000 --- a/rich-10.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b08b4a5dcfae94b44c216f7b1f4a8e1908088fea54914b4dadc0bbc8e3e29da6 -size 16231545 From 72e443b53743b6e79133640920085d3567ce0041ddd2913226d606e3fef080b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Nov 2021 19:11:30 +0000 Subject: [PATCH 2/2] Accepting request 930004 from home:mnhauke - Update to versino 10.13.0 Added * Added json.dumps parameters to print_json. Fixed * Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run. * Fixed issue with TERM env vars that have more than one hyphen. * Fixed missing new line after progress bar when terminal is not interactive. * Fixed exception in IPython when disabling pprint with %pprint. * Fixed issue where values longer than the console width produced invalid JSON. * Fixes trailing comma when pretty printing dataclass with last field repr=False. Changed * Markdown codeblocks now word-wrap #1515 OBS-URL: https://build.opensuse.org/request/show/930004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=33 --- python-rich.changes | 20 ++++++++++++++++++++ python-rich.spec | 2 +- rich-10.12.0.tar.gz | 3 --- rich-10.13.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 rich-10.12.0.tar.gz create mode 100644 rich-10.13.0.tar.gz diff --git a/python-rich.changes b/python-rich.changes index 69d2f49..f95335c 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Nov 7 18:35:23 UTC 2021 - Martin Hauke + +- Update to versino 10.13.0 + Added + * Added json.dumps parameters to print_json. + Fixed + * Fixed an edge case bug when console module try to detect if + they are in a tty at the end of a pytest run. + * Fixed issue with TERM env vars that have more than one hyphen. + * Fixed missing new line after progress bar when terminal is not + interactive. + * Fixed exception in IPython when disabling pprint with %pprint. + * Fixed issue where values longer than the console width + produced invalid JSON. + * Fixes trailing comma when pretty printing dataclass with last + field repr=False. + Changed + * Markdown codeblocks now word-wrap #1515 + ------------------------------------------------------------------- Mon Oct 25 21:30:41 UTC 2021 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index 575a4c7..2074b38 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.12.0 +Version: 10.13.0 Release: 0 Summary: A Python library for rich text and beautiful formatting in the terminal License: MIT diff --git a/rich-10.12.0.tar.gz b/rich-10.12.0.tar.gz deleted file mode 100644 index 9cfa98a..0000000 --- a/rich-10.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2ce94a2ceb5088a3d48459aced3afc6c538bda362e968404e1bf25329e55e1d -size 16265099 diff --git a/rich-10.13.0.tar.gz b/rich-10.13.0.tar.gz new file mode 100644 index 0000000..3f10259 --- /dev/null +++ b/rich-10.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61679d7b4376b2dcd750efa97f0b9ab9c7875d7ce15b619da25611e6e8a915a8 +size 16277448