git: 286e03c08b3d - main - math/py-blis: Update 1.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 15:58:43 UTC
The branch main has been updated by sunpoet:

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

commit 286e03c08b3d8ec47ae72030d8404d94acb6aee0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:20:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:51:28 +0000

    math/py-blis: Update 1.1.0
    
    Changes:        https://github.com/explosion/cython-blis/releases
---
 math/py-blis/Makefile             |  6 +++---
 math/py-blis/distinfo             |  6 +++---
 math/py-blis/files/patch-setup.py | 12 ++++++------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/math/py-blis/Makefile b/math/py-blis/Makefile
index 481260694b3a..e1a9844456bd 100644
--- a/math/py-blis/Makefile
+++ b/math/py-blis/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	blis
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	math python
 MASTER_SITES=	PYPI \
 		https://github.com/explosion/cython-blis/releases/download/release-v${PORTVERSION}/
@@ -12,10 +12,10 @@ WWW=		https://github.com/explosion/cython-blis
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent cython pep517
diff --git a/math/py-blis/distinfo b/math/py-blis/distinfo
index 46bd756d720f..6472e0c733f5 100644
--- a/math/py-blis/distinfo
+++ b/math/py-blis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735227948
-SHA256 (blis-1.1.0.tar.gz) = ac0d136f4c96d5457f5e4fdc7d75eb40d0765b342de3114047235587eaa29eba
-SIZE (blis-1.1.0.tar.gz) = 3577115
+TIMESTAMP = 1738089114
+SHA256 (blis-1.2.0.tar.gz) = f25f99d7f3cad72c86a7499212ee833fb5062d80ad1763a935e0e498bc147c69
+SIZE (blis-1.2.0.tar.gz) = 2375955
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py
index bf6bb938ebcb..9de4a27aaf73 100644
--- a/math/py-blis/files/patch-setup.py
+++ b/math/py-blis/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2024-12-13 12:03:50 UTC
+--- setup.py.orig	2025-01-12 18:52:51 UTC
 +++ setup.py
-@@ -328,7 +328,7 @@ setup(
-     python_requires=">=3.9,<3.14",
+@@ -303,7 +303,7 @@ setup(
+ setup(
      setup_requires=[
-         "cython>=0.25",
+         "cython>=0.25,<4.0",
 -        "numpy>=2.0.0,<3.0.0",
-+        "numpy>=1.19.3,<3.0.0",
++        "numpy>=1.19.0,<3.0.0",
      ],
      install_requires=[
-         "numpy>=1.19.3,<3.0.0",
+         "numpy>=1.15.0,<3.0.0; python_version < '3.9'",