pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-account



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  4 09:01:19 UTC 2021

Modified Files:
        pkgsrc/finance/py-eth-account: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-account/Makefile \
    pkgsrc/finance/py-eth-account/PLIST \
    pkgsrc/finance/py-eth-account/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-account/Makefile
diff -u pkgsrc/finance/py-eth-account/Makefile:1.2 pkgsrc/finance/py-eth-account/Makefile:1.3
--- pkgsrc/finance/py-eth-account/Makefile:1.2  Fri Jul 23 14:06:31 2021
+++ pkgsrc/finance/py-eth-account/Makefile      Mon Oct  4 09:01:19 2021
@@ -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/}
Index: pkgsrc/finance/py-eth-account/PLIST
diff -u pkgsrc/finance/py-eth-account/PLIST:1.2 pkgsrc/finance/py-eth-account/PLIST:1.3
--- pkgsrc/finance/py-eth-account/PLIST:1.2     Fri Jul 23 14:06:31 2021
+++ pkgsrc/finance/py-eth-account/PLIST Mon Oct  4 09:01:19 2021
@@ -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/structur
 ${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
Index: pkgsrc/finance/py-eth-account/distinfo
diff -u pkgsrc/finance/py-eth-account/distinfo:1.2 pkgsrc/finance/py-eth-account/distinfo:1.3
--- pkgsrc/finance/py-eth-account/distinfo:1.2  Fri Jul 23 14:06:31 2021
+++ pkgsrc/finance/py-eth-account/distinfo      Mon Oct  4 09:01:19 2021
@@ -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