!4 update to version 0.9.25

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-14 09:04:51 +00:00 committed by Gitee
commit 5deafdc58f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
asteval-0.9.25.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wangge20@h-partners.com> - 0.9.25-1
- Update to version 0.9.25
* Thu Jul 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated