Update to 10.3.0 version (#1970067)

epel9
Parag Nemade 4 years ago
parent 644c6e7ac6
commit 610b067829
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

1
.gitignore vendored

@ -22,3 +22,4 @@
/rich-10.2.0.tar.gz /rich-10.2.0.tar.gz
/rich-10.2.1.tar.gz /rich-10.2.1.tar.gz
/rich-10.2.2.tar.gz /rich-10.2.2.tar.gz
/rich-10.3.0.tar.gz

@ -2,8 +2,8 @@
%global pypi_name rich %global pypi_name rich
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 10.2.2 Version: 10.3.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Render rich text and beautiful formatting in the terminal Summary: Render rich text and beautiful formatting in the terminal
License: MIT License: MIT
@ -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
* Fri Jun 11 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.3.0-1
- Update to 10.3.0 version (#1970067)
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 10.2.2-2 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 10.2.2-2
- Rebuilt for Python 3.10 - Rebuilt for Python 3.10

@ -1 +1 @@
SHA512 (rich-10.2.2.tar.gz) = 122bb01d56584654d242f12587a9d3132bf725ea560a9f4f059d757deede8724f1816a1d217bb9137ec7a524d9939b6e4d32dfffa895e8a5a984988f0e5ee6db SHA512 (rich-10.3.0.tar.gz) = 32c8cac30f5b1bfc5ed038136b0393bbb0b65d8e864def1aac2b5ea88d532969a79602f881ffd4603b543c434e84901844c8a941a3f976caf187440ad565cc06

Loading…
Cancel
Save