diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 4df7cd9..c1c8e9e 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 27 09:09:51 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Mon Aug 7 11:09:18 UTC 2023 - Dirk Müller @@ -35,7 +56,7 @@ Mon Jul 18 13:40:16 UTC 2022 - Steve Kowalik - 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. + multibuild. ------------------------------------------------------------------- Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux @@ -76,17 +97,17 @@ Mon Jun 8 07:13:36 UTC 2020 - Tomáš Chvátal Tue Jun 2 06:52:39 UTC 2020 - Marketa Calabkova - Update to version 0.2.2 - * Enhancement: Unicode version may be selected by exporting the - Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. + * Enhancement: Unicode version may be selected by exporting the + Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. See the jquast/ucs-detect CLI utility for automatic detection. * Enhancement: API Documentation is published to readthedocs.org. - * Updated tables for all Unicode Specifications with files published + * Updated tables for all Unicode Specifications with files published in a programmatically consumable format. ------------------------------------------------------------------- Wed May 6 02:25:29 UTC 2020 - Steve Kowalik -- Convert to multibuild to break a self-requires loop. +- Convert to multibuild to break a self-requires loop. ------------------------------------------------------------------- Wed Mar 25 14:31:41 UTC 2020 - pgajdos@suse.com @@ -144,7 +165,7 @@ Sat Apr 1 21:00:22 UTC 2017 - toddrme2178@gmail.com The module path ``wcwidth.table_comb`` is no longer available, it has been superseded by module path ``wcwidth.table_zero``. - Implement single-spec version - + ------------------------------------------------------------------- Mon Jan 30 21:50:06 UTC 2017 - rjschwei@suse.com diff --git a/python-wcwidth.spec b/python-wcwidth.spec index a771864..8d3c0aa 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-wcwidth -Version: 0.2.6 +Version: 0.2.12 Release: 0 Summary: Number of Terminal column cells of wide-character codes License: MIT diff --git a/wcwidth-0.2.12.tar.gz b/wcwidth-0.2.12.tar.gz new file mode 100644 index 0000000..42adfa3 --- /dev/null +++ b/wcwidth-0.2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3804cb69896ef6ccbf3393244c2127066551b66019739c940f67d364c4bf3fa +size 92539 diff --git a/wcwidth-0.2.6.tar.gz b/wcwidth-0.2.6.tar.gz deleted file mode 100644 index 895eddb..0000000 --- a/wcwidth-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebcd44c0ba3049d9b813cd8ad1bc7d151674b322a82f99ff09f0e604de1ecf09 -size 51990