pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-abi py-eth-abi: updated to 3.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6021caa53dd2
branches: trunk
changeset: 381732:6021caa53dd2
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jul 12 07:32:01 2022 +0000
description:
py-eth-abi: updated to 3.0.0
eth_abi 3.0.0 (2022-01-19)
Features
Add support for python 3.8
Add support for Python 3.8. Includes updating mypy and flake8 version requirements
Drop Python 3.6 support, add Python 3.9 and 3.10 support. Update any dependencies accordingly
Bugfixes
Catch ABITypeError exceptions when checking has_encoder
Improved Documentation
Fix broken badges in README
diffstat:
finance/py-eth-abi/Makefile | 9 ++++-----
finance/py-eth-abi/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r 7497935f1545 -r 6021caa53dd2 finance/py-eth-abi/Makefile
--- a/finance/py-eth-abi/Makefile Tue Jul 12 07:31:17 2022 +0000
+++ b/finance/py-eth-abi/Makefile Tue Jul 12 07:32:01 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/12 07:32:01 adam Exp $
-DISTNAME= eth_abi-2.1.1
+DISTNAME= eth_abi-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-abi/}
@@ -11,8 +10,8 @@
COMMENT= Python utilities for working with Ethereum ABI definitions
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-eth-typing>=2.0.0:../../finance/py-eth-typing
-DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.2.0:../../finance/py-eth-utils
+DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.8.0:../../textproc/py-parsimonious
USE_LANGUAGES= # none
diff -r 7497935f1545 -r 6021caa53dd2 finance/py-eth-abi/distinfo
--- a/finance/py-eth-abi/distinfo Tue Jul 12 07:31:17 2022 +0000
+++ b/finance/py-eth-abi/distinfo Tue Jul 12 07:32:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:26:04 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/12 07:32:01 adam Exp $
-BLAKE2s (eth_abi-2.1.1.tar.gz) = 8392825c7b3b70385a6fff85cc05cd03e34792697d2d6cc4783de5216cba2064
-SHA512 (eth_abi-2.1.1.tar.gz) = dd104616c3fbc9d30b1ed0ae2e283ae1b5c3274fa3c8549573bce1988566f7315cc98fe0807675426da44c37568982be4f1369e6659ad5682bb5cf4ddf676159
-Size (eth_abi-2.1.1.tar.gz) = 966047 bytes
+BLAKE2s (eth_abi-3.0.0.tar.gz) = ff9662e9513fd9553382bb8676acf8353bbadf3cfee03c9e563cdef0a0521cb2
+SHA512 (eth_abi-3.0.0.tar.gz) = 01a85ee4d19fbca94c7cbeac736d29ebea0dfb905380300d8da9f587cd015c98d9558f79a4f05b5fc9fc605c9ca592aec0f09d945d12ed2422bc673c6409b555
+Size (eth_abi-3.0.0.tar.gz) = 3876604 bytes
Home |
Main Index |
Thread Index |
Old Index