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:   adam
Date:           Tue Sep 23 11:13:47 UTC 2025

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

Log Message:
py-wcwidth: updated to 0.2.14

0.2.14

Drop Support for Python 2.7 and 3.5.
Update tables to include Unicode Specifications 16.0.0 and 17.0.0.
Bugfix U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through
0.2.13 measured as 0.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-wcwidth/Makefile
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/devel/py-wcwidth/Makefile:1.21
--- pkgsrc/devel/py-wcwidth/Makefile:1.20       Sat Apr 12 21:37:05 2025
+++ pkgsrc/devel/py-wcwidth/Makefile    Tue Sep 23 11:13:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/04/12 21:37:05 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/09/23 11:13:47 adam Exp $
 
-DISTNAME=      wcwidth-0.2.13
+DISTNAME=      wcwidth-0.2.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcwidth/}
 

Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.17 pkgsrc/devel/py-wcwidth/distinfo:1.18
--- pkgsrc/devel/py-wcwidth/distinfo:1.17       Sat Jan  6 09:42:55 2024
+++ pkgsrc/devel/py-wcwidth/distinfo    Tue Sep 23 11:13:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/01/06 09:42:55 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/09/23 11:13:47 adam Exp $
 
-BLAKE2s (wcwidth-0.2.13.tar.gz) = b756f6a29470fa912e981289ac5a20e63f3d51fc877b64790d6dae3eb1887a09
-SHA512 (wcwidth-0.2.13.tar.gz) = 1eadda149936cf2eefe5d09c411774dc87c8a358f2dd92d74f427d7b47f07c05557e849c46122d44788c2bd7c97eb85fc5f902d9a158d68ab9e352c5185ba2d5
-Size (wcwidth-0.2.13.tar.gz) = 101301 bytes
+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



Home | Main Index | Thread Index | Old Index