Skip to content

Tags: trim21/wcwidth

Tags

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use jinja2 templating to update library to unicode 15.0, jquast#61

- update `tox.ini`, `requirements*` files
  - use `pip-compile` with "requirements.in" files to generate "requirements.txt" files
  - use older testing tools for older python versions
  - ensure for python 3.10 and 3.11
- bin/update-tables.py changes,
  - use jinja2 (`.j2`) templating to generate code and documentation,
    - easier to support code generation of other languages
  - use https and perform retries
  - build cache uses HEAD to compare last-modified for refresh
- `for wcwidth/table*.py` files
  - uses new template system to generate new table data files for unicode version 14 and 15
  - when a description of unicode is single codepoint, describe only as 'A' instead of 'A..A'

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not depend on pkg_resources module (jquast#42)

Generate code for `wcwidth/unicode_versions.py`, delete `wcwidth/version.json`, and all references to it.

0.2.4

Toggle 0.2.4's commit message
Do not call _get_package_version() on import

Hopefully, helps out an xonsh issue on fedora?

xonsh/xonsh#3607

0.2.3

Toggle 0.2.3's commit message
0.2.3 to include tests in sdist

0.2.2

Toggle 0.2.2's commit message
trailing ws

0.1.9

Toggle 0.1.9's commit message
RST check

0.1.8

Toggle 0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unicode v12 and proj. maintenence (jquast#30)

* remove static analysis
* EastAsianWidth v9 -> v12
* README and tox.ini

0.1.7

Toggle 0.1.7's commit message
add missing PR href

0.1.6

Toggle 0.1.6's commit message
Merge pull request jquast#15 from jquast/license-doc-polish

0.1.6: Include LICENSE file in package distribution

0.1.5

Toggle 0.1.5's commit message
brevity of README.rst and polish