forked from pool/python-asteval
- update to 1.0.5:
* more work on handling errors, including fixing #133 and adding more comprehensive tests for #129 and #132 - update to 1.0.4: * fix error handling that might result in null exception - update to 1.0.3: * functions ("Procedures") defined within asteval have a ` _signature()` method, now use in repr * add support for deleting subscript * nested symbol tables now have a Group() function * update coverage config * cleanups of exception handling : errors must now have an exception * several related fixes to suppress repeated exceptions: see GH #132 and #129 * make non-boolean return values from comparison operators behave like Python - not immediately testing as bool OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=40
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00e27d9dc565858056d04ebf741f9db4dc4ba319ac3517d094b1608e7f73fa6a
|
|
||||||
size 49933
|
|
||||||
3
asteval-1.0.5.tar.gz
Normal file
3
asteval-1.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bac3c8dd6d2b789e959cfec9bb296fb8338eec066feae618c462132701fbc665
|
||||||
|
size 50826
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 15:41:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.0.5:
|
||||||
|
* more work on handling errors, including fixing #133 and
|
||||||
|
adding more comprehensive tests for #129 and #132
|
||||||
|
- update to 1.0.4:
|
||||||
|
* fix error handling that might result in null exception
|
||||||
|
- update to 1.0.3:
|
||||||
|
* functions ("Procedures") defined within asteval have a `
|
||||||
|
_signature()` method, now use in repr
|
||||||
|
* add support for deleting subscript
|
||||||
|
* nested symbol tables now have a Group() function
|
||||||
|
* update coverage config
|
||||||
|
* cleanups of exception handling : errors must now have an
|
||||||
|
exception
|
||||||
|
* several related fixes to suppress repeated exceptions: see GH
|
||||||
|
#132 and #129
|
||||||
|
* make non-boolean return values from comparison operators
|
||||||
|
behave like Python - not immediately testing as bool
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 06:56:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri Aug 9 06:56:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-asteval
|
Name: python-asteval
|
||||||
Version: 1.0.2
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Safe, minimalistic evaluator of python expression using ast module
|
Summary: Safe, minimalistic evaluator of python expression using ast module
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user