Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b5305cf870 | |||
| 395bf37ad6 | |||
| fa605543fb | |||
| 75bfe9abfa | |||
| e2a784e119 | |||
| 2d13628fca | |||
| cab013e656 | |||
| 7f2ef16fca |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb
|
|
||||||
size 442019
|
|
||||||
3
emoji-2.14.1.tar.gz
Normal file
3
emoji-2.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8c50043d79a2c1410ebfae833ae1868d5941a67a6cd4d18377e2eb0bd79346b
|
||||||
|
size 597182
|
||||||
@@ -1,5 +1,36 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 20:49:52 UTC 2024 - Matthias Bach <marix@marix.org> - 2.21.1
|
Mon Jan 20 13:32:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.14.1
|
||||||
|
* Use `importlib.resources` to load json files
|
||||||
|
* Update translations to Unicode release-46-1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 19:12:20 UTC 2024 - Matthias Bach <marix@marix.org> - 2.14.0
|
||||||
|
|
||||||
|
- Update to 2.14.0
|
||||||
|
* Update to Unicode 16.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 25 19:00:44 UTC 2024 - Matthias Bach <marix@marix.org> - 2.13.2
|
||||||
|
|
||||||
|
- 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 <marix@marix.org> - 2.13.0
|
||||||
|
|
||||||
|
- Update to 2.13.0
|
||||||
|
* Use JSON files to store the database of emoji
|
||||||
|
* Load a language into emoji.EMOJI_DATA with
|
||||||
|
emoji.config.load_language("zh")
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 20 20:49:52 UTC 2024 - Matthias Bach <marix@marix.org> - 2.12.1
|
||||||
|
|
||||||
- Update to 2.12.1
|
- Update to 2.12.1
|
||||||
* Require version 4.7.0+ of typing-extensions
|
* Require version 4.7.0+ of typing-extensions
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-emoji
|
# spec file for package python-emoji
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2021 Matthias Bach <marix@marix.org>
|
# Copyright (c) 2021 Matthias Bach <marix@marix.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-emoji
|
Name: python-emoji
|
||||||
Version: 2.12.1
|
Version: 2.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Emoji for Python
|
Summary: Emoji for Python
|
||||||
License: BSD-3-Clause
|
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 pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing_extensions >= 4.7.0}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-typing_extensions >= 4.7.0
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user