forked from pool/python-asteval
* bug fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=28
97 lines
3.1 KiB
Plaintext
97 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 16 21:08:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9.29:
|
|
* bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.9.28
|
|
* add support for Python 3.11
|
|
* add support for multiple list comprehensions
|
|
* improve performance of making the initial symbol table,
|
|
and Interpreter creation, including better checking for index_tricks attributes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 6 20:15:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- update to 0.9.27:
|
|
* more cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 16:38:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9.26:
|
|
* fix setup.py again
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 16:47:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9.25:
|
|
* fixes import errors for Py3.6 and 3.7, setting version with
|
|
importlib_metadata.version if available.
|
|
* use setuptools_scm and importlib for version
|
|
* treat all __dunder__ attributes of all objects as inherently unsafe.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 17 11:57:46 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.9.22
|
|
* another important but small fix for Python 3.9
|
|
* Merge branch 'nested_interrupts_returns'
|
|
- Drop hard numpy requirement, don't test on python36
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 17 12:49:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.9.18
|
|
* drop python2
|
|
* few fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 9 17:26:14 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to 0.9.17
|
|
* add 3.8 to travis config
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 29 05:01:27 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to 0.9.16
|
|
* auto-run codecov only if numpy is installed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 12:09:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.9.15:
|
|
* some doc improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 25 13:36:37 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.9.14
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 12:17:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update 0.9.13:
|
|
* Various spelling fixes
|
|
* Error reporting tweaks
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 10:27:20 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Fix the test call to work on 42.3
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 2 19:10:58 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Use license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 22 04:49:27 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|