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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f92604e14ab
branches:  trunk
changeset: 456260:4f92604e14ab
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 23 14:06:31 2021 +0000

description:
py-eth-account: updated to 0.5.5

eth-account v0.5.5 (2021-07-21)

Features

Added support for EIP-2718 (Typed Transaction) and EIP-2939 (Access List Transaction)
Added support for EIP-1559 (Dynamic Fee Transaction)

Bugfixes

Structured messages (EIP-712) new permit leaving some (but not all) domain fields undefined.

Internal Changes - for eth-account Contributors

Upgrade project template, of note: a new mypy & pydocstyle, and types being exported correctly.

diffstat:

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

diffs (59 lines):

diff -r fea550a98e9b -r 4f92604e14ab finance/py-eth-account/Makefile
--- a/finance/py-eth-account/Makefile   Fri Jul 23 13:57:45 2021 +0000
+++ b/finance/py-eth-account/Makefile   Fri Jul 23 14:06:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/02/08 08:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/07/23 14:06:31 adam Exp $
 
-DISTNAME=      eth-account-0.5.4
+DISTNAME=      eth-account-0.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
diff -r fea550a98e9b -r 4f92604e14ab finance/py-eth-account/PLIST
--- a/finance/py-eth-account/PLIST      Fri Jul 23 13:57:45 2021 +0000
+++ b/finance/py-eth-account/PLIST      Fri Jul 23 14:06:31 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/08 08:31:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/07/23 14:06:31 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@
 ${PYSITELIB}/eth_account/_utils/__init__.py
 ${PYSITELIB}/eth_account/_utils/__init__.pyc
 ${PYSITELIB}/eth_account/_utils/__init__.pyo
+${PYSITELIB}/eth_account/_utils/legacy_transactions.py
+${PYSITELIB}/eth_account/_utils/legacy_transactions.pyc
+${PYSITELIB}/eth_account/_utils/legacy_transactions.pyo
 ${PYSITELIB}/eth_account/_utils/signing.py
 ${PYSITELIB}/eth_account/_utils/signing.pyc
 ${PYSITELIB}/eth_account/_utils/signing.pyo
@@ -23,9 +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/transactions.py
-${PYSITELIB}/eth_account/_utils/transactions.pyc
-${PYSITELIB}/eth_account/_utils/transactions.pyo
+${PYSITELIB}/eth_account/_utils/typed_transactions.py
+${PYSITELIB}/eth_account/_utils/typed_transactions.pyc
+${PYSITELIB}/eth_account/_utils/typed_transactions.pyo
 ${PYSITELIB}/eth_account/_utils/validation.py
 ${PYSITELIB}/eth_account/_utils/validation.pyc
 ${PYSITELIB}/eth_account/_utils/validation.pyo
diff -r fea550a98e9b -r 4f92604e14ab finance/py-eth-account/distinfo
--- a/finance/py-eth-account/distinfo   Fri Jul 23 13:57:45 2021 +0000
+++ b/finance/py-eth-account/distinfo   Fri Jul 23 14:06:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/08 08:31:06 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/07/23 14:06:31 adam Exp $
 
-SHA1 (eth-account-0.5.4.tar.gz) = da9b21c034211ab79f38ddc33952d1450c7ef88d
-RMD160 (eth-account-0.5.4.tar.gz) = dc7d67216a764eada688abecd9392a9bbd9a8ec4
-SHA512 (eth-account-0.5.4.tar.gz) = fc298ca4eb8d96f32c6967242125fde195dc4aad08b8d400e68b4dd4878f9a8d153cc1fcbdf8fb0c6903d82c11386131980572e61b19e2211da82132dcaa5642
-Size (eth-account-0.5.4.tar.gz) = 176738 bytes
+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



Home | Main Index | Thread Index | Old Index