diff options
author | adam <adam@pkgsrc.org> | 2021-01-03 21:51:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-03 21:51:46 +0000 |
commit | 2c79456cd79c7b78463eae2baf62d46de150c8b8 (patch) | |
tree | 31b25550c8b4e5f03817976430eb4e46ec182c8b /comms | |
parent | ada8bb0b005608b16ec2f3d33a764701ae3abcdd (diff) | |
download | pkgsrc-2c79456cd79c7b78463eae2baf62d46de150c8b8.tar.gz |
py-colorama: updated to 0.4.4
0.4.4
Re-org of README, to put the most insteresting parts near the top.
Added Linux makefile targets and Windows powershell scripts to automate bootstrapping a development environment, and automate the process of testing wheels before they are uploaded to PyPI.
Use stdlib unittest.mock where available
Travis CI now also builds on arm64
Demo06 demonstrates existing cursor positioning feature
Fix OSC regex & handling to prevent hang or crash
Document enterprise support by Tidelift
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-colorama/Makefile | 4 | ||||
-rw-r--r-- | comms/py-colorama/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/py-colorama/Makefile b/comms/py-colorama/Makefile index 007a7eadc3f..9ee00373c9f 100644 --- a/comms/py-colorama/Makefile +++ b/comms/py-colorama/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/12/11 19:01:00 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/01/03 21:51:46 adam Exp $ -DISTNAME= colorama-0.4.3 +DISTNAME= colorama-0.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=c/colorama/} diff --git a/comms/py-colorama/distinfo b/comms/py-colorama/distinfo index d32fec8da02..56d3520fafc 100644 --- a/comms/py-colorama/distinfo +++ b/comms/py-colorama/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/12/11 19:01:00 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/01/03 21:51:46 adam Exp $ -SHA1 (colorama-0.4.3.tar.gz) = e5d6a5f36e831d4258424848ff635dc931f6d77e -RMD160 (colorama-0.4.3.tar.gz) = f89f18525f19877eb048d287407f3da7a8adc249 -SHA512 (colorama-0.4.3.tar.gz) = 4a8028d35e12f740bf37be10a5663f91d4b15b81d7dd8460304f98153a2fb1520858b2a807e9225277fe08628d7a74281bafe764d00cd7fcb9a2ad68ab9e8d8d -Size (colorama-0.4.3.tar.gz) = 27328 bytes +SHA1 (colorama-0.4.4.tar.gz) = 4591cc4448b3b23dfc958e997b7622e066a57132 +RMD160 (colorama-0.4.4.tar.gz) = 7b2251157a315d0fd9d592b838a32d9bf7a6fddc +SHA512 (colorama-0.4.4.tar.gz) = 84db73bed5a6d4ab1624bdbeea65aef2061126e730f9d4a853f3b2504b9ebf5eb7c0649024ec687b538a89c20c83a5f3365d4fb1aba9fdba3db0b375942c48f4 +Size (colorama-0.4.4.tar.gz) = 27813 bytes |