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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72b918412f7059f57b0f0b0c27f3458802c4c97a2f039f4732610c2582b6c9e4
size 353666

3
emoji-2.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e048dd540a0644bd30790b540466492f1487a3788528422fe196a939a7a3ac0
size 355829

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

View File

@@ -18,7 +18,7 @@
Name: python-emoji
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: Emoji for Python
License: BSD-3-Clause
@@ -43,7 +43,17 @@ Python is 👍
>> print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
Python is 👍
By default, the language is English (``language='en'``) several further languages are also supported.
By default, the language is English (``language='en'``). Further supported langauges are:
* Spanish ('es')
* Portuguese ('pt')
* Italian ('it')
* French ('fr')
* German ('de')
* Farsi/Persian ('fa')
* Indonesian ('id')
* Simplified Chinese ('zh')
* Japanese ('ja')
* Korean ('ko')
%prep
%autosetup -n emoji-%{version} -p1