Update to 11.2.0 - Closes rhbz#2035874 rhbz#2042308

- Re-enable some tests that now work with Pygments-2.11
- Update homepage URL
epel9
Mikel Olasagasti Uranga 3 years ago
parent d6348dcb92
commit 044b4ad151

1
.gitignore vendored

@ -37,3 +37,4 @@
/rich-10.15.2.tar.gz /rich-10.15.2.tar.gz
/rich-10.16.0.tar.gz /rich-10.16.0.tar.gz
/rich-10.16.1.tar.gz /rich-10.16.1.tar.gz
/rich-11.2.0.tar.gz

@ -1,12 +1,12 @@
%global pypi_name rich %global pypi_name rich
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 10.16.1 Version: 11.2.0
Release: %autorelease Release: %autorelease
Summary: Render rich text and beautiful formatting in the terminal Summary: Render rich text and beautiful formatting in the terminal
License: MIT License: MIT
URL: https://github.com/willmcgugan/rich URL: https://github.com/Textualize/rich
Source0: %{url}/archive/v%{version}/rich-%{version}.tar.gz Source0: %{url}/archive/v%{version}/rich-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -47,10 +47,7 @@ code, tracebacks, and more — out of the box.
%pyproject_save_files rich %pyproject_save_files rich
%check %check
# Disabled tests fail with Pygments 2.11 %pytest
%pytest -v -k "not test_python_render and \
not test_python_render_simple and \
not test_python_render_indent_guides"
%files -n python3-%{pypi_name} -f %{pyproject_files} %files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE %license LICENSE

@ -1,2 +1 @@
SHA512 (rich-10.16.0.tar.gz) = e1c890544fd0501784665b64c7a3ce10d9a8f35b3189922487f59d1e2edb7d3f8fb61e9d7ac46c3394d5e9e97ed1d906195eac7f28afcaa92101fca27e223af7 SHA512 (rich-11.2.0.tar.gz) = ec1178a6a320a48f589ead5163e974725f79ae63ddf9a2deb66400e43619ade8d366dbef6b524e66e603647a957b8e26266845a0bcb85912fd9ad2a81dd92f5e
SHA512 (rich-10.16.1.tar.gz) = 341aa3fdb7fe608d15c867eb50f36fcc250e041a256e4bee86f0c69e7e0f9239c84be88833dad56f05edeb09a734d64f423b9080bd13b88c3a59d958e8ff1f4c

Loading…
Cancel
Save