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:           Fri Jul 23 14:06:31 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/finance/py-eth-account/Makefile:1.2
--- pkgsrc/finance/py-eth-account/Makefile:1.1  Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/Makefile      Fri Jul 23 14:06:31 2021
@@ -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/}
Index: pkgsrc/finance/py-eth-account/PLIST
diff -u pkgsrc/finance/py-eth-account/PLIST:1.1 pkgsrc/finance/py-eth-account/PLIST:1.2
--- pkgsrc/finance/py-eth-account/PLIST:1.1     Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/PLIST Fri Jul 23 14:06:31 2021
@@ -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/__init__.pyo
 ${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/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/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
Index: pkgsrc/finance/py-eth-account/distinfo
diff -u pkgsrc/finance/py-eth-account/distinfo:1.1 pkgsrc/finance/py-eth-account/distinfo:1.2
--- pkgsrc/finance/py-eth-account/distinfo:1.1  Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/distinfo      Fri Jul 23 14:06:31 2021
@@ -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