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 Jan 20 06:08:34 UTC 2025
Modified Files:
pkgsrc/math/py-asteval: Makefile distinfo
Log Message:
py-asteval: updated to 1.0.6
1.0.6
drop testing and support for Python3.8, add Python 3.13, change document to reflect this.
implement safe_getattr and safe_format functions; fix bugs in UNSAFE_ATTRS and UNSAFE_ATTRS_DTYPES usage
make all procedure attributes private to curb access to AST nodes, which can be exploited
improvements to error messages, including use ast functions to construct better error messages
remove import of numpy.linalg, as documented
update doc description for security advisory
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/py-asteval/Makefile
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/math/py-asteval/Makefile:1.28
--- pkgsrc/math/py-asteval/Makefile:1.27 Mon Nov 11 07:28:40 2024
+++ pkgsrc/math/py-asteval/Makefile Mon Jan 20 06:08:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/11/11 07:28:40 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/01/20 06:08:34 adam Exp $
-DISTNAME= asteval-1.0.5
+DISTNAME= asteval-1.0.6
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.23 pkgsrc/math/py-asteval/distinfo:1.24
--- pkgsrc/math/py-asteval/distinfo:1.23 Thu Oct 3 09:00:49 2024
+++ pkgsrc/math/py-asteval/distinfo Mon Jan 20 06:08:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/10/03 09:00:49 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/01/20 06:08:34 adam Exp $
-BLAKE2s (asteval-1.0.5.tar.gz) = a82037ec41b3b7085bab2ea9ffb39f1bed5c9eab1b706b55b4b7b0e184651a50
-SHA512 (asteval-1.0.5.tar.gz) = 15eb4804b7fb23d5a6e60e5affb15d85ea452bcb90857e7308b70a13dd0866e796929fb2e8b4efdcebeb12c3f500fb2fcedd0fc353e13dd8723b50116d46e81e
-Size (asteval-1.0.5.tar.gz) = 50826 bytes
+BLAKE2s (asteval-1.0.6.tar.gz) = ffaaaf217d92652007cdc178aa62b57e18b2cc4af6ed6a9e99e5a6d70fcf669e
+SHA512 (asteval-1.0.6.tar.gz) = c90b327ebe26601b09b07fcabdc31409adfb07c13e14b21a84eebf2899fc01d1418a30a387dc536aa5d230d0076eb710eacf7360492b7a305b4586dde1b0c92b
+Size (asteval-1.0.6.tar.gz) = 52079 bytes
Home |
Main Index |
Thread Index |
Old Index