* 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
79 lines
2.7 KiB
Plaintext
79 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 14 18:55:00 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- enable %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 29 09:15:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9.13:
|
|
* Better handling of empty strings passed as input.
|
|
* Fix the shift safe number issue from 0.9.12
|
|
* More minor pylint / etc fixes / cleanups (general code
|
|
quality)
|
|
* separate `.parse` from #115
|
|
* Allow setting up completely empty `{}` operators / functions
|
|
* Add extra bit-ops from #87
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 23 10:37:47 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 0.9.12
|
|
* Remove Cyclic references (memory leak)
|
|
* Add left & right shift operations (<< and >>)
|
|
* Switch to GH actions & CodeCov.io for CI tests
|
|
* Add extra contributors details
|
|
* Reformat w/ Black + isort, and have linting of those in CI
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 10:40:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.9.10:
|
|
* minor fixes
|
|
* support for python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 08:47:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Run fdupes
|
|
- Remove not really needed commands from build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 13:09:14 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.9.8
|
|
* no upstream changelog
|
|
- run the test suite
|
|
- run spec cleaner
|
|
- added sources
|
|
https://github.com/danthedeckie/simpleeval/issues/55
|
|
+ LICENCE
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 20:20:08 UTC 2017 - axel.braun@gmx.de
|
|
|
|
- changes for singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 11:36:32 UTC 2015 - axel.braun@gmx.de
|
|
|
|
- Initial build on OBS
|
|
- version 0.8.2
|