forked from pool/python-asteval
Accepting request 1328623 from devel:languages:python
- update to 1.0.8: * fix bug (#146) so that `return` from a Procedure does not interrupt the calling code block * remove numpy.memmap from default methods * add discussion of numpy functions/objects that can open files * add support and tests for `lambda` expressions * add default permissions to github actions * update README, doc, remove cruft OBS-URL: https://build.opensuse.org/request/show/1328623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asteval?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:729fa010511957afcbdbadb0304da09cef6904c145b6901e917afac2dd5668a1
|
||||
size 51859
|
||||
3
asteval-1.0.8.tar.gz
Normal file
3
asteval-1.0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7175134331726df0e1569f4ab5fa59266192cf1b365db0ff463c978842075cbb
|
||||
size 53989
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:37:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.8:
|
||||
* fix bug (#146) so that `return` from a Procedure does not
|
||||
interrupt the calling code block
|
||||
* remove numpy.memmap from default methods
|
||||
* add discussion of numpy functions/objects that can open files
|
||||
* add support and tests for `lambda` expressions
|
||||
* add default permissions to github actions
|
||||
* update README, doc, remove cruft
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 14:25:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-asteval
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-asteval
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Safe, minimalistic evaluator of python expression using ast module
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user