pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-colorama



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan  3 21:51:46 UTC 2021

Modified Files:
        pkgsrc/comms/py-colorama: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-colorama/Makefile \
    pkgsrc/comms/py-colorama/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-colorama/Makefile
diff -u pkgsrc/comms/py-colorama/Makefile:1.7 pkgsrc/comms/py-colorama/Makefile:1.8
--- pkgsrc/comms/py-colorama/Makefile:1.7       Wed Dec 11 19:01:00 2019
+++ pkgsrc/comms/py-colorama/Makefile   Sun Jan  3 21:51:46 2021
@@ -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/}
Index: pkgsrc/comms/py-colorama/distinfo
diff -u pkgsrc/comms/py-colorama/distinfo:1.7 pkgsrc/comms/py-colorama/distinfo:1.8
--- pkgsrc/comms/py-colorama/distinfo:1.7       Wed Dec 11 19:01:00 2019
+++ pkgsrc/comms/py-colorama/distinfo   Sun Jan  3 21:51:46 2021
@@ -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