./devel/py-wcwidth, Measures number of Terminal column cells of wide-character codes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.13, Package name: py311-wcwidth-0.2.13, Maintainer: kamelderouiche

This Library is mainly for those implementing a Terminal Emulator, or programs
that carefully produce output to be interpreted by one


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 98.927 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-06 10:42:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcwidth: updated to 0.2.13

0.2.13
Bugfix zero-width support for Hangul Jamo (Korean)
   2023-11-22 06:55:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcwidth: updated to 0.2.12

0.2.12 re-release to remove .pyi file misplaced in wheel file
   2023-11-21 21:32:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcwidth: updated to 0.2.11

0.2.11

Include tests files in the source distribution
   2023-11-15 18:54:03 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-wcwidth: updated to 0.2.10

0.2.10 2023-11-13

Bugfix accounting of some kinds of emoji sequences using U+FE0F
Variation Selector 16.
Updated Specification.
   2023-10-31 21:37:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcwidth: updated to 0.2.9

0.2.9

Bugfix zero-width characters used in Emoji ZWJ sequences, Balinese, Jamo, \ 
Devanagari, Tamil, Kannada and others.
Updated to include Specification of character measurements.
   2023-09-30 12:33:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcwidth: updated to 0.2.8

0.2.8
Minor changes

Include requirements files in the source distibution
   2023-09-29 11:16:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION