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 Aug 30 15:42:59 UTC 2026

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

Log Message:
py-wcwidth: update to 0.8.3.

0.8.3 2026-08-28

        Bugfix Do not hang on wrap() calls of width 1 with text containing OSC8 hyperlinks and wide characters, PR #231.
        Bugfix clip() with propagate_sgr=True, should match behavior of propagate_sgr(), PR #235.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-wcwidth/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-wcwidth/PLIST
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/devel/py-wcwidth/Makefile:1.29
--- pkgsrc/devel/py-wcwidth/Makefile:1.28       Tue Jun 30 05:40:39 2026
+++ pkgsrc/devel/py-wcwidth/Makefile    Sun Aug 30 15:42:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/06/30 05:40:39 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/08/30 15:42:59 wiz Exp $
 
-DISTNAME=      wcwidth-0.8.2
+DISTNAME=      wcwidth-0.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcwidth/}
@@ -15,8 +15,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov>=
 
 USE_LANGUAGES= # none
 
-# as of 0.7.0
-# 1 failed, 1133 passed, 10 skipped
+# as of 0.8.3
+# 1 failed, 1363 passed, 10 skipped
+# after installation, no errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-wcwidth/PLIST
diff -u pkgsrc/devel/py-wcwidth/PLIST:1.11 pkgsrc/devel/py-wcwidth/PLIST:1.12
--- pkgsrc/devel/py-wcwidth/PLIST:1.11  Wed Jun 10 04:03:37 2026
+++ pkgsrc/devel/py-wcwidth/PLIST       Sun Aug 30 15:42:59 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/06/10 04:03:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/08/30 15:42:59 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -137,6 +137,7 @@ ${PYSITELIB}/wcwidth/text_sizing.py
 ${PYSITELIB}/wcwidth/text_sizing.pyc
 ${PYSITELIB}/wcwidth/text_sizing.pyo
 ${PYSITELIB}/wcwidth/textwrap.py
+${PYSITELIB}/wcwidth/textwrap.py,cover
 ${PYSITELIB}/wcwidth/textwrap.pyc
 ${PYSITELIB}/wcwidth/textwrap.pyo
 ${PYSITELIB}/wcwidth/unicode_versions.py

Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.25 pkgsrc/devel/py-wcwidth/distinfo:1.26
--- pkgsrc/devel/py-wcwidth/distinfo:1.25       Tue Jun 30 05:40:39 2026
+++ pkgsrc/devel/py-wcwidth/distinfo    Sun Aug 30 15:42:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2026/06/30 05:40:39 adam Exp $
+$NetBSD: distinfo,v 1.26 2026/08/30 15:42:59 wiz Exp $
 
-BLAKE2s (wcwidth-0.8.2.tar.gz) = 4762f02bc91e243954b5e74b20df44adfc97ad5e65a3b30defca2eaa3fc4a92a
-SHA512 (wcwidth-0.8.2.tar.gz) = 5fa3741d4db553d1b06ed1310e01e8a21e696da3489d37a9f45997c279dea494c773e78c2c9d5ad2efb2c8b2e1217170eabc93c76d71167539a04a377595e84b
-Size (wcwidth-0.8.2.tar.gz) = 1466253 bytes
+BLAKE2s (wcwidth-0.8.3.tar.gz) = 0d4db68f4a468fdccce541f8936ae5778b7d4fdd75d86c782ce218d688c0068b
+SHA512 (wcwidth-0.8.3.tar.gz) = d5477dd2a1f6dc6e14dc0e5e34f08b8c78c008ee2390b670155bc163f2c67f1a58ffab2ed35bbe7434d4b4ebef0c91f02cdeae15337d380c28b94858c72692dd
+Size (wcwidth-0.8.3.tar.gz) = 1458450 bytes



Home | Main Index | Thread Index | Old Index