!7 Update package to version 0.9.31

From: @kirin_2_0 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-08-03 08:09:51 +00:00 committed by Gitee
commit 49c74d7451
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
asteval-0.9.31.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.30 Version: 0.9.31
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/7c/02/c26a895ec40b4f589b2fa6871ece7c03d7e2a85f60e348d6511f0bdf8fee/asteval-0.9.30.tar.gz Source0: https://files.pythonhosted.org/packages/80/7e/89beb152649fb53d9f56ee2a4bf92b88bfc6fb62872be657872a140db7dc/asteval-0.9.31.tar.gz
BuildArch: noarch BuildArch: noarch
@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 niuyaru <niuyaru@kylinos.cn> - 0.9.31-1
- Update package to version 0.9.31
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.9.30-1 * Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.9.30-1
- Update package to version 0.9.30 - Update package to version 0.9.30