8 Commits

Author SHA256 Message Date
b5305cf870 Accepting request 1239045 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=34
2025-01-20 16:16:45 +00:00
395bf37ad6 Accepting request 1239034 from home:glaubitz:branches:devel:languages:python
- Update to 2.14.1
  * Use `importlib.resources` to load json files
  * Update translations to Unicode release-46-1

OBS-URL: https://build.opensuse.org/request/show/1239034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=67
2025-01-20 13:49:17 +00:00
fa605543fb Accepting request 1206267 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=33
2024-10-08 15:25:17 +00:00
75bfe9abfa Accepting request 1206160 from home:theMarix:branches:devel:languages:python
- Update to 2.14.0
  * Update to Unicode 16.0

OBS-URL: https://build.opensuse.org/request/show/1206160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=65
2024-10-08 08:59:35 +00:00
e2a784e119 Accepting request 1204115 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1204115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=32
2024-09-27 15:11:43 +00:00
2d13628fca Accepting request 1203665 from home:theMarix:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1203665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=63
2024-09-27 09:36:06 +00:00
cab013e656 Accepting request 1202107 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1202107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=31
2024-09-20 15:12:02 +00:00
7f2ef16fca Accepting request 1202046 from home:theMarix:branches:devel:languages:python
- 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")

OBS-URL: https://build.opensuse.org/request/show/1202046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=61
2024-09-20 07:28:52 +00:00
4 changed files with 37 additions and 8 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8c50043d79a2c1410ebfae833ae1868d5941a67a6cd4d18377e2eb0bd79346b
size 597182

View File

@@ -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
* Require version 4.7.0+ of typing-extensions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-emoji
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2021 Matthias Bach <marix@marix.org>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-emoji
Version: 2.12.1
Version: 2.14.1
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