!2 更新python-asteval至上游最新版0.9.25
Merge pull request !2 from jinxu1992/master
This commit is contained in:
commit
4929c78417
Binary file not shown.
BIN
asteval-0.9.25.tar.gz
Normal file
BIN
asteval-0.9.25.tar.gz
Normal file
Binary file not shown.
@ -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-0.9.25
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -91,5 +94,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user