-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use jinja2 templating to update library to unicode 15.0, #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'
- Loading branch information
Showing
34 changed files
with
3,355 additions
and
1,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ htmlcov | |
.coveralls.yml | ||
data | ||
.DS_Store | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include LICENSE *.rst | ||
recursive-include tests *.py | ||
include LICENSE | ||
recursive-include *.py *.j2 *.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.