Files
python-emoji/python-emoji.changes
Tomáš Chvátal bef5d3892a Accepting request 825643 from home:theMarix:branches:devel:languages:python
- Update to 0.6.0:
  * Add variant selector for "emojize" function allowing to choose
    between "base"(None), VS-15 ("text_type") and VS-16
    ("emoji_type")
  * Add new emoji (Added to Unicode 2019-01-27)
- Drop obsolete remove_nose.patch

- Add remove_nose.patch

OBS-URL: https://build.opensuse.org/request/show/825643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=17
2020-08-10 19:45:35 +00:00

75 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 10 18:54:15 UTC 2020 - Matthias Bach <marix@marix.org>
- Update to 0.6.0:
* Add variant selector for "emojize" function allowing to choose
between "base"(None), VS-15 ("text_type") and VS-16
("emoji_type")
* Add new emoji (Added to Unicode 2019-01-27)
- Drop obsolete remove_nose.patch
-------------------------------------------------------------------
Mon Mar 30 13:09:02 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Add remove_nose.patch
-------------------------------------------------------------------
Sat Sep 14 09:39:45 UTC 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 07:59:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.3:
* no upstream changelog
-------------------------------------------------------------------
Wed Apr 24 08:52:16 UTC 2019 - pgajdos@suse.com
- version update to 0.5.2
* no upstream changelog, see git log
- run the test suite
-------------------------------------------------------------------
Fri Mar 1 10:57:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.1:
* Various small fixes
-------------------------------------------------------------------
Tue Dec 4 12:47:38 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Apr 15 13:58:05 UTC 2018 - tchvatal@suse.com
- Fix source URL to use pythonhosted without hashes
-------------------------------------------------------------------
Sun Apr 15 09:14:15 UTC 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 09:05:06 UTC 2018 - marix@marix.org
- Fix source URL.
-------------------------------------------------------------------
Wed Mar 14 19:24:33 UTC 2018 - marix@marix.org
- Adjust test execution to single-spec format.
- Properly declare the license file in the files section.
-------------------------------------------------------------------
Tue Mar 13 20:17:05 UTC 2018 - marix@marix.org
- Initial package release.