- Update to 1.0.3:
* Fix support for 3.14 (deprecated features actually being removed, so
getattr use was incorrect).
* Fix a sandbox escape via generators and _frame methods.
* Supporting dictionary comprehensions
* A custom exception rather than KeyError when names not found
* Dropping support for old python versions
* Various cleanups & tidying warnings, deprecation warnings etc.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 04:11:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.0.3:
|
||||
* Fix support for 3.14 (deprecated features actually being removed, so
|
||||
getattr use was incorrect).
|
||||
* Fix a sandbox escape via generators and _frame methods.
|
||||
* Supporting dictionary comprehensions
|
||||
* A custom exception rather than KeyError when names not found
|
||||
* Dropping support for old python versions
|
||||
* Various cleanups & tidying warnings, deprecation warnings etc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 12:04:12 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user