File perl-Term-ANSIColor.changes of Package perl-Term-ANSIColor
-------------------------------------------------------------------
Sun Jan 19 03:10:03 UTC 2020 - <timueller+perl@suse.de>
- updated to 5.01
see /usr/share/doc/packages/perl-Term-ANSIColor/Changes
Term::ANSIColor 5.01 (2020-01-17)
Add support for NO_COLOR <https://no-color.org/> to suppress all
formatting sequences. Thanks, Andrea Telatin.
Document that aliases are expanded during alias definition, and thus
an alias defined in terms of another alias will not change if the
other alias is redefined.
Fix SYNOPSIS example of uncolor. The function returns a list, not a
reference to a list. Thanks, Joe Smith. (#131414)
-------------------------------------------------------------------
Mon Jan 6 03:14:18 UTC 2020 - <timueller+perl@suse.de>
- updated to 5.00
see /usr/share/doc/packages/perl-Term-ANSIColor/Changes
Term::ANSIColor 5.00 (2020-01-05)
Drop support for Perl 5.6. The minimum supported version is now Perl
5.8. Perl 5.6 isn't supported by Travis-CI and is only spottily
tested, so true support is dubious.
Add suport for true color (24-bit color) via new rNNNgNNNbNNN and
on_rNNNgNNNbNNN attributes. These are only supported via the function
interface, not in the constant interface. Based on work by Lars
Dɪᴇᴄᴋᴏᴡ 迪拉斯. (#130083)
Allow color aliases to map to multiple attributes instead of only one
attribute. Based on work by Yanick Champoux.
Aliases may now be defined in terms of other aliases.
Document bad interactions between colored output to standard output
and standard error when standard output is line-buffered in a couple
of places in the manual and suggest setting autoflush() or EACHLINE
as a fix. (#121974)
Document how to support CLICOLOR <https://bixense.com/clicolors/> in
programs using Term::ANSIColor. (Due to backward compatibility and
non-output uses, there's no easy way to support CLICOLOR in the module
automatically.)
Update to rra-c-util 8.1:
* Update perlcritic configuration.
* Add SPDX-License-Identifier headers to all significant files.
-------------------------------------------------------------------
Sat Oct 29 06:12:08 UTC 2016 - coolo@suse.com
- updated to 4.06
see /usr/share/doc/packages/perl-Term-ANSIColor/Changes
Term::ANSIColor 4.06 (2016-10-28)
Add aliases ansi16 through ansi255 and on_ansi16 through on_ansi255
(plus the corresponding constants) for the grey and rgb colors so that
one can refer to all of the 256 ANSI colors with consistent names.
These are aliases; the colors returned by uncolor will still use the
grey and rgb names. (#118267)
-------------------------------------------------------------------
Wed Mar 23 11:10:51 UTC 2016 - coolo@suse.com
- updated to 4.05
see /usr/share/doc/packages/perl-Term-ANSIColor/Changes
Term::ANSIColor 4.05 (2016-03-20)
Color aliases are now restricted to ASCII alphanumerics, due to the
below change.
Delay loading of the Carp module and avoid using [:upper:], \w, and \d
in regular expressions to reduce the amount of memory this module
consumes. (Normally, I wouldn't worry about this, but this module is
very light-weight and can be useful even in highly space-constrained
environments, and the impact is slight.) Thanks, Nicolas R.
(#111552)
Provide a mailto address in bug tracking metadata, use the shorter
form of the RT bug tracker URL, and fix the license value to match the
new metadata specification. Rework Makefile.PL so that the munging
for older versions of ExtUtils::MakeMaker is less intrusive.
-------------------------------------------------------------------
Wed Dec 9 09:45:27 UTC 2015 - coolo@suse.com
- updated to 4.04
see /usr/share/doc/packages/perl-Term-ANSIColor/Changes
-------------------------------------------------------------------
Tue Apr 14 15:38:17 UTC 2015 - coolo@suse.com
- updated to 4.03
see /usr/share/doc/packages/perl-Term-ANSIColor/
-------------------------------------------------------------------
Tue Apr 14 15:38:15 UTC 2015 - coolo@suse.com
- updated to 3.01
see /usr/share/doc/packages/perl-Term-ANSIColor/ChangeLog
2011-07-20 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Version 3.01 released.
* Makefile.PL: Change the DISTNAME to Term-ANSIColor.
* ANSIColor.pm (colored): Only interpret an initial array
reference as a list of colors, not any initial reference, allowing
the colored function to work properly on objects with
stringification defined. Thanks, Revilo Reegiles.
* t/stringify.t: New test for proper behavior with non-array
references in colored.
2011-03-13 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Fix two syntax errors in the SYNOPSIS. Thanks,
Jan Hartung.
2010-10-08 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Warn in the documentation that attributes are not
supported in and will not work with Perl formats.
2010-04-11 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Update the URL for ECMA-048 in the documentation.
-------------------------------------------------------------------
Tue Nov 30 19:20:47 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:31:09 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Sun Aug 29 06:48:31 UTC 2010 - pascal.bleser@opensuse.org
- initial package (3.00)