diff --git a/asteval-1.0.6.tar.gz b/asteval-1.0.6.tar.gz deleted file mode 100644 index c6acc34d15854074ffc17d5fdb5caf618f21da9d..0000000000000000000000000000000000000000 Binary files a/asteval-1.0.6.tar.gz and /dev/null differ diff --git a/asteval-1.0.7.tar.gz b/asteval-1.0.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7007e51d3dcc2dc7b18e1bc3954592e9442bd3cf Binary files /dev/null and b/asteval-1.0.7.tar.gz differ diff --git a/python-asteval.spec b/python-asteval.spec index d4a2d835bc7aafb14418ac3509b5cd6900619af3..4a8b0b71fc36deacbf4d38c6b7d4d2213cb080c9 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-asteval -Version: 1.0.6 +Version: 1.0.7 Release: 1 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT URL: https://github.com/lmfit/asteval -Source0: %{pypi_source asteval} +Source0: https://files.pythonhosted.org/packages/41/cf/82ccb7bc570ebfc5ad8357a6ead94492b0da845ab6b6fb4468fbb21118ca/asteval-1.0.7.tar.gz BuildArch: noarch @@ -92,6 +92,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 07 2025 guochao - 1.0.7-1 +- Update package to version 1.0.7 +- fix augassign to retain line numbers for exceptions properly + cleanup unused nodes + add testing for Python 3.14 + * Sun Jan 26 2025 yaoxin <1024769339@qq.com> - 1.0.6-1 - Update to 1.0.6: * drop testing and support for Python3.8, add Python 3.13, change document to reflect this.