| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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.
- 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)
- 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
- Modified enchant2.patch so the enchant-2 library is used when both enchant 1 and enchant 2 are installed on the system (boo#1141993).
- Use enchant 1 in SLE 15/Leap 15
- Update to 2.0.0: * Support for enchant2, py3 fixes - Add patch to prefer enchant2 when both available: * enchant2.patch
- update to version 1.6.11 * No changelog
- singlespec auto-conversion
- update to version 1.6.6:
* compatibility with latest python releases
* "wheels" replace "eggs" as the binary distribution format of
choice
* fix possible text corruption when using SpellChecker with a
Chunker
- drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream
- Add pyenchant-drop-bootstrap-distribute.patch: don't use the distribute bootstrapping code, just use setuptools. Fixes build that was broken by the attempt to download distribute.
- Add full url to source - Make python 3 package noarch like the python 2 package - Fix rpmlint warnings
- Add python 3 package - Clean up python 2 spec file
- license update: LGPL-2.1+ No reason to believe that the package author restricted licensing to only version 2.1 of the LGPL. As such LGPL-2.1+ is the better choice
- Spec file cleanup: * Simplified macro usage * Removed outdated %clean section * Set SPDX-style license * No CFLAGS for noarch package
- Initial version 1.6.5 - Obsoletes package 'python-enchant'