diff --git a/python-rich.changes b/python-rich.changes index 73cc1cd..9bc6859 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 2 19:08:35 UTC 2020 - Martin Hauke + +- Update to version 3.0.2 + Added + * Added rich.styled.Styled class to apply styles to renderable + * Table.add_row now has an optional style parameter + * Added table_movie.py to examples + Changed + * Modified box options to use half line characters at edges + * Non no_wrap columns will now shrink below minimum width if + table is compressed + ------------------------------------------------------------------- Tue Jun 30 22:20:40 UTC 2020 - Martin Hauke diff --git a/python-rich.spec b/python-rich.spec index f29ad64..c8ab7f2 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -1,6 +1,7 @@ # # spec file for package python-rich # +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,28 +13,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rich -Version: 3.0.1 +Version: 3.0.2 Release: 0 -License: MIT Summary: A Python library for rich text and beautiful formatting in the terminal -Url: https://github.com/willmcgugan/rich +License: MIT Group: Development/Languages/Python +URL: https://github.com/willmcgugan/rich Source: https://github.com/willmcgugan/rich/archive/v%{version}.tar.gz#/rich-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: python-dephell-rpm-macros +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module colorama >= 0.4.0} BuildRequires: %{python_module commonmark >= 0.9.0} BuildRequires: %{python_module pprintpp >= 0.4.0} BuildRequires: %{python_module pygments >= 2.6.0} -BuildRequires: %{python_module typing_extensions >= 3.7.4} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing_extensions >= 3.7.4} # /SECTION BuildRequires: fdupes Requires: python-colorama >= 0.4.0 diff --git a/rich-3.0.1.tar.gz b/rich-3.0.1.tar.gz deleted file mode 100644 index 5a728d3..0000000 --- a/rich-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23a8d88fac2f4d29f3642d3f05a434bc16474ed411ba1f28be7581f3bd3714b3 -size 10180617 diff --git a/rich-3.0.2.tar.gz b/rich-3.0.2.tar.gz new file mode 100644 index 0000000..8444b86 --- /dev/null +++ b/rich-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9121a431c545d34776e9cb8fc4d16a276c1056309aef0b9bda544753239fd96b +size 10180631