./math/py-simpleeval, Simple, safe single expression evaluator library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.13, Package name: py310-simpleeval-0.9.13, Maintainer: pkgsrc-users

A simple, safe single expression evaluator library.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 23.96 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-01 11:56:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-simpleeval: updated to 0.9.8

0.9.8:
Unknown changes