Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-emoji for openSUSE:Factory checked in at 2023-06-09 20:37:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-emoji (Old) and /work/SRC/openSUSE:Factory/.python-emoji.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-emoji" Fri Jun 9 20:37:37 2023 rev:19 rq:1091432 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-emoji/python-emoji.changes 2023-05-25 23:52:36.891638508 +0200 +++ /work/SRC/openSUSE:Factory/.python-emoji.new.15902/python-emoji.changes 2023-06-09 20:38:57.447083756 +0200 @@ -1,0 +2,11 @@ +Thu Jun 8 09:15:09 UTC 2023 - Matthias Bach <ma...@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. + +------------------------------------------------------------------- Old: ---- emoji-2.4.0.tar.gz New: ---- emoji-2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-emoji.spec ++++++ --- /var/tmp/diff_new_pack.9kvbEj/_old 2023-06-09 20:38:58.091087496 +0200 +++ /var/tmp/diff_new_pack.9kvbEj/_new 2023-06-09 20:38:58.095087519 +0200 @@ -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 @@ >> 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 ++++++ emoji-2.4.0.tar.gz -> emoji-2.5.0.tar.gz ++++++ ++++ 99927 lines of diff (skipped)