pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/py-eth-account py-eth-account: updated to 0.5.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c1408c9a477
branches:  trunk
changeset: 459340:3c1408c9a477
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 04 09:01:19 2021 +0000

description:
py-eth-account: updated to 0.5.6

eth-account v0.5.6

Features

An explicit transaction type is no longer required for signing a transaction if we can implicitly determine the transaction type from the transaction parameters

Bugfixes

When signing a transaction, the regular JSON-RPC structure is now expected as input and is converted to the appropriate rlp transaction structure when signing
Fix string interpolation in ValidationError message of _hash_eip_191_message

Improved Documentation

Updated docs for sign_transaction to show that transaction type can be implicitly determined based on transaction parameters if one is not provided
Add encode_defunct to list of example message encoders

diffstat:

 finance/py-eth-account/Makefile |   4 ++--
 finance/py-eth-account/PLIST    |   5 ++++-
 finance/py-eth-account/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 20a1b1af5f7a -r 3c1408c9a477 finance/py-eth-account/Makefile
--- a/finance/py-eth-account/Makefile   Mon Oct 04 08:54:01 2021 +0000
+++ b/finance/py-eth-account/Makefile   Mon Oct 04 09:01:19 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/07/23 14:06:31 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/04 09:01:19 adam Exp $
 
-DISTNAME=      eth-account-0.5.5
+DISTNAME=      eth-account-0.5.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
diff -r 20a1b1af5f7a -r 3c1408c9a477 finance/py-eth-account/PLIST
--- a/finance/py-eth-account/PLIST      Mon Oct 04 08:54:01 2021 +0000
+++ b/finance/py-eth-account/PLIST      Mon Oct 04 09:01:19 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/07/23 14:06:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/10/04 09:01:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -26,6 +26,9 @@
 ${PYSITELIB}/eth_account/_utils/structured_data/validation.py
 ${PYSITELIB}/eth_account/_utils/structured_data/validation.pyc
 ${PYSITELIB}/eth_account/_utils/structured_data/validation.pyo
+${PYSITELIB}/eth_account/_utils/transaction_utils.py
+${PYSITELIB}/eth_account/_utils/transaction_utils.pyc
+${PYSITELIB}/eth_account/_utils/transaction_utils.pyo
 ${PYSITELIB}/eth_account/_utils/typed_transactions.py
 ${PYSITELIB}/eth_account/_utils/typed_transactions.pyc
 ${PYSITELIB}/eth_account/_utils/typed_transactions.pyo
diff -r 20a1b1af5f7a -r 3c1408c9a477 finance/py-eth-account/distinfo
--- a/finance/py-eth-account/distinfo   Mon Oct 04 08:54:01 2021 +0000
+++ b/finance/py-eth-account/distinfo   Mon Oct 04 09:01:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/07/23 14:06:31 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/10/04 09:01:19 adam Exp $
 
-SHA1 (eth-account-0.5.5.tar.gz) = 95843a0c9cedf058816f75a0c7c32abd23c37487
-RMD160 (eth-account-0.5.5.tar.gz) = 2f5051c310613f4ad6d11f5803492bc41835758f
-SHA512 (eth-account-0.5.5.tar.gz) = 7c926ffa0c084b03c25e607a196ec95cc01c8977c4f8bc10488ed761ac6d4b5244f49bed83fcddf4c334cec2d236183319f7ac9133697443bfa126da2c65b220
-Size (eth-account-0.5.5.tar.gz) = 5379123 bytes
+SHA1 (eth-account-0.5.6.tar.gz) = 6ea254b16f135b072e39a2bf5afaf14296938ae4
+RMD160 (eth-account-0.5.6.tar.gz) = a476bebdc327332e430ced2d133ade7aa2c5efdb
+SHA512 (eth-account-0.5.6.tar.gz) = d6fcf51605d8888149a57c2bd0cc4b36d70a0511318100be5d23aa58ba1f3c7803e75d038ae7d925082a8779e6306f7fe4b0f4cff5790aa49abb544cd222ccf2
+Size (eth-account-0.5.6.tar.gz) = 5380888 bytes



Home | Main Index | Thread Index | Old Index