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: Sat Sep 30 10:35:06 UTC 2023
Modified Files:
pkgsrc/math/py-numexpr: Makefile distinfo
Log Message:
py-numexpr: updated to 2.8.7
Changes from 2.8.6 to 2.8.7
---------------------------
* More permissive rules in sanitizing regular expression: allow to access digits
after the . with scientific notation. Thanks to Thomas Vincent.
* Don't reject double underscores that are not at the start or end of a variable
name (pandas uses those), or scientific-notation numbers with digits after the
decimal point. Thanks to Rebecca Palmer.
* Do not use `numpy.alltrue` in the test suite, as it has been deprecated
(replaced by `numpy.all`). Thanks to Rebecca Chen.
* Wheels for Python 3.12. Wheels for 3.7 and 3.8 are not generated anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.25 -r1.26 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.31 pkgsrc/math/py-numexpr/Makefile:1.32
--- pkgsrc/math/py-numexpr/Makefile:1.31 Sun Sep 17 09:04:12 2023
+++ pkgsrc/math/py-numexpr/Makefile Sat Sep 30 10:35:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/09/17 09:04:12 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/09/30 10:35:06 adam Exp $
-DISTNAME= numexpr-2.8.6
+DISTNAME= numexpr-2.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
Index: pkgsrc/math/py-numexpr/distinfo
diff -u pkgsrc/math/py-numexpr/distinfo:1.25 pkgsrc/math/py-numexpr/distinfo:1.26
--- pkgsrc/math/py-numexpr/distinfo:1.25 Sun Sep 17 09:04:12 2023
+++ pkgsrc/math/py-numexpr/distinfo Sat Sep 30 10:35:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/09/17 09:04:12 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/09/30 10:35:06 adam Exp $
-BLAKE2s (numexpr-2.8.6.tar.gz) = 65b4de6ebb25f4d56b3342795cbc6cb64adf27f10bdae5388c6bdd9dbad0a608
-SHA512 (numexpr-2.8.6.tar.gz) = b4703a64d98a08be341c8365dc5623dfb692c330a45cb0ff29f43ed6eca298de10efaca1b791954ce87ed4e146f294da6c6e78a079b427a6c09d9690ee127c93
-Size (numexpr-2.8.6.tar.gz) = 102376 bytes
+BLAKE2s (numexpr-2.8.7.tar.gz) = e9e249b61302d72dbf349851a1d44ca38193b2622308c0b3bfdae81eb9e49057
+SHA512 (numexpr-2.8.7.tar.gz) = da7b49e4ee22d8c68649babee4396cf331c8c2f21c0d42e68aeccfe34d1c3d742a86870efebcc15f962ca3345b99bf0606dbad26c34cc7090e115eb7eb5fa874
+Size (numexpr-2.8.7.tar.gz) = 103410 bytes
Home |
Main Index |
Thread Index |
Old Index