diff --git a/emoji-2.2.0.tar.gz b/emoji-2.2.0.tar.gz deleted file mode 100644 index 117fab6..0000000 --- a/emoji-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2986c21e4aba6b9870df40ef487a17be863cb7778dcf1c01e25917b7cd210bb -size 240929 diff --git a/emoji-2.4.0.tar.gz b/emoji-2.4.0.tar.gz new file mode 100644 index 0000000..ce3b93e --- /dev/null +++ b/emoji-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b918412f7059f57b0f0b0c27f3458802c4c97a2f039f4732610c2582b6c9e4 +size 353666 diff --git a/python-emoji.changes b/python-emoji.changes index 26df222..c4db7e6 100644 --- a/python-emoji.changes +++ b/python-emoji.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 24 15:41:07 UTC 2023 - Matthias Bach - 2.4.0 + +- Updated to 2.4.0 + * Added Japanese, Korean, Indonesian, and Simplified Chinese. + ------------------------------------------------------------------- Mon Oct 31 20:44:01 UTC 2022 - Matthias Bach - 2.2.0 diff --git a/python-emoji.spec b/python-emoji.spec index cbac9ee..0f2b9ce 100644 --- a/python-emoji.spec +++ b/python-emoji.spec @@ -1,7 +1,7 @@ # # spec file for package python-emoji # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021 Matthias Bach # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-emoji -Version: 2.2.0 +Version: 2.4.0 Release: 0 Summary: Emoji for Python License: BSD-3-Clause @@ -43,7 +43,7 @@ Python is 👍 >> print(emoji.emojize('Python is :thumbsup:', use_aliases=True)) Python is 👍 -By default, the language is English (``language='en'``) but Spanish (``'es'``), Portuguese (``'pt'``) and Italian (``'it'``) are also supported. +By default, the language is English (``language='en'``) several further languages are also supported. %prep %autosetup -n emoji-%{version} -p1