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 2024-05-21 18:35:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-emoji (Old) and /work/SRC/openSUSE:Factory/.python-emoji.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-emoji" Tue May 21 18:35:40 2024 rev:29 rq:1175388 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-emoji/python-emoji.changes 2024-04-23 18:58:21.091398500 +0200 +++ /work/SRC/openSUSE:Factory/.python-emoji.new.1880/python-emoji.changes 2024-05-21 18:36:15.645986744 +0200 @@ -1,0 +2,13 @@ +Mon May 20 08:35:37 UTC 2024 - Matthias Bach <[email protected]> - 2.12.0 + +- Update to 2.12.0 + * Move type annotations inline + * Use functools.lru_cache for looking up emoji by name with + get_emoji_by_name() + * Move internal functions get_emoji_unicode_dict(), + get_aliases_unicode_dict(), _EMOJI_UNICODE and _ALIASES_UNICODE + to testutils + * Drop support for Python 3.6 +- Added new dependency on python-typing_extensions + +------------------------------------------------------------------- Old: ---- emoji-2.11.1.tar.gz New: ---- emoji-2.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-emoji.spec ++++++ --- /var/tmp/diff_new_pack.qIC9X5/_old 2024-05-21 18:36:16.234008264 +0200 +++ /var/tmp/diff_new_pack.qIC9X5/_new 2024-05-21 18:36:16.234008264 +0200 @@ -17,9 +17,9 @@ # -%{?sle15allpythons} +%{?sle15_python_module_pythons} Name: python-emoji -Version: 2.11.1 +Version: 2.12.0 Release: 0 Summary: Emoji for Python License: BSD-3-Clause @@ -29,9 +29,11 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-typing_extensions BuildArch: noarch %python_subpackages ++++++ emoji-2.11.1.tar.gz -> emoji-2.12.0.tar.gz ++++++ ++++ 1641 lines of diff (skipped)
