2024-11-03 21:02:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 1.0.3
1.0.3
Spelling fixes in documentation, docstrings & tests (thanks @kurtmckee !)
Fix support for 3.14 (deprecated features actually being removed, so getattr use \
was incorrect).
|
2024-10-31 09:44:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-simpleeval: updated to 1.0.2
1.0.2
No functional changes - but release with the pip version removed from requirements.
1.0.1
Update the packaging / build after the 1.0.0 release.
No new features since 1.0.0
1.0.0
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 - if you need pre 3.9, then you can use \
an older version
Various cleanups & tidying warnings, deprecation warnings etc.
|
2023-03-01 11:56:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 0.9.13
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
Allow setting up completely empty {} operators / functions
Add extra bit-ops
Add @daxamin to contributors ?
Version bump stuff.
other readme tweaks
star expressions, eg x = {"a": 1, "b": 2, **c}
|
2022-01-23 20:13:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 0.9.12
0.9.12
KInd of hoping this is the last 0.9 release, and I find time to stablize as 1.0, \
and start the 2.0 work some time soon...
Changelog:
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
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-23 10:01:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 0.9.11
0.9.11:
Revert / convert to setup.py-less build system using pypa build
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-01-03 13:17:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 0.9.10
0.9.10:
Unknown changes
|
2018-11-14 11:26:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simpleeval: updated to 0.9.8
0.9.8:
Unknown changes
|