* Mon Jan 20 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 07 2024 Matthias Bach <marix@marix.org> - 2.14.0
- Update to 2.14.0
* Update to Unicode 16.0
* Wed Sep 25 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 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 2024 Matthias Bach <marix@marix.org> - 2.12.1
- Update to 2.12.1
* Require version 4.7.0+ of typing-extensions
* Mon May 20 2024 Matthias Bach <marix@marix.org> - 2.12.0
- Update to 2.12.0
* 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
* Drop support for Python 3.6
- Added new dependency on python-typing_extensions
* Mon Apr 22 2024 Matthias Bach <marix@marix.org> - 2.11.1
- update to 2.11.1
* Add missing stubs for purely_emoji
* Tue Mar 26 2024 Matthias Bach <marix@marix.org> - 2.11.0
- Update to 2.11.0
* Update to Unicode v15.1
* Wed Jan 31 2024 Matthias Bach <marix@marix.org> - 2.10.1
- Update to 2.10.1
* Fix slow import when debugging in Python 3.12
* Thu Jan 18 2024 Matthias Bach <marix@marix.org> - 2.10.0
- Update to 2.10.0
* Added Arabic and Turkish translations.
Version: 0.5.4-bp152.2.4
* Mon Mar 30 2020 Paolo Stivanin <info@paolostivanin.com>
- Add remove_nose.patch
* Sat Sep 14 2019 Matthias Bach <marix@marix.org>
- Update to 0.5.4:
* :robot: has been added as an alias for :robot_face:
* Package now officially supports Python 3.7
* Fri Sep 13 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.5.3:
* no upstream changelog
* Wed Apr 24 2019 pgajdos@suse.com
- version update to 0.5.2
* no upstream changelog, see git log
- run the test suite
* Fri Mar 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.5.1:
* Various small fixes
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 0.5.0-bp150.2.4
* Sun Apr 15 2018 tchvatal@suse.com
- Fix source URL to use pythonhosted without hashes
* Sun Apr 15 2018 marix@marix.org
- Updated to upstream version 0.5.0.
+ Updated emoji set.
+ New function to count emojis in a string.
- Fixed example in package description.
* Sun Apr 15 2018 marix@marix.org
- Fix source URL.
* Wed Mar 14 2018 marix@marix.org
- Adjust test execution to single-spec format.
- Properly declare the license file in the files section.
* Tue Mar 13 2018 marix@marix.org
- Initial package release.