Changelog for
python310-wcwidth-0.2.13-1.5.noarch.rpm :
* Sat Jan 06 2024 Dirk Müller
- update to 0.2.13:
* Bugfix zero-width support for Hangul Jamo (Korean) #111
* Mon Nov 27 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 07 2023 Dirk Müller - use actual package name for importlib-metadata requires
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Jan 17 2023 Steve Kowalik - 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.
* Wed Nov 23 2022 Johannes Kastl - add explicit Requires for python-importlib_metadata for Python < 3.8
* Mon Jul 18 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.
* Wed Jun 02 2021 Christophe Giboudeaux - Fix the %doc files. README.rst is a symlink pointing to docs/intro.rst.
* Mon Oct 12 2020 Marketa Calabkova - Remove nonsense keyword (breaks pytest)