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:           Sat Jan 11 16:18:47 UTC 2020

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

Log Message:
py-wcwidth: updated to 0.1.8

0.1.8:
Update tables to Unicode Specification 12.0.0
* remove static analysis
* EastAsianWidth v9 -> v12
* README and tox.ini


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-wcwidth/Makefile \
    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.1 pkgsrc/devel/py-wcwidth/Makefile:1.2
--- pkgsrc/devel/py-wcwidth/Makefile:1.1        Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/Makefile    Sat Jan 11 16:18:47 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/08/21 00:50:02 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/11 16:18:47 adam Exp $
 
-DISTNAME=      wcwidth-0.1.7
+DISTNAME=      wcwidth-0.1.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcwidth/}
Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u pkgsrc/devel/py-wcwidth/distinfo:1.1 pkgsrc/devel/py-wcwidth/distinfo:1.2
--- pkgsrc/devel/py-wcwidth/distinfo:1.1        Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/distinfo    Sat Jan 11 16:18:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/08/21 00:50:02 kamil Exp $
+$NetBSD: distinfo,v 1.2 2020/01/11 16:18:47 adam Exp $
 
-SHA1 (wcwidth-0.1.7.tar.gz) = 28df2f5e8cd67ec182d822350252fea9bc3a91c8
-RMD160 (wcwidth-0.1.7.tar.gz) = 11891327c61ce243072d1bfc1fdd589037d4c113
-SHA512 (wcwidth-0.1.7.tar.gz) = 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
-Size (wcwidth-0.1.7.tar.gz) = 22884 bytes
+SHA1 (wcwidth-0.1.8.tar.gz) = 1d4d06efe1380b20ba5ab3ff3048bb57685b0a2a
+RMD160 (wcwidth-0.1.8.tar.gz) = 2128752d3301d12d6860c495a9aecbe1b1d3f407
+SHA512 (wcwidth-0.1.8.tar.gz) = b828450feb56b5c0e686f6922e777ab48d1336816a41ef4ef95f71c25a37ef492861634c16c788e1e4570d21bd4d45c990a18787860ba6043157c2781c78b65e
+Size (wcwidth-0.1.8.tar.gz) = 19957 bytes



Home | Main Index | Thread Index | Old Index