Upgrade to 3.2.0.

Changelog at <https://pyenchant.github.io/pyenchant/changelog.html>.
This commit is contained in:
Thierry Thomas 2020-12-10 13:58:48 +00:00
parent e9c7c1a40e
commit b92718ba71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557431
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= enchant
PORTVERSION= 3.1.1
PORTVERSION= 3.2.0
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1597848238
SHA256 (pyenchant-3.1.1.tar.gz) = ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f
SIZE (pyenchant-3.1.1.tar.gz) = 49363
TIMESTAMP = 1607608322
SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152
SIZE (pyenchant-3.2.0.tar.gz) = 49476

View File

@ -5,4 +5,4 @@ of Enchant with the flexibility of Python and a nice 'Pythonic'
object-oriented interface. It also aims to provide some higher-level
functionality than is available in the C API.
WWW: https://pypi.org/project/pyenchant/
WWW: https://pyenchant.github.io/pyenchant/