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:           Tue Aug  2 09:48:51 UTC 2022

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

Log Message:
py-colorama: updated to 0.4.5

0.4.5
* Catch a racy ValueError that could occur on exit.
* Create README-hacking.md, for Colorama contributors.
* Tweak some README unicode characters that don't render correctly on PyPI.
* Fix some tests that were failing on some operating systems.
* Add support for Python 3.9.
* Add support for PyPy3.
* Add support for pickling with the ``dill`` module.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-colorama/Makefile
cvs rdiff -u -r1.12 -r1.13 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.10 pkgsrc/comms/py-colorama/Makefile:1.11
--- pkgsrc/comms/py-colorama/Makefile:1.10      Tue Jan  4 20:52:38 2022
+++ pkgsrc/comms/py-colorama/Makefile   Tue Aug  2 09:48:51 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/01/04 20:52:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/02 09:48:51 adam Exp $
 
-DISTNAME=      colorama-0.4.4
+DISTNAME=      colorama-0.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/colorama/}
 

Index: pkgsrc/comms/py-colorama/distinfo
diff -u pkgsrc/comms/py-colorama/distinfo:1.12 pkgsrc/comms/py-colorama/distinfo:1.13
--- pkgsrc/comms/py-colorama/distinfo:1.12      Fri Jan 14 11:49:41 2022
+++ pkgsrc/comms/py-colorama/distinfo   Tue Aug  2 09:48:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/01/14 11:49:41 wiz Exp $
+$NetBSD: distinfo,v 1.13 2022/08/02 09:48:51 adam Exp $
 
-BLAKE2s (colorama-0.4.4.tar.gz) = a55a983f46c9c8d0a9e487dccc28dc30fd787a53f8cb7452c4ea59025c88a7e0
-SHA512 (colorama-0.4.4.tar.gz) = 84db73bed5a6d4ab1624bdbeea65aef2061126e730f9d4a853f3b2504b9ebf5eb7c0649024ec687b538a89c20c83a5f3365d4fb1aba9fdba3db0b375942c48f4
-Size (colorama-0.4.4.tar.gz) = 27813 bytes
+BLAKE2s (colorama-0.4.5.tar.gz) = 73d44bf9169a89a00d5efd772cd83e310a3b4f90d45d61434b4aabf4a76ff5e0
+SHA512 (colorama-0.4.5.tar.gz) = 17b9a727d032bc6647ad0b48df1f33daea68501fb02e9b06a7fa8d22134cb15a805bdd797d068a9d2de24e011edac7e083ff79f4390a62130ca038043919ee39
+Size (colorama-0.4.5.tar.gz) = 27469 bytes



Home | Main Index | Thread Index | Old Index