14
0
forked from pool/python-emoji

Accepting request 1091418 from home:theMarix:branches:devel:languages:python

- Update to 2.5.0
  * Added support for Multi-person skintones.
  * The logic from demojize() is moved to two separate private
    function tokenize() and filter_tokens() in a new file
    emoji/tokenizer.py.
- Include the list of supported langauges in the package
  description.

OBS-URL: https://build.opensuse.org/request/show/1091418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=37
This commit is contained in:
2023-06-08 11:58:37 +00:00
committed by Git OBS Bridge
parent c0209ba323
commit 78ac0a91ce
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 8 09:15:09 UTC 2023 - Matthias Bach <marix@marix.org> - 2.5.0
- Update to 2.5.0
* Added support for Multi-person skintones.
* The logic from demojize() is moved to two separate private
function tokenize() and filter_tokens() in a new file
emoji/tokenizer.py.
- Include the list of supported langauges in the package
description.
-------------------------------------------------------------------
Wed May 24 15:41:07 UTC 2023 - Matthias Bach <marix@marix.org> - 2.4.0