Changelog for
python39-pyenchant-3.2.2-1.2.noarch.rpm :
* Wed Dec 01 2021 Steve Kowalik
- Update to 3.2.2:
* Add support for Python 3.10
* Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit.
* Fri Jan 22 2021 John Vandenberg - Update to v3.2.0
* Add support for Python 3.9
* Add trove classifiers for all supported Python versions
* Run ``pyupgrade`` across the code base
* Update documentation about MacPorts
* Sun May 31 2020 Matej Cepl - Update to version 3.1.1: - On Windows, set PATH instead of calling SetDllDirectory before loading the Enchant C library. This allows PyEnchant to co-exist with other libraries in the same program. Fix gh#pyenchant/pyenchant#207. - Hopefully fix gh#pyenchant/pyenchant#203 as well.
* Thu May 21 2020 Matej Cepl - Update to version 3.1.0: - Add enchant.get_user_config_dir() - Fix: enchant.get_enchant_version() now returns a str, not some bytes- Skip test test_docstrings (gh#pyenchant/pyenchant#203)
* Fri Mar 20 2020 Marketa Calabkova - 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 2019 Antonio Larrosa - Modified enchant2.patch so the enchant-2 library is used when both enchant 1 and enchant 2 are installed on the system (boo#1141993).
* Tue Jan 08 2019 alarrosaAATTsuse.com- Use enchant 1 in SLE 15/Leap 15
* Fri Aug 24 2018 tchvatalAATTsuse.com- Update to 2.0.0:
* Support for enchant2, py3 fixes- Add patch to prefer enchant2 when both available:
* enchant2.patch
* Thu Aug 31 2017 toddrme2178AATTgmail.com- update to version 1.6.11
* No changelog
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion