Path to this page:
./
converters/py-emoji,
ASCII<->Emoji conversion library for Python
Branch: CURRENT,
Version: 2.12.1,
Package name: py312-emoji-2.12.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: 431.659 KB
Version history: (Expand)
- (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
- (2024-01-31) Updated to version: py311-emoji-2.10.1
- (2024-01-19) Updated to version: py311-emoji-2.10.0
CVS history: (Expand)
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
|
2023-08-26 14:32:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-emoji: not for Python 2
|
2023-08-21 03:41:19 by Pierre Pronchery | Files touched by this commit (3) | |
Log message:
py-emoji: update to 2.8.0
Changes in version 2.8.0:
* Update translations to unicode release-43-1
* Include "derived annotations"-translations from unicode CLDR
* Fix translations for emoji that have multiple forms with/out \uFE0F
* Remove multiple underscore __, ___, ____ and - from translations
Changes in version 2.7.0:
* Extract aliases from cheat sheet and youtube
* Fix extracting translations from emojiterra
* Update EMOJI_DATA with new aliases and translations
|