Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 15:58:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd1f402cf78f - main - devel/py-thinc8: Update to 8.3.4
Message-ID:  <202502031558.513FwLJT012223@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit bd1f402cf78f296141f9fac77fb8358bce110b7b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:19:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:51:22 +0000

    devel/py-thinc8: Update to 8.3.4
    
    Changes:        https://github.com/explosion/thinc/releases
---
 devel/py-thinc8/Makefile                   | 6 +++---
 devel/py-thinc8/distinfo                   | 6 +++---
 devel/py-thinc8/files/patch-pyproject.toml | 4 ++--
 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",
  ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031558.513FwLJT012223>