15
0

- update to 0.9.33:

* fixes for multiple list comprehensions (addressing #126)
  * add testing with optionally installed numpy_financial to CI
  * test existence of all numpy imports to better safeguard
    against missing functions (for safer numpy 2 transition)
  * update rendered doc to include PDF and zipped HTML

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=34
This commit is contained in:
2024-06-12 09:58:41 +00:00
committed by Git OBS Bridge
parent c74f60ee20
commit a2ff623c82
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-asteval
Version: 0.9.32
Version: 0.9.33
Release: 0
Summary: Safe, minimalistic evaluator of python expression using ast module
License: MIT