git: a8f6efb3c22e - 2024Q2 - textproc/py-textdistance: Update to 4.6.2

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 28 Apr 2024 15:36:58 UTC
The branch 2024Q2 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8f6efb3c22e2248308a5200505c3083d7e9e88d

commit a8f6efb3c22e2248308a5200505c3083d7e9e88d
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-04-28 15:33:36 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-04-28 15:36:20 +0000

    textproc/py-textdistance: Update to 4.6.2
    
    - Levenstein: ensure the return type is int
    
    Changelog: https://github.com/life4/textdistance/compare/4.6.1...4.6.2
    
    Reported by:    portscout, Repology
    MFH:            2024Q2
    
    (cherry picked from commit 6ec3a09fb0b0ebbc0cb3cc1eb098901068fb98e4)
---
 textproc/py-textdistance/Makefile | 3 ++-
 textproc/py-textdistance/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/textproc/py-textdistance/Makefile b/textproc/py-textdistance/Makefile
index 3446cff44e7e..25335e9300c6 100644
--- a/textproc/py-textdistance/Makefile
+++ b/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}
@@ -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
diff --git a/textproc/py-textdistance/distinfo b/textproc/py-textdistance/distinfo
index 9f1639f2b806..9df699d9aeb7 100644
--- a/textproc/py-textdistance/distinfo
+++ b/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