diff --git a/python-rich.changes b/python-rich.changes index 9bc6859..aa7b2b8 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jul 13 19:16:04 UTC 2020 - Martin Hauke + +- Update to version 3.3.1 + Added + * box.ASCII_DOUBLE_HEAD + Changed + * Removed replace of -- --- ... from Markdown, as it made it + impossible to include CLI info +- Update to version 3.3.0 + Added + * Added title and title_align options to Panel + * Added pad and width parameters to Align + * Added end parameter to Rule + * Added Text.pad and Text.align methods + * Added leading parameter to Table +- Update to version 3.2.0 + Added + * Added Align.left Align.center Align.right shortcuts + * Added Panel.fit shortcut + * Added align parameter to Columns + Fixed + * Align class now pads to the right, like Text + * ipywidgets added as an optional dependency + * Issue with Panel and background color + * Fixed missing __bool__ on Segment + Changed + * Added border_style argument to Panel (note, style now applies + to interior of the panel) +- Update to version 3.1.0 + Changed + * Progress bars now work in Jupyter + Added + * Added refresh_per_second to progress.track + * Added styles to BarColumn and progress.track +- Update to version 3.0.5 + Fixed + * Fixed Windows version number require for truecolor +- Update to version 3.0.4 + Changed + * More precise detection of Windows console +- Update to version 3.0.3 + Fixed + * Fixed edge case with wrapped and overflowed text + Changed + * New algorithm for compressing table that priorities smaller + columns + Added + * Added safe_box parameter to Console constructor + ------------------------------------------------------------------- Thu Jul 2 19:08:35 UTC 2020 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index c8ab7f2..c714854 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rich -Version: 3.0.2 +Version: 3.3.1 Release: 0 Summary: A Python library for rich text and beautiful formatting in the terminal License: MIT diff --git a/rich-3.0.2.tar.gz b/rich-3.0.2.tar.gz deleted file mode 100644 index 8444b86..0000000 --- a/rich-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9121a431c545d34776e9cb8fc4d16a276c1056309aef0b9bda544753239fd96b -size 10180631 diff --git a/rich-3.3.1.tar.gz b/rich-3.3.1.tar.gz new file mode 100644 index 0000000..738ca55 --- /dev/null +++ b/rich-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2981ff901460f3e426fb20de87f4be89cd22844937ad856f073fb0e527cea3 +size 11093604