pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-asteval
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 24 12:03:22 UTC 2026
Modified Files:
pkgsrc/math/py-asteval: Makefile distinfo
Log Message:
py-asteval: updated to 1.0.10
1.0.10
Fix comprehension loop variables leaking into the symbol table
Reject assignment to unsafe attribute, including all "dunder" attributes
Update security advisory guidelines in SECURITY.md
Add CodeQL analysis workflow configuration
Fix typo raising exception where node is not defined
Use ndarray.reshape instead of assigning to ndarray.shape to avoid NumPy deprecation.
Add some testing of implemented/non-implemented nodes
Update docs to use breeze theme
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/py-asteval/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/py-asteval/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-asteval/Makefile
diff -u pkgsrc/math/py-asteval/Makefile:1.32 pkgsrc/math/py-asteval/Makefile:1.33
--- pkgsrc/math/py-asteval/Makefile:1.32 Fri Jun 12 07:49:11 2026
+++ pkgsrc/math/py-asteval/Makefile Mon Aug 24 12:03:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/06/12 07:49:11 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/08/24 12:03:22 adam Exp $
-DISTNAME= asteval-1.0.9
+DISTNAME= asteval-1.0.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asteval/}
Index: pkgsrc/math/py-asteval/distinfo
diff -u pkgsrc/math/py-asteval/distinfo:1.27 pkgsrc/math/py-asteval/distinfo:1.28
--- pkgsrc/math/py-asteval/distinfo:1.27 Fri Jun 12 07:49:11 2026
+++ pkgsrc/math/py-asteval/distinfo Mon Aug 24 12:03:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/06/12 07:49:11 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/08/24 12:03:22 adam Exp $
-BLAKE2s (asteval-1.0.9.tar.gz) = 4b27433d0f4a1ed9d48e5ae97d4d3d7c0b493ead5f5b72bcc64fb2d8b750e1c8
-SHA512 (asteval-1.0.9.tar.gz) = 5078c04b47b32ef3e69f74a3ae4680c1e0bdc62dd552a0e1b4ce2392b4e1449c51888fde2e692f4b767689872d2cedfa0172bc9e520becd6398f0ec6e370fb46
-Size (asteval-1.0.9.tar.gz) = 55237 bytes
+BLAKE2s (asteval-1.0.10.tar.gz) = 7362ccf0954afef4b3ee7f7a292a352ce989952bbc3e5bed39308955bb1e3da6
+SHA512 (asteval-1.0.10.tar.gz) = 5d9fef82d7aa0136db565b09c61b97aa5f356be8a952a662d299243d1817a818b45a7028fd8aa541e43ba8502e3e92d3ad2e459a6fdee0316dbcb2455dfe555e
+Size (asteval-1.0.10.tar.gz) = 59581 bytes
Home |
Main Index |
Thread Index |
Old Index