507faa0586
- Update to 0.2.14 * Drop Support for Python 2.7 and 3.5. PR #117. * Update tables to include Unicode Specifications 16.0.0 and 17.0.0. PR #146. * Bugfix U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through 0.2.13 measured as 0. PR #149. - Drop 0001-Don-t-use-codecs.open-on-Python-3.patch, merged upstream
Markéta Machová2025-10-29 14:20:47 +00:00
f4d256b436
Accepting request 1302928 from devel:languages:python
Ana Guerrero2025-09-05 19:42:37 +00:00
7f05206a56
- add 0001-Don-t-use-codecs.open-on-Python-3.patch to fix deprecations for python 3.14
Dirk Mueller2025-09-05 11:57:45 +00:00
e9a5085166
Accepting request 1285276 from devel:languages:python
Ana Guerrero2025-06-13 16:43:17 +00:00
140ee6c1dd
- Switch to pyproject macros. - No more greedy globs in %files.
Steve Kowalik2025-06-13 02:46:43 +00:00
578122c712
- update to 0.2.13: * Bugfix zero-width support for Hangul Jamo (Korean) #111Dirk Mueller2024-01-06 13:10:01 +00:00
971eedcc5d
Accepting request 1129072 from devel:languages:python
Ana Guerrero2023-11-28 21:18:10 +00:00
7a3e9aac97
- update to 0.2.12: * Include tests files in the source distribution (PR #98, PR * **Bugfix** accounting of some kinds of emoji sequences using U+FE0F * Variation Selector 16 (PR #97). * **Bugfix** zero-width characters used in Emoji ZWJ sequences, Balinese, Jamo, Devanagari, Tamil, Kannada and others (PR #91). * Include requirements files in the source distibution (PR #83). * Update Unicode version to 15.1.0 * 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 multibuild. * Enhancement: Unicode version may be selected by exporting the Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. * Updated tables for all Unicode Specifications with files published - Convert to multibuild to break a self-requires loop.
Dirk Mueller2023-11-27 09:10:48 +00:00
cfe629c740
- Update to 0.2.6: * Fix example for str.rjust(20, '_') * Add CodeQL workflow for GitHub code scanning * Switch to using importlib.metadata * Use a new jinja2 templating process to update library to latest unicode - Drop patch remove-pkg_resources.patch. - Remove Python 2 gubbins.
Steve Kowalik2023-01-17 06:30:00 +00:00
0faec7d1b8
- Add patch remove-pkg_resources.patch: * Use importlib.metadata rather than pkg_resources. - Since importlib.metadata is not as a stickler as pkg_resources is, remove multibuild.
Steve Kowalik2022-07-18 13:41:20 +00:00
5363f1f245
- update to 0.2.4 * minor "bugfix" to avoid using pkg_resources module on import, 7918f58 * may help xonsh xonsh/xonsh#3607Dirk Mueller2020-06-14 09:02:03 +00:00