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 4 additions and 10 deletions

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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eae4ab7d86456a70a00a985125a03263a5eac54cd55e51d7e184b1ed3b6757e4
size 615483

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-emoji
Version: 2.15.0
Version: 2.14.1
Release: 0
Summary: Emoji for Python
License: BSD-3-Clause