Update package to version 13.7.1

(cherry picked from commit 800aa2fa7798a2a27b5998ae723bc9169f9f564b)
This commit is contained in:
jxy_git 2024-03-14 16:53:18 +08:00 committed by openeuler-sync-bot
parent 7ba457a3de
commit f322acc8ff
3 changed files with 6 additions and 2 deletions

View File

@ -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 <jiangxinyu@kylinos.cn> - 13.7.1-1
- Update package to version 13.7.1
- Fix double-width characters disappearing when wrapping
* Thu Aug 10 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 13.4.2-1
- Upgrade package python-rich of version to 13.4.2

Binary file not shown.

BIN
rich-13.7.1.tar.gz Normal file

Binary file not shown.