pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/py-colorama py-colorama: updated to 0.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14b9b39e6490
branches:  trunk
changeset: 444220:14b9b39e6490
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 21:51:46 2021 +0000

description:
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:

 comms/py-colorama/Makefile |   4 ++--
 comms/py-colorama/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c74bff5e93f5 -r 14b9b39e6490 comms/py-colorama/Makefile
--- a/comms/py-colorama/Makefile        Sun Jan 03 21:43:41 2021 +0000
+++ b/comms/py-colorama/Makefile        Sun Jan 03 21:51:46 2021 +0000
@@ -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 -r c74bff5e93f5 -r 14b9b39e6490 comms/py-colorama/distinfo
--- a/comms/py-colorama/distinfo        Sun Jan 03 21:43:41 2021 +0000
+++ b/comms/py-colorama/distinfo        Sun Jan 03 21:51:46 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index