aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2024-04-28 15:33:36 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2024-04-28 15:36:20 +0000
commita8f6efb3c22e2248308a5200505c3083d7e9e88d (patch)
tree61e30e4b89bcc90b16f4e7af36f78c4ecd42d01d
parente05f97ac59bc373ab518f7a8890dca220e5bee41 (diff)
downloadports-a8f6efb3c22e2248308a5200505c3083d7e9e88d.tar.gz
ports-a8f6efb3c22e2248308a5200505c3083d7e9e88d.zip
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)
-rw-r--r--textproc/py-textdistance/Makefile3
-rw-r--r--textproc/py-textdistance/distinfo6
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