b23255fe7f
- update to 1.1.2: * Update internal tables for Unicode 17.0. * Drop support for Python 3.5 and 3.6. * Update copyright year (2025).
Dirk Mueller2025-11-17 21:12:14 +00:00
ede927f394
- update to 1.1.1: * Update internal tables for Unicode 16.0. * Remove test_suite from setup.py file. Contributed by adrien-n (PR #38). * Add Python 3.14-dev to CI build environment. * Update copyright year (2024).
Dirk Mueller2024-11-20 14:57:50 +00:00
22b7968122
Accepting request 1169158 from devel:languages:python
Ana Guerrero2024-04-19 17:16:27 +00:00
8771ff2c0a
Accepting request 1169151 from home:mlin7442:rebuild_fails_156
Benjamin Greiner2024-04-19 11:51:24 +00:00
98fcdca898
Accepting request 1135333 from devel:languages:python
Ana Guerrero2023-12-28 22:02:28 +00:00
effc01b34b
- Update specfile for PEP517 and python packaging best practices
Benjamin Greiner2023-12-27 15:17:08 +00:00
2cae5a4177
- update to 1.1.0: * Fixed an issue in the Nickname profile implementation that trimmed extra leading/trailing white space beyond the Zs category prescribed in RFC 8266. Python treats certain Unicode control characters as white space. If these appeared as leading/trailing spaces in a Nickname string, they were stripped. With this release, the Nickname profile will raise a UnicodeEncodeError DISALLOWED/controls if any control characters are encountered. (Issue #29) * Update internal tables for Unicode 15.1. * Change format of README and CHANGELOG files to Markdown. * Drop support for Python 3.3 and 3.4. * get_profile now supports alternative unicodedata2 module * get_profile maps ':' to '_' before looking up profile name - Drop support_unicode_12.1_for_python_3.8.patch
Dirk Mueller2023-12-27 14:55:46 +00:00
f24b0aa64d
- update to 1.0.5: * Update internal tables for Unicode 15.0. * Small type hint fix to one `.pyi` file. * Add Python 3.11 and 3.12 to CI build environment. * Update copyright year (2023).
Dirk Mueller2023-01-04 20:09:15 +00:00
2b9dc1f691
- update to 1.0.4: * Update internal tables for Unicode 14.0. These updates also affect context rules for Unicode 11.0 through 13.0. * In limited cases under previous versions of precis_i18n, valid strings under Unicode 11.0-13.0 were erroneously DISALLOWED due to context reasons hebrew_punctuation, katakana_middle_dot, and zero_width_nonjoiner. (Issue #19) * Add type hints for package
Dirk Mueller2022-02-14 21:52:02 +00:00
6fd160c7fd
- Update to 1.0.1: * Fixed a dict/set syntax typo that has no runtime effect (6ae6876). * Test forward compatibility of derived props test files as Unicode version increases. * Test Unicode 11.0 (Python 3.7). - Switch to github tarball for all test fixtures
Tomáš Chvátal
2019-07-23 11:18:23 +00:00