Update to 10.5.0 version (#1979302)

epel9
Parag Nemade 4 years ago
parent c9c513fe3c
commit c12a4185a6
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

1
.gitignore vendored

@ -24,3 +24,4 @@
/rich-10.2.2.tar.gz /rich-10.2.2.tar.gz
/rich-10.3.0.tar.gz /rich-10.3.0.tar.gz
/rich-10.4.0.tar.gz /rich-10.4.0.tar.gz
/rich-10.5.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.4.0 Version: 10.5.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
* Mon Jul 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.5.0-1
- Update to 10.5.0 version (#1979302)
* Fri Jul 02 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.4.0-1 * Fri Jul 02 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.4.0-1
- Update to 10.4.0 version (#1973835) - Update to 10.4.0 version (#1973835)

@ -1 +1 @@
SHA512 (rich-10.4.0.tar.gz) = 1d617d2ce1da71f6af4ca65a7fd0fabda674bc745fb036be339a5e08dda0f454a9b432242f2c83afcfebd0f0fd0058b432e21484fa5e4664510ecd23197f7589 SHA512 (rich-10.5.0.tar.gz) = af3d18c4d73e7b0ca36001757fbd1e3bb50bea7afc36d28d2e39ce97033097d9c80879f3947c91f436731b2d3aa35e9444bf6bfcb28e168cfd995c3f821e40e1

Loading…
Cancel
Save