diff --git a/asteval-1.0.2.tar.gz b/asteval-1.0.2.tar.gz deleted file mode 100644 index ae7ad135414c6337a551872e904c952510fa5d72..0000000000000000000000000000000000000000 Binary files a/asteval-1.0.2.tar.gz and /dev/null differ diff --git a/asteval-1.0.5.tar.gz b/asteval-1.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..586044cd22b1f0f370dd27b65f3194c56d808b66 Binary files /dev/null and b/asteval-1.0.5.tar.gz differ diff --git a/python-asteval.spec b/python-asteval.spec index 5b48c303d41a0de3aaafbb818c63058fa091879d..d7315ecc0ccc9da70346e2864aa1991d83180e36 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,10 +1,10 @@ %global _empty_manifest_terminate_build 0 Name: python-asteval -Version: 1.0.2 +Version: 1.0.5 Release: 1 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT -URL: https://github.com/newville/asteval +URL: https://github.com/lmfit/asteval Source0: %{pypi_source asteval} BuildArch: noarch @@ -92,6 +92,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 16 2024 jiangxinyu - 1.0.5-1 +- Update package to version 1.0.5 +- fix error handling that might result in null exception + cleanups of exception handling : errors must now have an exception + Handling NameError is not working + * Mon Aug 19 2024 Ge Wang - 1.0.2-1 - Update package to version 1.0.2