14
0
forked from pool/python-emoji

Accepting request 990294 from home:theMarix:branches:devel:languages:python

- Update to 2.0.0
  * Removed the old dicts EMOJI_UNICODE_, UNICODE_EMOJI_
  * Removed unused language=None parameters
  * Removed use_alias parameter
  * Removed the get_regexp method
  * Removed emoji_lis
  * Removed distinct_emoji_lis
  * Made the list of languages public:
    emoji.LANGUAGES = ['en','es','pt','it','fr','de']
- Run all tests during packaging

OBS-URL: https://build.opensuse.org/request/show/990294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=28
This commit is contained in:
2022-07-19 20:55:30 +00:00
committed by Git OBS Bridge
parent 503eb1d5c9
commit e16e64abd9
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 18 17:16:56 UTC 2022 - Matthias Bach <marix@marix.org> - 2.0.0
- Update to 2.0.0
* Removed the old dicts EMOJI_UNICODE_, UNICODE_EMOJI_
* Removed unused language=None parameters
* Removed use_alias parameter
* Removed the get_regexp method
* Removed emoji_lis
* Removed distinct_emoji_lis
* Made the list of languages public:
emoji.LANGUAGES = ['en','es','pt','it','fr','de']
- Run all tests during packaging
-------------------------------------------------------------------
Fri Mar 11 10:28:54 UTC 2022 - Matthias Bach <marix@marix.org> - 1.7.0