Changelog for
python3-crayons-0.3.0-bp153.1.14.noarch.rpm :
* Mon Feb 24 2020 Steve Kowalik
- Update to 0.3.0
* Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string)
* Adds random function to get a random color (thanks AATTazillion)
* Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks AATTfrostming)
* Adds reset_replace_color to reset any replacement colors set- Update URL in the spec to be correct- Write a description
* Mon Mar 04 2019 Ondřej Súkup - update to 0.2.0
* Add crayons.enable()
* color funcs generated from __all__ var
* Disable colors on TERM=dumb
* Fri May 11 2018 toddrme2178AATTgmail.com- Don\'t forget python_module workaround.
* Mon Nov 20 2017 mimi.vxAATTgmail.com- initial package