!6 Update package to version 0.9.30
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
bd125119a7
Binary file not shown.
BIN
asteval-0.9.30.tar.gz
Normal file
BIN
asteval-0.9.30.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-asteval
|
Name: python-asteval
|
||||||
Version: 0.9.27
|
Version: 0.9.30
|
||||||
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: MIT
|
License: MIT
|
||||||
URL: https://github.com/newville/asteval
|
URL: https://github.com/newville/asteval
|
||||||
Source0: https://files.pythonhosted.org/packages/ef/db/2bd8a1738784ba36a9ffbe2b697d79e3989a8be5c1b01f5f3fffb8c6915a/asteval-0.9.27.tar.gz
|
Source0: https://files.pythonhosted.org/packages/7c/02/c26a895ec40b4f589b2fa6871ece7c03d7e2a85f60e348d6511f0bdf8fee/asteval-0.9.30.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-importlib-metadata
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
|
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
|
||||||
@ -21,7 +20,7 @@ using the values in the symbol table current at evaluation time.
|
|||||||
|
|
||||||
%package -n python3-asteval
|
%package -n python3-asteval
|
||||||
Summary: Safe, minimalistic evaluator of python expression using ast module
|
Summary: Safe, minimalistic evaluator of python expression using ast module
|
||||||
Provides: python-asteval
|
Provides: python-asteval = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
@ -30,6 +29,7 @@ BuildRequires: python3-coverage
|
|||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-pytest-cov
|
BuildRequires: python3-pytest-cov
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
|
Requires: python3-importlib-metadata
|
||||||
%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
|
||||||
Emphasis is on mathematical expressions, and so numpy ufuncs
|
Emphasis is on mathematical expressions, and so numpy ufuncs
|
||||||
@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.9.30-1
|
||||||
|
- Update package to version 0.9.30
|
||||||
|
|
||||||
* Thu Oct 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.27-1
|
* Thu Oct 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.27-1
|
||||||
- Upgrade package to version 0.9.27
|
- Upgrade package to version 0.9.27
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user