summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eth-abi_5.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-eth-abi: upgrade 5.0.1 -> 5.1.0Wang Mingyu2024-04-171-18/+0
| | | | | | | | | | | Changelog: =========== -Upgrade parsimonious from 0.9 to 0.10, which is 15% faster -Add python 3.12 support, add all-format docs tests and nightly CI runs, reorg tests file structure to match CI grouping Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-abi: upgrade 5.0.0 -> 5.0.1Wang Mingyu2024-03-201-0/+18
Changelog: =========== -During decoding, verify all pointers in arrays and tuples point to a valid location in the payload -Fix memory leak warning in NodeVisitor and ABIRegistry -Clear mypy misc-type errors and add top-level py.typed file back Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>