diff --git a/asteval-0.9.18.tar.gz b/asteval-0.9.18.tar.gz deleted file mode 100644 index 587f920751b2985292df7403d9c19714dc830ac2..0000000000000000000000000000000000000000 Binary files a/asteval-0.9.18.tar.gz and /dev/null differ diff --git a/asteval-0.9.25.tar.gz b/asteval-0.9.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1ead15d10ab7862803de4e7af28f5755d5e4e226 Binary files /dev/null and b/asteval-0.9.25.tar.gz differ diff --git a/python-asteval.spec b/python-asteval.spec index 9e9ecb2b29be21857cb85580af09c99caa33e41b..8fe987136f4e0fc4b39d0aff275946e9d6587c37 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-asteval -Version: 0.9.18 +Version: 0.9.25 Release: 1 Summary: Safe, minimalistic evaluator of python expression using ast module -License: OSI Approved :: MIT License +License: MIT URL: http://github.com/newville/asteval -Source0: https://files.pythonhosted.org/packages/e4/3b/8aaee90977588fa3e88d7a495af306d6f4a1c1c01c8f0fe0de1fc43d0908/asteval-0.9.18.tar.gz +Source0: https://files.pythonhosted.org/packages/f0/81/c1385350267c5c02be74acba7167fd6608083324a51421c6b8a57240eb35/asteval-0.9.25.tar.gz BuildArch: noarch @@ -25,6 +25,9 @@ Summary: Safe, minimalistic evaluator of python expression using ast module Provides: python-asteval BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python-setuptools_scm +BuildRequires: python3-toml %description -n python3-asteval ASTEVAL provides a numpy-aware, safe(ish) 'eval' function @@ -51,7 +54,7 @@ Expressions can be compiled into ast node for later evaluation, using the values in the symbol table current at evaluation time. %prep -%autosetup -n asteval-0.9.18 +%autosetup -n asteval-%{version} %build %py3_build @@ -91,5 +94,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 14 2022 Ge Wang - 0.9.25-1 +- Update to version 0.9.25 + * Thu Jul 16 2020 Python_Bot - Package Spec generated