pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-eth-abi



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 12 07:32:01 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-abi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-abi/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-abi/Makefile
diff -u pkgsrc/finance/py-eth-abi/Makefile:1.4 pkgsrc/finance/py-eth-abi/Makefile:1.5
--- pkgsrc/finance/py-eth-abi/Makefile:1.4      Tue Jan  4 20:53:53 2022
+++ pkgsrc/finance/py-eth-abi/Makefile  Tue Jul 12 07:32:01 2022
@@ -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 @@ HOMEPAGE=     https://github.com/ethereum/et
 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

Index: pkgsrc/finance/py-eth-abi/distinfo
diff -u pkgsrc/finance/py-eth-abi/distinfo:1.3 pkgsrc/finance/py-eth-abi/distinfo:1.4
--- pkgsrc/finance/py-eth-abi/distinfo:1.3      Tue Oct 26 10:26:04 2021
+++ pkgsrc/finance/py-eth-abi/distinfo  Tue Jul 12 07:32:01 2022
@@ -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