Fri Sep 29 09:16:31 2023 UTC ()
py-wcwidth: updated to 0.2.7

0.2.7

Major changes

Update Unicode version to 15.1.0

Minor changes

Add testing support for Python 3.12
Update README
Update requirements
Enable GitHub Actions CI
Prepare release 0.2.7
Update tox envs in README
Include bin, docs, and tox.ini in the source distribution


(adam)
diff -r1.10 -r1.11 pkgsrc/devel/py-wcwidth/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-wcwidth/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-wcwidth/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-wcwidth/Makefile 2023/03/29 09:34:10 1.10
+++ pkgsrc/devel/py-wcwidth/Makefile 2023/09/29 09:16:31 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2023/03/29 09:34:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2023/09/29 09:16:31 adam Exp $
2 2
3DISTNAME= wcwidth-0.2.6 3DISTNAME= wcwidth-0.2.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://github.com/jquast/wcwidth 9HOMEPAGE= https://github.com/jquast/wcwidth
10COMMENT= Measures number of Terminal column cells of wide-character codes 10COMMENT= Measures number of Terminal column cells of wide-character codes
11LICENSE= mit 11LICENSE= mit
12 12
13.include "../../lang/python/pyversion.mk" 13.include "../../lang/python/pyversion.mk"
14 14
15.if ${PYTHON_VERSION} == 207 15.if ${PYTHON_VERSION} == 207
16DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache 16DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-wcwidth/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-wcwidth/distinfo 2023/01/16 21:12:00 1.10
+++ pkgsrc/devel/py-wcwidth/distinfo 2023/09/29 09:16:31 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2023/01/16 21:12:00 adam Exp $ 1$NetBSD: distinfo,v 1.11 2023/09/29 09:16:31 adam Exp $
2 2
3BLAKE2s (wcwidth-0.2.6.tar.gz) = 44a8ed821497a06261ead09be6638521a848cdc450740ad32a82bb947fa8bbde 3BLAKE2s (wcwidth-0.2.7.tar.gz) = 493fc2a52a003310d88bfd12555ec7d6e0c1f457af5a0bd846504aafbbd38ff5
4SHA512 (wcwidth-0.2.6.tar.gz) = 0f7be2fcf0a2ef1c357fb3d1f7041a309443c8c771973aaf3acb7d83acee9fababa7f17dabc886a37d20bfc7dc13e8b0ce18637f4137ab349c881697e18c3a1c 4SHA512 (wcwidth-0.2.7.tar.gz) = ece55d13ff6137aff458320cf65884d48dace0324b03a83e9e2b39125efae58035f568063244ff231155a1bd29a0f2611d46fedf882a172b2882b1ff05c86a00
5Size (wcwidth-0.2.6.tar.gz) = 35452 bytes 5Size (wcwidth-0.2.7.tar.gz) = 60652 bytes