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 Jan 25 23:34:38 UTC 2026
Modified Files:
pkgsrc/devel/py-wcwidth: Makefile PLIST distinfo
Log Message:
py-wcwidth: update to 0.3.5.
0.3.5
Re-stamp package version correctly, 0.3.4 packaged a failing test
0.3.4
bugfix our center() padding algorithm by @jquast in #188
docfix: accidental double-escapes \t -> \t by @jquast in #187
0.3.3
Add fast path for ASCII printables to width() by @hugovk in #185
Add py.typed file and Typing :: Typed classifier by @hugovk in #184
0.3.2
type hinting for full mympy --strict compliance, by @penguinolog #183
0.3.1
Add benchmarking using codspeed.io by @jquast in #180
improve width() performance by @jquast in #181
0.3.0
Major changes since 0.2.14, in order
Migrate from setup.py + setuptools to pyproject.toml + hatchling by @hugovk in #156
Small improvements to update-tables.py and wcwidth-browser.py by @jquast in #160
New: iter_graphemes() by @jquast in #165
New: width() terminal-aware string measurement by @jquast in #166
New: ljust(), rjust(), center() justify text by @jquast in #168
New: wrap() by @jquast in #169
improve wcswidth() performance ~30% by @jquast in #171
New ambigous_width=1 argument by @jquast in #172
New strip_sequences() and cut() functions by @jquast in #173
Width 0 for Default_Ignorable_Code_Point characters by @jquast in #174
Bugfix for Prepended_Concatenation_Mark characters by @jquast in #176
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-wcwidth/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-wcwidth/PLIST
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/devel/py-wcwidth/Makefile:1.22
--- pkgsrc/devel/py-wcwidth/Makefile:1.21 Tue Sep 23 11:13:47 2025
+++ pkgsrc/devel/py-wcwidth/Makefile Sun Jan 25 23:34:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/09/23 11:13:47 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/01/25 23:34:38 wiz Exp $
-DISTNAME= wcwidth-0.2.14
+DISTNAME= wcwidth-0.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/}
@@ -10,9 +10,13 @@ HOMEPAGE= https://github.com/jquast/wcwi
COMMENT= Measures number of Terminal column cells of wide-character codes
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
USE_LANGUAGES= # none
+# as of 0.3.5
+# 1 failed, 1383 passed, 1 skipped
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-wcwidth/PLIST
diff -u pkgsrc/devel/py-wcwidth/PLIST:1.6 pkgsrc/devel/py-wcwidth/PLIST:1.7
--- pkgsrc/devel/py-wcwidth/PLIST:1.6 Sat Apr 12 21:37:05 2025
+++ pkgsrc/devel/py-wcwidth/PLIST Sun Jan 25 23:34:38 2026
@@ -1,13 +1,30 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/12 21:37:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/01/25 23:34:38 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/wcwidth/__init__.py
${PYSITELIB}/wcwidth/__init__.pyc
${PYSITELIB}/wcwidth/__init__.pyo
+${PYSITELIB}/wcwidth/bisearch.py
+${PYSITELIB}/wcwidth/bisearch.pyc
+${PYSITELIB}/wcwidth/bisearch.pyo
+${PYSITELIB}/wcwidth/control_codes.py
+${PYSITELIB}/wcwidth/control_codes.pyc
+${PYSITELIB}/wcwidth/control_codes.pyo
+${PYSITELIB}/wcwidth/escape_sequences.py
+${PYSITELIB}/wcwidth/escape_sequences.pyc
+${PYSITELIB}/wcwidth/escape_sequences.pyo
+${PYSITELIB}/wcwidth/grapheme.py
+${PYSITELIB}/wcwidth/grapheme.pyc
+${PYSITELIB}/wcwidth/grapheme.pyo
+${PYSITELIB}/wcwidth/py.typed
+${PYSITELIB}/wcwidth/table_ambiguous.py
+${PYSITELIB}/wcwidth/table_ambiguous.pyc
+${PYSITELIB}/wcwidth/table_ambiguous.pyo
+${PYSITELIB}/wcwidth/table_grapheme.py
+${PYSITELIB}/wcwidth/table_grapheme.pyc
+${PYSITELIB}/wcwidth/table_grapheme.pyo
${PYSITELIB}/wcwidth/table_vs16.py
${PYSITELIB}/wcwidth/table_vs16.pyc
${PYSITELIB}/wcwidth/table_vs16.pyo
@@ -17,6 +34,9 @@ ${PYSITELIB}/wcwidth/table_wide.pyo
${PYSITELIB}/wcwidth/table_zero.py
${PYSITELIB}/wcwidth/table_zero.pyc
${PYSITELIB}/wcwidth/table_zero.pyo
+${PYSITELIB}/wcwidth/textwrap.py
+${PYSITELIB}/wcwidth/textwrap.pyc
+${PYSITELIB}/wcwidth/textwrap.pyo
${PYSITELIB}/wcwidth/unicode_versions.py
${PYSITELIB}/wcwidth/unicode_versions.pyc
${PYSITELIB}/wcwidth/unicode_versions.pyo
Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.18 pkgsrc/devel/py-wcwidth/distinfo:1.19
--- pkgsrc/devel/py-wcwidth/distinfo:1.18 Tue Sep 23 11:13:47 2025
+++ pkgsrc/devel/py-wcwidth/distinfo Sun Jan 25 23:34:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/09/23 11:13:47 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/01/25 23:34:38 wiz Exp $
-BLAKE2s (wcwidth-0.2.14.tar.gz) = ff8ac955a1f5fa8c822a6d3c7b6315f1fa8b940c56cf5c205e33b1b7b91be9f0
-SHA512 (wcwidth-0.2.14.tar.gz) = 1fcfd1b1fd0aa0cb4c075f4428a4454bb5fc0285861b8a0d9ee50863d76b5a91cb212453a02f09dbd6b023aa0c6e3968fb925e7f31f263558f0accb4e58af293
-Size (wcwidth-0.2.14.tar.gz) = 102293 bytes
+BLAKE2s (wcwidth-0.3.5.tar.gz) = c2735d49ffdce1c4c3346fffb658d6f07351166ee5688b04a52461259266a767
+SHA512 (wcwidth-0.3.5.tar.gz) = 90b60ff82e83248852f1b963433631de6fbeecee48f8ed51f50bbabe86cb050ec47a17ca91d18a851b55e71e313e48ad9f8a745c397e184899ca080031706808
+Size (wcwidth-0.3.5.tar.gz) = 234185 bytes
Home |
Main Index |
Thread Index |
Old Index