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

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 12 09:58:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Mar 22 19:39:07 UTC 2024 - Dirk Müller <dmueller@suse.com>