Skip to content

Commit

Permalink
devel/py-wcwidth: Update to 0.2.6
Browse files Browse the repository at this point in the history
Changes:
  * 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

PR:             271769
Reported by:    marcus@FreeBSD.org
  • Loading branch information
skreuzer committed Jun 8, 2023
1 parent 8a05f69 commit 9afa7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/py-wcwidth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wcwidth
PORTVERSION= 0.1.8
PORTVERSION= 0.2.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-wcwidth/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1578706579
SHA256 (wcwidth-0.1.8.tar.gz) = f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8
SIZE (wcwidth-0.1.8.tar.gz) = 19957
TIMESTAMP = 1686183607
SHA256 (wcwidth-0.2.6.tar.gz) = a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0
SIZE (wcwidth-0.2.6.tar.gz) = 35452

0 comments on commit 9afa7b2

Please sign in to comment.