pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-colored py-colored: updated to 1.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3125c884f0fc
branches:  trunk
changeset: 388368:3125c884f0fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 17 17:32:56 2022 +0000

description:
py-colored: updated to 1.4.4

Version 1.4.4
Updated
- Code style
- Switch to f string
- Removed python2 support
- Use windows types instead of raw ctypes.

diffstat:

 textproc/py-colored/Makefile |  7 ++++---
 textproc/py-colored/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r c268bc2ec3b9 -r 3125c884f0fc textproc/py-colored/Makefile
--- a/textproc/py-colored/Makefile      Thu Nov 17 17:29:47 2022 +0000
+++ b/textproc/py-colored/Makefile      Thu Nov 17 17:32:56 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/17 17:32:56 adam Exp $
 
-DISTNAME=      colored-1.4.3
+DISTNAME=      colored-1.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/colored/}
 
@@ -13,5 +12,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c268bc2ec3b9 -r 3125c884f0fc textproc/py-colored/distinfo
--- a/textproc/py-colored/distinfo      Thu Nov 17 17:29:47 2022 +0000
+++ b/textproc/py-colored/distinfo      Thu Nov 17 17:32:56 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:23:01 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/11/17 17:32:56 adam Exp $
 
-BLAKE2s (colored-1.4.3.tar.gz) = f4300be18a6b3ca5d91f98686a01dbfdc4a31f280be5c6352c19182eda72c557
-SHA512 (colored-1.4.3.tar.gz) = a32c9c382d75ed460e32804e8b8c12d8fb01561029d0b3c207922969eb6f9221b6b2d34c72bbc1171df27f9e5033f79814f551d7e5f741eca690ef361181db5f
-Size (colored-1.4.3.tar.gz) = 29390 bytes
+BLAKE2s (colored-1.4.4.tar.gz) = 9ed07ede34c1a12310264aa112523fc615d643191ef374242993fdf82815b267
+SHA512 (colored-1.4.4.tar.gz) = 80139bae82499dc83cf1f4751703dcb6d18a10f90046c1e794705aa0e5da4cebb3f8493bf654e4074074631a6068e181a84353b330c04c772646abdab3994c5f
+Size (colored-1.4.4.tar.gz) = 36786 bytes



Home | Main Index | Thread Index | Old Index