Path to this page:
./
converters/py-emoji,
ASCII<->Emoji conversion library for Python
Branch: CURRENT,
Version: 2.14.1,
Package name: py312-emoji-2.14.1,
Maintainer: pkgsrc-userspy-emoji is a library for converting emoji from and into textual
representations.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 583.186 KB
Version history: (Expand)
- (2025-01-16) Updated to version: py312-emoji-2.14.1
- (2025-01-03) Updated to version: py312-emoji-2.14.0
- (2024-11-11) Updated to version: py312-emoji-2.12.1
- (2024-05-24) Updated to version: py311-emoji-2.12.1
- (2024-05-05) Updated to version: py311-emoji-2.11.1
- (2024-04-03) Updated to version: py311-emoji-2.11.0
CVS history: (Expand)
2025-01-16 15:01:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.14.1
v2.14.1 (2025-01-10)
* Use `importlib.resources` to load json files
* Update translations to Unicode release-46-1
|
2025-01-03 12:58:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.14.0
v2.14.0 (2024-10-02)
* Update to Unicode 16.0
v2.13.2 (2024-09-23)
* `typing_extensions` dependency not required on Python 3.9 and higher
v2.13.1 (2024-09-21)
* Read JSON files in binary mode to avoid UnicodeDecodeError
v2.13.0 (2024-09-19)
* Use JSON files to store the database of emoji
* Load a language into emoji.EMOJI_DATA with \
emoji.config.load_language("zh")
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-24 17:09:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.12.1
v2.12.1 (2024-05-20)
* `typing-extensions` requires at least version `4.7.0`
v2.12.0 (2024-05-19)
* Move type annotations inline
* Use `functools.lru_cache` for looking up emoji by name with `get_emoji_by_name()`
* Move internal functions `get_emoji_unicode_dict()`, \
`get_aliases_unicode_dict()`, `_EMOJI_UNICODE` and `_ALIASES_UNICODE` to \
`testutils`
* Add type hints to tests
* Remove obsolete dev dependency `coveralls`
|
2024-05-05 20:29:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.11.1
v2.11.1 (2024-04-21)
* Add missing stubs for purely_emoji
|
2024-04-03 11:35:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.11.0
v2.11.0 (2024-03-26)
* Update to Unicode v15.1
|
2024-01-31 18:29:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.10.1
v2.10.1
* Fix slow import when debugging in Python 3.12
|
2024-01-19 11:50:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.10.0
v2.10.0 (2024-01-18)
* Added Arabic and Turkish translations
v2.9.0 (2023-12-05)
* Added Russian translation
|