diff --git a/emoji-2.13.0.tar.gz b/emoji-2.13.0.tar.gz deleted file mode 100644 index 17ab9f6..0000000 --- a/emoji-2.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e32e46a1b4445dffbc37cc82ea2d0dacb9323b857f14297eba7decaadfb4890e -size 562776 diff --git a/emoji-2.13.2.tar.gz b/emoji-2.13.2.tar.gz new file mode 100644 index 0000000..98fbbda --- /dev/null +++ b/emoji-2.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95d10d96c5f21299ed2c4b32511611ba890b8c07f5f2bf5b04d5d3eee91fd19 +size 563005 diff --git a/python-emoji.changes b/python-emoji.changes index 381e63c..b69cdff 100644 --- a/python-emoji.changes +++ b/python-emoji.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 25 19:00:44 UTC 2024 - Matthias Bach + +- Update to 2.13.2 + * Read JSON files in binary mode to avoid UnicodeDecodeError + * typing_extensions dependency not required on Python 3.9 and + higher +- Drop dependency on python-typing_extensions as we are only + packaging for Python versions higher than 3.9. + ------------------------------------------------------------------- Thu Sep 19 19:54:48 UTC 2024 - Matthias Bach - 2.13.0 diff --git a/python-emoji.spec b/python-emoji.spec index e5d2608..54096e0 100644 --- a/python-emoji.spec +++ b/python-emoji.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-emoji -Version: 2.13.0 +Version: 2.13.2 Release: 0 Summary: Emoji for Python License: BSD-3-Clause @@ -29,11 +29,9 @@ Source: https://files.pythonhosted.org/packages/source/e/emoji/emoji-%{v BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module typing_extensions >= 4.7.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-typing_extensions >= 4.7.0 BuildArch: noarch %python_subpackages