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:
@@ -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
3
emoji-2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e048dd540a0644bd30790b540466492f1487a3788528422fe196a939a7a3ac0
|
||||
size 355829
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user