2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-04-15 07:27:47 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
py-enchant: always use libenchant2 from pkgsrc; bump revision
|
2024-01-22 14:28:38 by Adam Ciarcinski | Files touched by this commit (4) | |
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
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2019-07-21 00:56:54 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-enchant: update to 2.0.0.
Changes not found.
|
2019-07-13 17:51:52 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-enchant: update to 1.6.11nb1.
Switch from enchant to enchant2.
|
2017-10-07 09:05:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-enchant: update to 1.6.11
1.6.11:
Bug fixes.
|
2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21) |
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
|