Skip to content

Commit

Permalink
textproc/py-textdistance: Update to 4.6.2
Browse files Browse the repository at this point in the history
- Levenstein: ensure the return type is int

Changelog: life4/textdistance@4.6.1...4.6.2

Reported by:	portscout, Repology
MFH:		2024Q2
  • Loading branch information
rhurlin committed Apr 28, 2024
1 parent 7ee79ee commit 6ec3a09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion textproc/py-textdistance/Makefile
@@ -1,5 +1,5 @@
PORTNAME= textdistance
PORTVERSION= 4.6.1
PORTVERSION= 4.6.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}

USES= python
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-textdistance/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1704695539
SHA256 (textdistance-4.6.1.tar.gz) = 258965801b1ef85686a69abf6c3cefdc5da21c2fbd88c90c68725f57a7d45f21
SIZE (textdistance-4.6.1.tar.gz) = 32926
TIMESTAMP = 1714158709
SHA256 (textdistance-4.6.2.tar.gz) = 01e1fbcf7b871eb8f41911d94f461b0b99cf8003384ee0e1c34ca5c1a7ab2ed0
SIZE (textdistance-4.6.2.tar.gz) = 32117

0 comments on commit 6ec3a09

Please sign in to comment.