pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-bottleneck



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 21 19:21:11 UTC 2025

Modified Files:
        pkgsrc/math/py-bottleneck: Makefile PLIST distinfo

Log Message:
py-bottleneck: updated to 1.5.0

1.5.0

Maintenance

Drop unnecessary build dependency on wheel
Remove 32-bit Linux wheels, because NumPy no longer provides them
Some code cleanups: removed Python 2.x-specific code paths, fixes for deprecation warnings coming from setuptools

Enhancements

Support for free-threaded CPython
Improved platform support: wheels for Linux aarch64, macOS x86-64 and arm64, and free-threaded CPython


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/py-bottleneck/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-bottleneck/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-bottleneck/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-bottleneck/Makefile
diff -u pkgsrc/math/py-bottleneck/Makefile:1.22 pkgsrc/math/py-bottleneck/Makefile:1.23
--- pkgsrc/math/py-bottleneck/Makefile:1.22     Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-bottleneck/Makefile  Wed May 21 19:21:10 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/04/15 16:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/05/21 19:21:10 adam Exp $
 
-DISTNAME=      bottleneck-1.4.2
+DISTNAME=      bottleneck-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=B/Bottleneck/}
 

Index: pkgsrc/math/py-bottleneck/PLIST
diff -u pkgsrc/math/py-bottleneck/PLIST:1.6 pkgsrc/math/py-bottleneck/PLIST:1.7
--- pkgsrc/math/py-bottleneck/PLIST:1.6 Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-bottleneck/PLIST     Wed May 21 19:21:10 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/15 16:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/05/21 19:21:10 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -25,6 +25,9 @@ ${PYSITELIB}/bottleneck/benchmark/bench.
 ${PYSITELIB}/bottleneck/benchmark/bench_detailed.py
 ${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyc
 ${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyo
+${PYSITELIB}/bottleneck/conftest.py
+${PYSITELIB}/bottleneck/conftest.pyc
+${PYSITELIB}/bottleneck/conftest.pyo
 ${PYSITELIB}/bottleneck/move.so
 ${PYSITELIB}/bottleneck/nonreduce.so
 ${PYSITELIB}/bottleneck/nonreduce_axis.so

Index: pkgsrc/math/py-bottleneck/distinfo
diff -u pkgsrc/math/py-bottleneck/distinfo:1.12 pkgsrc/math/py-bottleneck/distinfo:1.13
--- pkgsrc/math/py-bottleneck/distinfo:1.12     Sat Oct 19 16:22:16 2024
+++ pkgsrc/math/py-bottleneck/distinfo  Wed May 21 19:21:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/10/19 16:22:16 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/05/21 19:21:10 adam Exp $
 
-BLAKE2s (bottleneck-1.4.2.tar.gz) = 1b4885aad919b2c1c6bd32797a4b75628b85bfb11a3429b467a4d415b8682293
-SHA512 (bottleneck-1.4.2.tar.gz) = 6998a00375527fe77edd159311780a6551ee21dc2ef0ede7f47f6ca26542af4858df0065b2e8e82c3e5914069d0f467a770f460d04da5288d5a01ffd310d6292
-Size (bottleneck-1.4.2.tar.gz) = 103563 bytes
+BLAKE2s (bottleneck-1.5.0.tar.gz) = fed7ff007791aec77e3c206d422f97314085f566d77a488e2680efe969746151
+SHA512 (bottleneck-1.5.0.tar.gz) = 9fefe695afcec7c2ad29db7f84870bbea2224b96b606d0e72b1b6310e078fa098c6950dd3b3ac3bafc927fc0bbf6c56c3fcf89908530d806adeda1d10dec2ee7
+Size (bottleneck-1.5.0.tar.gz) = 104177 bytes



Home | Main Index | Thread Index | Old Index