forked from pool/python-asteval
- update to 1.0.5:
* more work on handling errors, including fixing #133 and adding more comprehensive tests for #129 and #132 - update to 1.0.4: * fix error handling that might result in null exception - update to 1.0.3: * functions ("Procedures") defined within asteval have a ` _signature()` method, now use in repr * add support for deleting subscript * nested symbol tables now have a Group() function * update coverage config * cleanups of exception handling : errors must now have an exception * several related fixes to suppress repeated exceptions: see GH #132 and #129 * make non-boolean return values from comparison operators behave like Python - not immediately testing as bool OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=40
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-asteval
|
||||
Version: 1.0.2
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Safe, minimalistic evaluator of python expression using ast module
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user