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:           Mon Jan 16 21:12:00 UTC 2023

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

Log Message:
py-wcwidth: updated to 0.2.6

0.2.6
Fix example for str.rjust(20, '_')
Bugfix sphinx build on readthedocs.org
Add CodeQL workflow for GitHub code scanning
Switch to using importlib.metadata
Use a new jinja2 templating process to update library to latest unicode (15.0)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-wcwidth/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/devel/py-wcwidth/Makefile:1.9
--- pkgsrc/devel/py-wcwidth/Makefile:1.8        Tue Jan  4 20:53:48 2022
+++ pkgsrc/devel/py-wcwidth/Makefile    Mon Jan 16 21:12:00 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/16 21:12:00 adam Exp $
 
-DISTNAME=      wcwidth-0.2.5
+DISTNAME=      wcwidth-0.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcwidth/}
 

Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.9 pkgsrc/devel/py-wcwidth/distinfo:1.10
--- pkgsrc/devel/py-wcwidth/distinfo:1.9        Tue Oct 26 10:19:15 2021
+++ pkgsrc/devel/py-wcwidth/distinfo    Mon Jan 16 21:12:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:19:15 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/01/16 21:12:00 adam Exp $
 
-BLAKE2s (wcwidth-0.2.5.tar.gz) = 3d2e94fea1365465a6ccc163c8cc52c3e4cf9e2fa8377adb8306add2fb98341c
-SHA512 (wcwidth-0.2.5.tar.gz) = 567604186fc6810cc794828f656aebda380a85d9a0dadde7743fadcd43cf29b022016055ee2a5c077399ac7c07f48d6d4ee4fa91a44e6efed96b7a8659280a97
-Size (wcwidth-0.2.5.tar.gz) = 34755 bytes
+BLAKE2s (wcwidth-0.2.6.tar.gz) = 44a8ed821497a06261ead09be6638521a848cdc450740ad32a82bb947fa8bbde
+SHA512 (wcwidth-0.2.6.tar.gz) = 0f7be2fcf0a2ef1c357fb3d1f7041a309443c8c771973aaf3acb7d83acee9fababa7f17dabc886a37d20bfc7dc13e8b0ce18637f4137ab349c881697e18c3a1c
+Size (wcwidth-0.2.6.tar.gz) = 35452 bytes



Home | Main Index | Thread Index | Old Index