Update package to 0.9.25

This commit is contained in:
jinxu1992 2021-07-22 15:46:22 +08:00
parent cdc4e3b9a3
commit 456d35b73c
3 changed files with 11 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 %global _empty_manifest_terminate_build 0
Name: python-asteval Name: python-asteval
Version: 0.9.18 Version: 0.9.25
Release: 1 Release: 1
Summary: Safe, minimalistic evaluator of python expression using ast module Summary: Safe, minimalistic evaluator of python expression using ast module
License: OSI Approved :: MIT License License: MIT
URL: http://github.com/newville/asteval 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 BuildArch: noarch
@ -25,6 +25,9 @@ Summary: Safe, minimalistic evaluator of python expression using ast module
Provides: python-asteval Provides: python-asteval
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python-setuptools_scm
BuildRequires: python3-toml
%description -n python3-asteval %description -n python3-asteval
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function 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. using the values in the symbol table current at evaluation time.
%prep %prep
%autosetup -n asteval-0.9.18 %autosetup -n asteval-0.9.25
%build %build
%py3_build %py3_build
@ -91,5 +94,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jul 22 2021 Xu Jin <jinxu@kylinos.cn> - 0.9.25-1
- Update package to 0.9.25
- Add BuildRequires:python3-pip python-setuptools_scm python3-toml
* Thu Jul 16 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Jul 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated