Path to this page:
Subject: CVS commit: pkgsrc/misc/py-ansi
From: Adam Ciarcinski
Date: 2024-01-23 14:28:49
Message id: 20240123132849.6A19FFA42@cvs.NetBSD.org
Log Message:
py-ansi: updated to 0.3.7
0.3.7
Enable concatenating a string and a sequence, not just a sequence and a string.
Enable empty sequences that evaluate to the empty string.
Allow importing the main module to import all submodules
Fix ECMA-48 link in README.md
Add license to setup.cfg
bugfix sequence in `ansi.cursor.erase('')`
Add `bg=True` argument for `ansi.colour.rgb.rgb256()`
Files: