File python-RestrictedPython.changes of Package python-RestrictedPython
-------------------------------------------------------------------
Wed Mar 4 09:21:33 UTC 2026 - Frank Schreiner <FSchreiner@suse.com>
- Update to 8.1
-------------------------------------------------------------------
Tue Mar 11 06:45:13 UTC 2025 - Frank Schreiner <FSchreiner@suse.com>
- Update to 8.0
-------------------------------------------------------------------
Thu Jan 7 13:19:09 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to 5.1:
* Features
+ Add support for (Python 3.8+) assignment expressions
(i.e. the := operator)
+ Add support for Python 3.9 after checking the security
implications of the syntax changes made in that version.
+ Add support for the bytes and sorted builtins
* Documentation
+ Document parameter mode for the compile_restricted functions
+ Fix documentation for compile_restricted_function
* Fixes
+ Fix compile_restricted_function with SyntaxErrors that have
no text
+ Drop install dependency on setuptools.
-------------------------------------------------------------------
Sat Jan 11 14:00:30 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 5.0:
* Revert the Allowance of the ... (Ellipsis) statement, as of 4.0.
It is not needed to support Python 3.8. The security implications of
the Ellipsis Statement is not 100% clear and is not checked.
... (Ellipsis) is disallowed again.
* Add support for f-strings in Python 3.6+.
-------------------------------------------------------------------
Wed Aug 14 18:15:48 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-RestrictedPython 4.0