Update to 10.12.0 version (#2011373)

epel9
Parag Nemade 3 years ago
parent 48062ea5d6
commit fd3379011c
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

1
.gitignore vendored

@ -30,3 +30,4 @@
/rich-10.9.0.tar.gz /rich-10.9.0.tar.gz
/rich-10.10.0.tar.gz /rich-10.10.0.tar.gz
/rich-10.11.0.tar.gz /rich-10.11.0.tar.gz
/rich-10.12.0.tar.gz

@ -2,7 +2,7 @@
%global pypi_name rich %global pypi_name rich
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 10.11.0 Version: 10.12.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Render rich text and beautiful formatting in the terminal Summary: Render rich text and beautiful formatting in the terminal
@ -46,6 +46,9 @@ code, tracebacks, and more — out of the box.
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog %changelog
* Wed Oct 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.12.0-1
- Update to 10.12.0 version (#2011373)
* Tue Sep 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.11.0-1 * Tue Sep 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.11.0-1
- Update to 10.11.0 version (#2007584) - Update to 10.11.0 version (#2007584)

@ -1 +1 @@
SHA512 (rich-10.11.0.tar.gz) = 7e2e5df0d81d7ad2b3d1f6a54f4a71eae404382d5b98b8a745d241352a26dbc20e3a24f9968148c1e911fc474da6650dbe8d3cc3ba618ab2ffd28e6d3c933d82 SHA512 (rich-10.12.0.tar.gz) = 7c57d1b3cb99b753eb4a869b05800cea0c446aee906fe3959cc5d3ea93f163f411c51350d85e5ba048047145bcf2269a8570b37f3a240d7e95e537d9ffec4452

Loading…
Cancel
Save