forked from pool/python-asteval
Accepting request 1099490 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1099490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asteval?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab98c61ba9394149c774ae7861497e9c32580301aa693ca19746997216c31fab
|
||||
size 42424
|
||||
3
asteval-0.9.31.tar.gz
Normal file
3
asteval-0.9.31.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2da066b6696dba9835c5f7dec63e0ffb5bd2b4e3bb5f0b9a604aeafb17d833d
|
||||
size 57410
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 18:09:28 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||
|
||||
- Update to 0.9.31:
|
||||
* cleanup numpy imports to avoid deprecated functions, add financial
|
||||
functions from numpy_financial module, if installed.
|
||||
* prefer 'user_symbols' when initializing Interpreter, but still support
|
||||
'usersyms' argument. Will deprecate and remove eventually.
|
||||
* add support of optional (off-by default) "nested symbol table".
|
||||
* update tests to run most tests with symbol tables of dict and nested
|
||||
group type.
|
||||
* general code and testing cleanup.
|
||||
* add config argument to Interpreter to more fully control which nodes are supported
|
||||
* add support for import and importfrom -- off by default
|
||||
* add support for with blocks
|
||||
* add support for f-strings
|
||||
* add support of set and dict comprehension
|
||||
* fix bug with 'int**int' not returning a float.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 21:08:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-asteval
|
||||
Version: 0.9.29
|
||||
Version: 0.9.31
|
||||
Release: 0
|
||||
Summary: Safe, minimalistic evaluator of python expression using ast module
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user