17
0

- 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:
2025-10-30 04:12:56 +00:00
committed by Git OBS Bridge
parent 374d04a964
commit 21fd80d72c
4 changed files with 21 additions and 9 deletions

View File

@@ -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>