diff --git a/asteval-1.0.7.tar.gz b/asteval-1.0.7.tar.gz deleted file mode 100644 index 7007e51d3dcc2dc7b18e1bc3954592e9442bd3cf..0000000000000000000000000000000000000000 Binary files a/asteval-1.0.7.tar.gz and /dev/null differ diff --git a/asteval-1.0.8.tar.gz b/asteval-1.0.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a95147061c17bbcb77cdf50f7a241e75edc9d399 Binary files /dev/null and b/asteval-1.0.8.tar.gz differ diff --git a/python-asteval.spec b/python-asteval.spec index 4a8b0b71fc36deacbf4d38c6b7d4d2213cb080c9..e547d3bb2af6c25bd85e48318b62d35bb9753430 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.7 +Version: 1.0.8 Release: 1 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT URL: https://github.com/lmfit/asteval -Source0: https://files.pythonhosted.org/packages/41/cf/82ccb7bc570ebfc5ad8357a6ead94492b0da845ab6b6fb4468fbb21118ca/asteval-1.0.7.tar.gz +Source0: %{pypi_source asteval} BuildArch: noarch @@ -55,9 +55,11 @@ using the values in the symbol table current at evaluation time. %autosetup -n asteval-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %py3_build %install +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -92,6 +94,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 18 2025 zhang-ke - 1.0.8-1 +- Update package to version 1.0.8 +- add support and tests for lambda expressions +- add default permissions to github actions +- remove numpy.memmap from default methods + * 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