diff --git a/asteval-1.0.6.tar.gz b/asteval-1.0.6.tar.gz deleted file mode 100644 index 304d2a8..0000000 --- a/asteval-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aa8e7304b2e171a90d64dd269b648cacac4e46fe5de54ac0db24776c0c4a19f -size 52079 diff --git a/asteval-1.0.7.tar.gz b/asteval-1.0.7.tar.gz new file mode 100644 index 0000000..301506e --- /dev/null +++ b/asteval-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729fa010511957afcbdbadb0304da09cef6904c145b6901e917afac2dd5668a1 +size 51859 diff --git a/python-asteval.changes b/python-asteval.changes index a8dc4e3..0acf4bc 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 13 14:25:13 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.0.7 + * return in while, for, and with blocks in functions properly signal + an immediate exit of the function. (fixes #141) + * fix augassign to retain line numbers for exceptions properly. (#140) + * 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. + ------------------------------------------------------------------- Mon Jan 27 12:42:41 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-asteval.spec b/python-asteval.spec index a0e52ba..fe1d531 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-asteval -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT