Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-enchant
From: Adam Ciarcinski
Date: 2024-01-22 14:28:38
Message id: 20240122132838.95E7EFA42@cvs.NetBSD.org
Log Message:
py-enchant: updated to 3.2.2
3.2.2 (2021-10-05)
* Add support for Python 3.10
3.2.1 (2021-06-24)
* Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit. Patch by @rr-
* Default development branch is now called ``main``
* Bump ``black`` to 21.6b0
3.2.0 (2020-12-08)
* Add support for Python 3.9
* Add trove classifiers for all supported Python versions
* Run ``pyupgrade`` across the code base
* Update documentation about MacPorts
3.1.1 (2020-05-31)
* 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.
3.1.0 (2020-05-20)
* Add ``enchant.get_user_config_dir()``
* Fix: ``enchant.get_enchant_version()`` now returns a ``str``, not some ``bytes``
3.0.1 (2020-03-01)
* Add missing LICENSE.txt in source distribution
3.0.0 (2020-03-01)
Highlights
* 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()`
Breaking changes
* Drop support for Python2
* **macOS**: The C enchant library is no longer embedded inside the wheel -
you should install the C enchant library with ``brew`` or ``ports``.
Clean ups
* Port test suite to ``pytest``.
* Add ``tbump`` configuration to simplify the release process
* Format code with ``black``.
* Remove compatibility layers with Python2 from ``enchant.utils``
* Use ``flake8`` to catch some errors during CI
* Fix some PEP8 naming violations
* Switch to GitHub Actions for CI
Files: