git: db91f9795dbc - main - math/py-bottleneck: Update to 1.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:18:53 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db91f9795dbcba622e1f307b76bf5ed5c4389dbe
commit db91f9795dbcba622e1f307b76bf5ed5c4389dbe
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:54 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:49 +0000
math/py-bottleneck: Update to 1.6.0
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
---
math/py-bottleneck/Makefile | 6 ++----
math/py-bottleneck/distinfo | 6 +++---
math/py-bottleneck/files/patch-pyproject.toml | 16 +++++++++-------
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index 759a0368dc93..b30f758128f9 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -1,10 +1,8 @@
PORTNAME= bottleneck
-PORTVERSION= 1.3.8
-PORTREVISION= 1
+PORTVERSION= 1.6.0
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= Bottleneck-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of fast NumPy array functions written in Cython
@@ -13,7 +11,7 @@ WWW= https://github.com/kwgoodman/bottleneck
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<2.6,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/math/py-bottleneck/distinfo b/math/py-bottleneck/distinfo
index b1c1c3984177..c2d52adc79f3 100644
--- a/math/py-bottleneck/distinfo
+++ b/math/py-bottleneck/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390682
-SHA256 (Bottleneck-1.3.8.tar.gz) = 6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868
-SIZE (Bottleneck-1.3.8.tar.gz) = 103252
+TIMESTAMP = 1769874388
+SHA256 (bottleneck-1.6.0.tar.gz) = 028d46ee4b025ad9ab4d79924113816f825f62b17b87c9e1d0d8ce144a4a0e31
+SIZE (bottleneck-1.6.0.tar.gz) = 104311
diff --git a/math/py-bottleneck/files/patch-pyproject.toml b/math/py-bottleneck/files/patch-pyproject.toml
index 0f93828ea05a..cbd1390947e0 100644
--- a/math/py-bottleneck/files/patch-pyproject.toml
+++ b/math/py-bottleneck/files/patch-pyproject.toml
@@ -1,9 +1,11 @@
---- pyproject.toml.orig 2024-02-25 00:30:13 UTC
+--- pyproject.toml.orig 2025-09-08 16:21:25 UTC
+++ pyproject.toml
-@@ -3,5 +3,5 @@ requires = [
- "setuptools",
- "versioneer",
- "wheel",
-- "oldest-supported-numpy"
-+ "numpy"
+@@ -12,7 +12,7 @@ requires = [
+ # and disabling build isolation.
+ # 3. The <2.(N+3) upper bound is for matching the numpy deprecation policy,
+ # it should not be loosened more than that.
+- "numpy>=2,<2.6"
++ "numpy<2.6"
]
+ build-backend = "setuptools.build_meta"
+