Update to 10.7.0 version (#1990647)

epel9
Parag Nemade 3 years ago
parent 87b47459a7
commit d1c13a988e
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

1
.gitignore vendored

@ -26,3 +26,4 @@
/rich-10.4.0.tar.gz
/rich-10.5.0.tar.gz
/rich-10.6.0.tar.gz
/rich-10.7.0.tar.gz

@ -2,8 +2,8 @@
%global pypi_name rich
Name: python-%{pypi_name}
Version: 10.6.0
Release: 2%{?dist}
Version: 10.7.0
Release: 1%{?dist}
Summary: Render rich text and beautiful formatting in the terminal
License: MIT
@ -46,6 +46,9 @@ code, tracebacks, and more — out of the box.
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog
* Fri Aug 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 10.7.0-1
- Update to 10.7.0 version (#1990647)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (rich-10.6.0.tar.gz) = b852d87435e99855bc45eb04497571258b5f8320cfb65b160f73471f0b02ffff604981c73b766be0f2abb5c53f543a09377a201827f2c2caa532fe8358bfb685
SHA512 (rich-10.7.0.tar.gz) = 588fa744cd251c7ebd5ccd3f9cd57fdf82f842942f12083096bd45ce9908a57602d0a71a1d985b409d700cbfdc733d03b47d37d3f3cee3de1e8307c2dffbcdfe

Loading…
Cancel
Save