Path to this page:
Subject: CVS commit: pkgsrc/converters/py-emoji
From: Adam Ciarcinski
Date: 2024-05-24 17:09:30
Message id: 20240524150930.A610FFA2C@cvs.NetBSD.org
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`
Files: