summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eth-account_0.11.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-8/+8
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: upgrade 0.10.0 -> 0.11.0alperak2024-02-091-0/+20
Changelog: Breaking Changes Drop support for python 3.7 Internal Changes - for eth-account Contributors Change older % and .format strings to use f-strings Merge template updates, notably use pre-commit for linting and change the name of the master branch to main Removals Remove deprecated signTransaction, it has been replaced by sign_transaction Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>