aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 15:19:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 15:51:22 +0000
commitbd1f402cf78f296141f9fac77fb8358bce110b7b (patch)
tree0061f0ad7027a0e499a0221582ece97f4ce9137f
parent5a1d9f25e9e94b6e2cc70525738f799af78b087b (diff)
devel/py-thinc8: Update to 8.3.4
-rw-r--r--devel/py-thinc8/Makefile6
-rw-r--r--devel/py-thinc8/distinfo6
-rw-r--r--devel/py-thinc8/files/patch-pyproject.toml4
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-thinc8/Makefile b/devel/py-thinc8/Makefile
index ba69c3a43f3f..0ce68b58330c 100644
--- a/devel/py-thinc8/Makefile
+++ b/devel/py-thinc8/Makefile
@@ -1,5 +1,5 @@
PORTNAME= thinc
-PORTVERSION= 8.3.3
+PORTVERSION= 8.3.4
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/explosion/thinc/releases/download/release-v${PORTVERSION}/
@@ -14,14 +14,14 @@ WWW= https://thinc.ai/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.1.0<1.2.0:math/py-blis@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.2.0<1.3.0:math/py-blis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}murmurhash>=0.28.0<1.1.0:devel/py-murmurhash@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}preshed3>=3.0.2<3.1.0:devel/py-preshed3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.1.0<1.2.0:math/py-blis@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.2.0<1.3.0:math/py-blis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.4<2.1.0:devel/py-catalogue@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}confection>=0.0.1<1.0.0:devel/py-confection@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVOR} \
diff --git a/devel/py-thinc8/distinfo b/devel/py-thinc8/distinfo
index 86b0258657c7..81b283b41970 100644
--- a/devel/py-thinc8/distinfo
+++ b/devel/py-thinc8/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735227922
-SHA256 (thinc-8.3.3.tar.gz) = e137ddd244ee1c6a1b2500f95b7688029d7faab71f33e041e563a4372abdd004
-SIZE (thinc-8.3.3.tar.gz) = 193907
+TIMESTAMP = 1738089074
+SHA256 (thinc-8.3.4.tar.gz) = b5925482498bbb6dca0771e375b35c915818f735891e93d93a662dab15f6ffd8
+SIZE (thinc-8.3.4.tar.gz) = 193903
diff --git a/devel/py-thinc8/files/patch-pyproject.toml b/devel/py-thinc8/files/patch-pyproject.toml
index 6a235b81e2a8..e53513a56a63 100644
--- a/devel/py-thinc8/files/patch-pyproject.toml
+++ b/devel/py-thinc8/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2024-12-16 12:18:54 UTC
+--- pyproject.toml.orig 2025-01-13 12:16:06 UTC
+++ pyproject.toml
@@ -6,7 +6,7 @@ requires = [
"cymem>=2.0.2,<2.1.0",
"preshed>=3.0.2,<3.1.0",
- "blis>=1.1.0,<1.2.0",
+ "blis>=1.2.0,<1.3.0",
- "numpy>=2.0.0,<3.0.0",
+ "numpy>=1.19.0,<3.0.0",
]