Commit f0232e5
authored
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'File tree
34 files changed
+3355
-1985
lines changed- bin
- code_templates
- docs
- tests
- wcwidth
34 files changed
+3355
-1985
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
This file was deleted.
0 commit comments