Up to [cvs.NetBSD.org] / pkgsrc / devel / py-crayons
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:21 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:04 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 21 20:10:15 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-crayons: updated to 0.4.0 v0.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
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 8 14:55:18 2020 UTC (3 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-crayons: updated to 0.3.1 v0.3.1 Bugfixes Explicitly set incoming parameter to crayons to string (so that len, etc. work as expected)
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 6 17:31:40 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-crayons: updated to 0.3.0 v0.3.0 Breaking: Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string) Features: 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
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 15 10:56:23 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-crayons: updated to 0.2.0 0.2.0: Unknown changes
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 29 21:12:20 2017 UTC (5 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Add py-crayons-0.1.2: This module is really simple, it gives you colored strings for terminal usage. Included colors are red, green, yellow, blue, black, magenta, magenta, cyan, white, clean, and disable.