diff --git a/asteval-1.0.2.tar.gz b/asteval-1.0.2.tar.gz deleted file mode 100644 index c593b7a..0000000 --- a/asteval-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00e27d9dc565858056d04ebf741f9db4dc4ba319ac3517d094b1608e7f73fa6a -size 49933 diff --git a/asteval-1.0.5.tar.gz b/asteval-1.0.5.tar.gz new file mode 100644 index 0000000..8fc2fee --- /dev/null +++ b/asteval-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac3c8dd6d2b789e959cfec9bb296fb8338eec066feae618c462132701fbc665 +size 50826 diff --git a/python-asteval.changes b/python-asteval.changes index 1d53884..5e752c6 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Oct 10 15:41:37 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Fri Aug 9 06:56:27 UTC 2024 - Dirk Müller diff --git a/python-asteval.spec b/python-asteval.spec index 8fb031b..50a47b5 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -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