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: Tue Nov 11 10:29:35 UTC 2025
Modified Files:
pkgsrc/math/py-asteval: Makefile distinfo
Log Message:
py-asteval: updated to 1.0.7
1.0.7
return in while, for, and with blocks in functions properly signal an immediate exit of the function.
fix augassign to retain line numbers for exceptions properly.
make sure that "unsafe_modules" should not be accessed even if imported and exposed by other modules
cleanup unused nodes
tweaks and fixes to docs
drop testing with Python 3.9
add testing for Python 3.14
update pyproject.toml from the endless churn from PyPA, to move the location and formatting for the LICENSE, to continue compliance with the endless churn from PyPA.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-asteval/Makefile
cvs rdiff -u -r1.24 -r1.25 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.29 pkgsrc/math/py-asteval/Makefile:1.30
--- pkgsrc/math/py-asteval/Makefile:1.29 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asteval/Makefile Tue Nov 11 10:29:35 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2025/04/15 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/11/11 10:29:35 adam Exp $
-DISTNAME= asteval-1.0.6
+DISTNAME= asteval-1.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asteval/}
Index: pkgsrc/math/py-asteval/distinfo
diff -u pkgsrc/math/py-asteval/distinfo:1.24 pkgsrc/math/py-asteval/distinfo:1.25
--- pkgsrc/math/py-asteval/distinfo:1.24 Mon Jan 20 06:08:34 2025
+++ pkgsrc/math/py-asteval/distinfo Tue Nov 11 10:29:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/01/20 06:08:34 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/11/11 10:29:35 adam Exp $
-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
+BLAKE2s (asteval-1.0.7.tar.gz) = 2ad1c72bd9db2879f8598132279328c7adddce6dc24a31d512b408dd18481d3a
+SHA512 (asteval-1.0.7.tar.gz) = 89ff689ca7c37ed547672ca823e249e216b78190ea601cd664e81df6359cfca36710856f3f031a7fcfd5878b49a41cecb3266171de73af7f61c616845d55411d
+Size (asteval-1.0.7.tar.gz) = 51859 bytes
Home |
Main Index |
Thread Index |
Old Index