pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numexpr
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 5 07:52:37 UTC 2025
Modified Files:
pkgsrc/math/py-numexpr: Makefile PLIST distinfo
Log Message:
py-numexpr: updated to 2.11.0
Changes from 2.10.2 to 2.11.0
* Initial support for free-threaded Python 3.13t has been added.
This is still experimental, so please report any issues you find.
* Fix imaginary evaluation in the form of `1.1e1j`. This was
previously not supported and would raise an error.
* The test suite has been modernized to use `pytest` instead of `unittest`.
This should make it easier to run the tests and contribute to the project.
* Python 3.10 is now the minimum supported version.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-numexpr/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/py-numexpr/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-numexpr/Makefile
diff -u pkgsrc/math/py-numexpr/Makefile:1.40 pkgsrc/math/py-numexpr/Makefile:1.41
--- pkgsrc/math/py-numexpr/Makefile:1.40 Thu Jul 3 19:18:08 2025
+++ pkgsrc/math/py-numexpr/Makefile Tue Aug 5 07:52:37 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2025/07/03 19:18:08 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/08/05 07:52:37 adam Exp $
-DISTNAME= numexpr-2.10.2
+DISTNAME= numexpr-2.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
Index: pkgsrc/math/py-numexpr/PLIST
diff -u pkgsrc/math/py-numexpr/PLIST:1.8 pkgsrc/math/py-numexpr/PLIST:1.9
--- pkgsrc/math/py-numexpr/PLIST:1.8 Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-numexpr/PLIST Tue Aug 5 07:52:37 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/15 16:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/08/05 07:52:37 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -35,6 +35,9 @@ ${PYSITELIB}/numexpr/str-two-way.hpp
${PYSITELIB}/numexpr/tests/__init__.py
${PYSITELIB}/numexpr/tests/__init__.pyc
${PYSITELIB}/numexpr/tests/__init__.pyo
+${PYSITELIB}/numexpr/tests/conftest.py
+${PYSITELIB}/numexpr/tests/conftest.pyc
+${PYSITELIB}/numexpr/tests/conftest.pyo
${PYSITELIB}/numexpr/tests/test_numexpr.py
${PYSITELIB}/numexpr/tests/test_numexpr.pyc
${PYSITELIB}/numexpr/tests/test_numexpr.pyo
Index: pkgsrc/math/py-numexpr/distinfo
diff -u pkgsrc/math/py-numexpr/distinfo:1.30 pkgsrc/math/py-numexpr/distinfo:1.31
--- pkgsrc/math/py-numexpr/distinfo:1.30 Mon Jan 6 11:46:08 2025
+++ pkgsrc/math/py-numexpr/distinfo Tue Aug 5 07:52:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/01/06 11:46:08 adam Exp $
+$NetBSD: distinfo,v 1.31 2025/08/05 07:52:37 adam Exp $
-BLAKE2s (numexpr-2.10.2.tar.gz) = 847f333b62b30c6a46dbfa625f98fd6986882c518cbdcfcf38c942f7f98cbf02
-SHA512 (numexpr-2.10.2.tar.gz) = 33882b76af49a51f1c1d621960e06a9d50a783d293c7e98cabdfaec814caae0dab89028797692ed869b02351f5c61aa69f88eb43e4b826a73fd5888a2fc9892a
-Size (numexpr-2.10.2.tar.gz) = 106787 bytes
+BLAKE2s (numexpr-2.11.0.tar.gz) = 2a676cab4c9b28544820d8122a0c98744704dcf646be6d5c98b9d4be7c793355
+SHA512 (numexpr-2.11.0.tar.gz) = f59f059b4cb5bbc88f3a92b17634e28f708a5191d7ddb257199b71399eb93a1c140fcf9a072768c679e08db25f23dbf5c7c4e7496b68ab538427e8dde7aced08
+Size (numexpr-2.11.0.tar.gz) = 108960 bytes
Home |
Main Index |
Thread Index |
Old Index