forked from pool/python-crayons
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=17
59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 16 06:12:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyroject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 18 15:29:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Fix Source URL
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 17:32:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't own everything under sitelib.
|
|
- Run some tests (and use GitHub tarball to get it)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 04:58:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.4.0
|
|
* Check that sys.stdout object has isatty attribute in addition to it
|
|
being True
|
|
+ If using a custom object that does not have the isatty attribute and
|
|
you would still like color, you can set the CLINT_FORCE_COLOR environment
|
|
variable
|
|
* Explicitly set incoming parameter to crayons to string (so that len, etc.
|
|
work as expected)
|
|
- Drop LICENSE as a separate source, now included in the upstream tarball.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 24 05:03:28 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 @azillion)
|
|
* Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks @frostming)
|
|
* Adds reset_replace_color to reset any replacement colors set
|
|
- Update URL in the spec to be correct
|
|
- Write a description
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 4 14:43:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 0.2.0
|
|
* Add crayons.enable()
|
|
* color funcs generated from __all__ var
|
|
* Disable colors on TERM=dumb
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Don't forget python_module workaround.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 20 12:18:02 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
- initial package
|
|
|