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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b689677a869
branches:  trunk
changeset: 385253:5b689677a869
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 12 11:04:18 2022 +0000

description:
py-eth-account: updated to 0.7.0

eth-account v0.7.0 (2022-08-17)

Bugfixes

bump ansi-regex to 5.0.1 to fix minor ReDos vulnerability
Enable lint runs again on CI
fix DoS-able regex pattern
Allow towncrier to build the release notes again

Improved Documentation

Add example to generate multiple accounts from a mnemonic
Pin Jinja2 at >=3.0.0,<3.1.0; pin towncrier==18.5.0; open up Sphinx requirement to allow >=1.6.5,<5.
added missing quotes to readme dev environment setup example

Breaking changes

Change bitarray dependency requirement to be >=2.4,<3 since 2.4 has wheels for all platform types.
Fix errors in EIP-712 signing

diffstat:

 finance/py-eth-account/Makefile |  6 +++---
 finance/py-eth-account/PLIST    |  3 ++-
 finance/py-eth-account/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r bb4a38fa9fb7 -r 5b689677a869 finance/py-eth-account/Makefile
--- a/finance/py-eth-account/Makefile   Mon Sep 12 11:01:34 2022 +0000
+++ b/finance/py-eth-account/Makefile   Mon Sep 12 11:04:18 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/07/12 07:37:53 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/12 11:04:18 adam Exp $
 
-DISTNAME=      eth-account-0.6.1
+DISTNAME=      eth-account-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
@@ -10,7 +10,7 @@
 COMMENT=       Sign Ethereum transactions and messages with local private keys
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-bitarray>=1.2.1:../../devel/py-bitarray
+DEPENDS+=      ${PYPKGPREFIX}-bitarray>=2.4.0:../../devel/py-bitarray
 DEPENDS+=      ${PYPKGPREFIX}-eth-abi>=3.0.0:../../finance/py-eth-abi
 DEPENDS+=      ${PYPKGPREFIX}-eth-keyfile>=0.6.0:../../finance/py-eth-keyfile
 DEPENDS+=      ${PYPKGPREFIX}-eth-keys>=0.4.0:../../finance/py-eth-keys
diff -r bb4a38fa9fb7 -r 5b689677a869 finance/py-eth-account/PLIST
--- a/finance/py-eth-account/PLIST      Mon Sep 12 11:01:34 2022 +0000
+++ b/finance/py-eth-account/PLIST      Mon Sep 12 11:04:18 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/10/04 09:01:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/12 11:04:18 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -65,6 +65,7 @@
 ${PYSITELIB}/eth_account/messages.py
 ${PYSITELIB}/eth_account/messages.pyc
 ${PYSITELIB}/eth_account/messages.pyo
+${PYSITELIB}/eth_account/py.typed
 ${PYSITELIB}/eth_account/signers/__init__.py
 ${PYSITELIB}/eth_account/signers/__init__.pyc
 ${PYSITELIB}/eth_account/signers/__init__.pyo
diff -r bb4a38fa9fb7 -r 5b689677a869 finance/py-eth-account/distinfo
--- a/finance/py-eth-account/distinfo   Mon Sep 12 11:01:34 2022 +0000
+++ b/finance/py-eth-account/distinfo   Mon Sep 12 11:04:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/07/12 07:37:53 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/09/12 11:04:18 adam Exp $
 
-BLAKE2s (eth-account-0.6.1.tar.gz) = 179fb72f05b457865540c3189f0bd15cf9c643e49eb8b78d3baf7cd260bc271a
-SHA512 (eth-account-0.6.1.tar.gz) = 9eb5879c3b1a4bd8dae1cedebd5ff13769127391ee9d1e1b4afa48637ee9d0d9a873602149c980864a341c3a669144c5a59f07aa67796cf936c61780ceb258da
-Size (eth-account-0.6.1.tar.gz) = 3938053 bytes
+BLAKE2s (eth-account-0.7.0.tar.gz) = 01c849850e48470bbd7ad74697ca21094cd1f59b744e71756fbc4bb42303ebe0
+SHA512 (eth-account-0.7.0.tar.gz) = 575582a3e588d7f5b947edc2c674725b5f4c06e70d54942db86b4772742a413385e83040ae3ba9c0d868d78bb58e9a87ab19c555be016336b7eeeea41650c775
+Size (eth-account-0.7.0.tar.gz) = 960377 bytes



Home | Main Index | Thread Index | Old Index