1
0

17 Commits

Author SHA256 Message Date
22b7968122 Accepting request 1169158 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1169158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=8
2024-04-19 17:16:27 +00:00
8771ff2c0a Accepting request 1169151 from home:mlin7442:rebuild_fails_156
to build with python 3.11 for Leap15

OBS-URL: https://build.opensuse.org/request/show/1169151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=17
2024-04-19 11:51:24 +00:00
98fcdca898 Accepting request 1135333 from devel:languages:python
- Update specfile for PEP517 and python packaging best practices

- 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

OBS-URL: https://build.opensuse.org/request/show/1135333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=7
2023-12-28 22:02:28 +00:00
effc01b34b - Update specfile for PEP517 and python packaging best practices
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=15
2023-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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=14
2023-12-27 14:55:46 +00:00
f8d5e54ed1 Accepting request 1055997 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/1055997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=6
2023-01-05 14:00:42 +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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=12
2023-01-04 20:09:15 +00:00
a3fdbabd93 Accepting request 954396 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/954396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=5
2022-02-14 23:10:56 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=11
2022-02-14 21:52:02 +00:00
0e769c197d Accepting request 889839 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/889839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=4
2021-05-03 20:08:04 +00:00
92c3583b2a Accepting request 889836 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/889836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=9
2021-05-02 17:11:23 +00:00
7733c84969 Accepting request 784426 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/784426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=3
2020-03-14 08:55:06 +00:00
Alexei Sorokin
324b5a149a Accepting request 784398 from home:benoit_monin:branches:devel:languages:python
add support_unicode_12.1_for_python_3.8.patch to fix test under python 3.8

OBS-URL: https://build.opensuse.org/request/show/784398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=7
2020-03-12 21:26:05 +00:00
64c2e99903 Accepting request 717855 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/717855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=2
2019-07-23 20:39:45 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=5
2019-07-23 11:18:23 +00:00
783391efe4 Accepting request 650295 from devel:languages:python
Required by Gajim 1.1.

OBS-URL: https://build.opensuse.org/request/show/650295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=1
2018-11-20 21:43:16 +00:00
Tomáš Chvátal
9dd604d514 Accepting request 650205 from home:XRevan86
Required by Gajim 1.1.

OBS-URL: https://build.opensuse.org/request/show/650205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precis-i18n?expand=0&rev=1
2018-11-19 19:31:51 +00:00