diff --git a/python-rich.spec b/python-rich.spec index 5d92fe6..9e85fd2 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -2,7 +2,7 @@ %global pypi_name rich Name: python-%{pypi_name} -Version: 13.4.2 +Version: 13.7.1 Release: 1 Summary: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal License: MIT @@ -15,7 +15,7 @@ Rich is a Python library for rich text and beautiful formatting in the terminal %package -n python3-%{pypi_name} Summary: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal -Provides: python-%{pypi_name} +Provides: python-%{pypi_name} = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -65,6 +65,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 14 2024 jiangxinyu - 13.7.1-1 +- Update package to version 13.7.1 +- Fix double-width characters disappearing when wrapping + * Thu Aug 10 2023 mengzhaoa - 13.4.2-1 - Upgrade package python-rich of version to 13.4.2 diff --git a/rich-13.4.2.tar.gz b/rich-13.4.2.tar.gz deleted file mode 100644 index bc57ee9..0000000 Binary files a/rich-13.4.2.tar.gz and /dev/null differ diff --git a/rich-13.7.1.tar.gz b/rich-13.7.1.tar.gz new file mode 100644 index 0000000..b1a3383 Binary files /dev/null and b/rich-13.7.1.tar.gz differ