forked from pool/python-precis-i18n
* 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=19
96 lines
3.8 KiB
Plaintext
96 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 20 14:57:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 19 11:23:20 UTC 2024 - Max Lin <mlin@suse.com>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 27 15:12:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update specfile for PEP517 and python packaging best practices
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 27 14:54:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 20:08:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 14 21:48:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 2 14:26:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.0.3
|
|
* MANIFEST.in excludes test_derived_props_files.py; test data
|
|
files are not packaged.
|
|
* CI script now builds source package and runs tests from it.
|
|
* Use Github Actions for continuous integration.
|
|
* Update copyright year (2021).
|
|
- Release 1.0.2
|
|
* get_profile now supports alternative unicodedata2 module
|
|
(Issue #8).
|
|
* get_profile maps ':' to '_' before looking up profile name
|
|
(Issue #10).
|
|
* Test Unicode 12.1 for Python 3.8.
|
|
* Test Unicode 12.0 (Using optional unicodedata2 module)
|
|
* Test Unicode 13.0 for Python 3.9 (Issue #9).
|
|
Update copyright year (2020).
|
|
- Drop support_unicode_12.1_for_python_3.8.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 20:40:12 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- add support_unicode_12.1_for_python_3.8.patch to fix test under
|
|
python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 23 11:14:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 19 12:42:07 UTC 2018 - sor.alexei@meowr.ru
|
|
|
|
- Initial package.
|