14
0

Accepting request 786750 from home:mcalabkova:branches:devel:languages:python

- Update to version 3.0.1
  * Uncouple PyEnchant version from the Enchant version. This release 
    should be compatible with Enchant 1.6 to 2.2
  * Fix using PyEnchant with Enchant >= 2.0
  * Add support for pypy3, Python 3.7 and Python 3.8
  * New website, hosted on https://pyenchant.github.io/pyenchant/
  * Add enchant.set_prefix_dir()
  * Drop support for Python2
- Drop obsolete patch enchant2.patch

OBS-URL: https://build.opensuse.org/request/show/786750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2020-03-20 09:15:49 +00:00
committed by Git OBS Bridge
parent 461ccc4c4f
commit 7551f45bcb
5 changed files with 26 additions and 42 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 20 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 3.0.1
* Uncouple PyEnchant version from the Enchant version. This release
should be compatible with Enchant 1.6 to 2.2
* Fix using PyEnchant with Enchant >= 2.0
* Add support for pypy3, Python 3.7 and Python 3.8
* New website, hosted on https://pyenchant.github.io/pyenchant/
* Add enchant.set_prefix_dir()
* Drop support for Python2
- Drop obsolete patch enchant2.patch
-------------------------------------------------------------------
Fri Jul 19 10:11:23 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>