Commit graph

15 commits

Author SHA1 Message Date
adam
6e01c1011b py-asteval: updated to 0.9.26
0.9.26:
fix setup.py again
2022-01-17 08:56:48 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
adam
54fe3b553b Forget about Python 3.6 2021-12-30 13:05:27 +00:00
adam
8531d2461a py-asteval: updated to 0.9.25
0.9.25
fixes import errors for Py3.6 and 3.7, setting version with importlib_metadata.version if available.
also fixes CI testing with github actions so that the proper version of Python is actually used in the test!

0.9.24
use setuptools_scm and importlib for version
2021-11-04 13:56:13 +00:00
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
nia
57b1e1ac6e py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
adam
5e779176da py-asteval: updated to 0.9.23
0.9.23:
treat all __dunder__ attributes of all objects as inherently unsafe.

0.9.22:
update doc and license for 0.9.22
2021-03-12 13:11:50 +00:00
adam
59f769729f py-asteval: updated to 0.9.21
0.9.21:
another important but small fix for Python 3.9

0.9.20:
doc update
2021-02-08 08:34:37 +00:00
adam
07b7ed52ab py-asteval: updated to 0.9.19
0.9.19:
erge branch 'nested_interrupts_returns'
2020-10-05 21:05:09 +00:00
adam
514147ed36 py-asteval: updated to 0.9.18
0.9.18:
clarify that 0.9.17 was the final version to support Py2.7

0.9.17:
add 3.8 to travis config

0.9.16:
auto-run codecov only if numpy is installed
2020-04-27 07:23:25 +00:00
adam
c9ee8eb062 py-asteval: updated to 0.9.15
0.9.15:
some doc improvements
2019-10-19 14:21:25 +00:00
adam
4b68b5820a py-asteval: updated to 0.9.14
0.9.14:
Safe numpy
2019-06-15 06:46:36 +00:00
adam
50b9e09337 py-asteval: updated to 0.9.13
0.9.13:
Bug fixes.
2018-10-11 10:07:04 +00:00
adam
89b5c72214 py-asteval: added version 0.9.12
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
Python's ast module. The idea is to provide a simple, safe, and robust
miniature mathematical language that can handle user-input. The emphasis here
is on mathematical expressions, and so many functions from numpy are imported
and used if available.
2018-04-14 05:31:08 +00:00