pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wcwidth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 22:20:58 UTC 2026

Modified Files:
        pkgsrc/devel/py-wcwidth: Makefile distinfo

Log Message:
py-wcwidth: update to 0.6.0.

Complete textwrap.wrap() with 6 missing params! by @jquast in #207


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-wcwidth/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-wcwidth/distinfo

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

Modified files:

Index: pkgsrc/devel/py-wcwidth/Makefile
diff -u pkgsrc/devel/py-wcwidth/Makefile:1.23 pkgsrc/devel/py-wcwidth/Makefile:1.24
--- pkgsrc/devel/py-wcwidth/Makefile:1.23       Sun Feb  1 18:26:01 2026
+++ pkgsrc/devel/py-wcwidth/Makefile    Sun Feb  8 22:20:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/02/01 18:26:01 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/02/08 22:20:58 wiz Exp $
 
-DISTNAME=      wcwidth-0.5.3
+DISTNAME=      wcwidth-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcwidth/}
@@ -15,8 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-test-cov>=
 
 USE_LANGUAGES= # none
 
-# as of 0.5.3
-# 1 failed, 648 passed, 10 skipped
+# as of 0.6.0
+# 1 failed, 753 passed, 10 skipped
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.20 pkgsrc/devel/py-wcwidth/distinfo:1.21
--- pkgsrc/devel/py-wcwidth/distinfo:1.20       Sun Feb  1 18:26:01 2026
+++ pkgsrc/devel/py-wcwidth/distinfo    Sun Feb  8 22:20:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2026/02/01 18:26:01 wiz Exp $
+$NetBSD: distinfo,v 1.21 2026/02/08 22:20:58 wiz Exp $
 
-BLAKE2s (wcwidth-0.5.3.tar.gz) = d7e5623cebc64f4158e30f1410bd268d38e0d1b3ccde2077024a2e863d1ff3fe
-SHA512 (wcwidth-0.5.3.tar.gz) = 7537cf6493fc7b2998d0a5f7a3b093fd8e8916e6e39df6932a815d6547b970472a5cc37cb82ba3a2f6c40912c483ed21203fa7b30eafdeec93a51902e3f370aa
-Size (wcwidth-0.5.3.tar.gz) = 157587 bytes
+BLAKE2s (wcwidth-0.6.0.tar.gz) = 3572b10cb9a222c53ab2e43f562a45f50bfcd0d878f1e53429e455233ccc3f54
+SHA512 (wcwidth-0.6.0.tar.gz) = d378d05643ab33d21ad9f284a7120961758d5d205d62da7d0a7a7113b8b2eb090465d25238d9e0e2e2bf6d597aa7e41292adfd2896cbefe2f1851672e0ed0f9b
+Size (wcwidth-0.6.0.tar.gz) = 159684 bytes



Home | Main Index | Thread Index | Old Index