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 Feb  9 06:20:31 UTC 2024

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

Log Message:
py-eth-account: updated to 0.11.0

eth-account v0.11.0 (2024-02-05)

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/py-eth-account/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/finance/py-eth-account/Makefile:1.13
--- pkgsrc/finance/py-eth-account/Makefile:1.12 Wed Nov 15 17:59:18 2023
+++ pkgsrc/finance/py-eth-account/Makefile      Fri Feb  9 06:20:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/11/15 17:59:18 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/02/09 06:20:31 adam Exp $
 
-DISTNAME=      eth-account-0.10.0
+DISTNAME=      eth-account-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
@@ -20,6 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-eth-rlp>=0.3.0:
 DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 DEPENDS+=      ${PYPKGPREFIX}-hexbytes>=0.1.0:../../devel/py-hexbytes
 DEPENDS+=      ${PYPKGPREFIX}-rlp>=1.0.0:../../devel/py-rlp
+TEST_DEPENDS+= node-[0-9]*:../../lang/nodejs
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.18.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 

Index: pkgsrc/finance/py-eth-account/distinfo
diff -u pkgsrc/finance/py-eth-account/distinfo:1.9 pkgsrc/finance/py-eth-account/distinfo:1.10
--- pkgsrc/finance/py-eth-account/distinfo:1.9  Wed Nov 15 17:59:18 2023
+++ pkgsrc/finance/py-eth-account/distinfo      Fri Feb  9 06:20:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/11/15 17:59:18 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/02/09 06:20:31 adam Exp $
 
-BLAKE2s (eth-account-0.10.0.tar.gz) = 2d564420f916e5f30828ad682ef5bcfc1b7a0c833ef3beb22ccde20d10005edb
-SHA512 (eth-account-0.10.0.tar.gz) = 7228fcdf9061b63bd08966a1700ab5d674be779846c481f6e3d7fccda53b06f267ddf90843d048b1a0c0f3a0dded3170550fe63d3f6a31c158adcbbc575262cf
-Size (eth-account-0.10.0.tar.gz) = 107460 bytes
+BLAKE2s (eth-account-0.11.0.tar.gz) = 94d006c038190e5ba8220e4b8e1cb6562ae425d4014020a190649ccf42b32eca
+SHA512 (eth-account-0.11.0.tar.gz) = ad96d7bce672e340b83497ef0be4b079786485ff7cb85a0535507e1ec886e62ea11a2eb242e25d05262ea3cf11caea32e8a805405e3a2c2f3cb099e8b8ee7945
+Size (eth-account-0.11.0.tar.gz) = 164602 bytes



Home | Main Index | Thread Index | Old Index