diff --git a/python-simpleeval.spec b/python-simpleeval.spec index 3018ca424d7a42bf384e46b91edd654661d19466..df89d5cc9e436853dd0b9495d8ef1544c788ea5b 100644 --- a/python-simpleeval.spec +++ b/python-simpleeval.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-simpleeval -Version: 0.9.10 +Version: 0.9.12 Release: 1 Summary: A simple, safe single expression evaluator library. License: MIT License URL: https://github.com/danthedeckie/simpleeval -Source0: https://files.pythonhosted.org/packages/62/25/aec98426834844b70b7ab24b4cce8655d31e654f58e1fa9861533f5f2af1/simpleeval-0.9.10.tar.gz +Source0: https://files.pythonhosted.org/packages/bc/9f/4b77fc4b6b988fc8e60a2f09f97e31c7aa2a02152ad22566726656d584da/simpleeval-0.9.12.tar.gz BuildArch: noarch @@ -36,7 +36,7 @@ generate a string, or a number from some other input, without allowing full eval() or other unsafe or needlessly complex linguistics. %prep -%autosetup -n simpleeval-0.9.10 +%autosetup -n simpleeval-%{version} %build %py3_build @@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Sep 25 2022 guozhengxin - 0.9.12-1 +- Upgrade package to version 0.9.12 + * Mon Sep 06 2021 Python_Bot - 0.9.10-1 - Package Init diff --git a/simpleeval-0.9.10.tar.gz b/simpleeval-0.9.10.tar.gz deleted file mode 100644 index 78d8b122fbc5a3bc6cb00d0c70d0253c0757b7d2..0000000000000000000000000000000000000000 Binary files a/simpleeval-0.9.10.tar.gz and /dev/null differ diff --git a/simpleeval-0.9.12.tar.gz b/simpleeval-0.9.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a38e93362df1a2c876f0bca1088becdca2d9b9e1 Binary files /dev/null and b/simpleeval-0.9.12.tar.gz differ