diff --git a/asteval-0.9.27.tar.gz b/asteval-0.9.27.tar.gz deleted file mode 100644 index b421d9dd71c006f7e3837915ed19ac2bae3c39e4..0000000000000000000000000000000000000000 Binary files a/asteval-0.9.27.tar.gz and /dev/null differ diff --git a/asteval-0.9.30.tar.gz b/asteval-0.9.30.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac184bbe4c074bb546501f6387420e2631c490ab Binary files /dev/null and b/asteval-0.9.30.tar.gz differ diff --git a/python-asteval.spec b/python-asteval.spec index d83c81f2905533ea2bd784ff089cf50f2db6a8a8..764d4d7fed850834fd968d28fbb8de0ae68f0a34 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-asteval -Version: 0.9.27 +Version: 0.9.30 Release: 1 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT URL: https://github.com/newville/asteval -Source0: https://files.pythonhosted.org/packages/ef/db/2bd8a1738784ba36a9ffbe2b697d79e3989a8be5c1b01f5f3fffb8c6915a/asteval-0.9.27.tar.gz +Source0: https://files.pythonhosted.org/packages/7c/02/c26a895ec40b4f589b2fa6871ece7c03d7e2a85f60e348d6511f0bdf8fee/asteval-0.9.30.tar.gz BuildArch: noarch -Requires: python3-importlib-metadata %description ASTEVAL provides a numpy-aware, safe(ish) 'eval' function @@ -21,7 +20,7 @@ using the values in the symbol table current at evaluation time. %package -n python3-asteval Summary: Safe, minimalistic evaluator of python expression using ast module -Provides: python-asteval +Provides: python-asteval = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip @@ -30,6 +29,7 @@ BuildRequires: python3-coverage BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-sphinx +Requires: python3-importlib-metadata %description -n python3-asteval ASTEVAL provides a numpy-aware, safe(ish) 'eval' function Emphasis is on mathematical expressions, and so numpy ufuncs @@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Jun 25 2023 jiangxinyu - 0.9.30-1 +- Update package to version 0.9.30 + * Thu Oct 13 2022 liqiuyu - 0.9.27-1 - Upgrade package to version 0.9.27