SHA256
1
0
forked from pool/python-emoji

10 Commits

Author SHA256 Message Date
023a0942d2 Accepting request 1306656 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1306656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=35
2025-09-23 14:07:50 +00:00
afc62fb3be - Update to 2.15.0
* Update to Unicode 17.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=69
2025-09-23 07:54:38 +00:00
0a49a6fc8c 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
44e200593b - 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/package/show/devel:languages:python/python-emoji?expand=0&rev=67
2025-01-20 13:49:17 +00:00
09ad502b2e 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
a8836bcd11 - Update to 2.14.0
* Update to Unicode 16.0

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
bc4f320394 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
4c21297dd9 - 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/package/show/devel:languages:python/python-emoji?expand=0&rev=63
2024-09-27 09:36:06 +00:00
9275f98c83 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
48380ba3ba - 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/package/show/devel:languages:python/python-emoji?expand=0&rev=61
2024-09-20 07:28:52 +00:00
4 changed files with 43 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.15.0.tar.gz Normal file
View File

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

View File

@@ -1,5 +1,42 @@
-------------------------------------------------------------------
Mon May 20 20:49:52 UTC 2024 - Matthias Bach <marix@marix.org> - 2.21.1
Mon Sep 22 19:58:53 UTC 2025 - Matthias Bach <marix@marix.org> - 2.15.0
- Update to 2.15.0
* Update to Unicode 17.0
-------------------------------------------------------------------
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.15.0
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