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:           Fri Apr 12 11:34:13 UTC 2024

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

Log Message:
py-eth-abi: updated to 5.1.0

eth-abi v5.1.0 (2024-04-01)

Internal Changes - for eth-abi Contributors

Upgrade parsimonious from 0.9 to 0.10, which is 15% faster
Add python 3.12 support, add all-format docs tests and nightly CI runs, reorg tests file structure to match CI grouping


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/py-eth-abi/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-eth-abi/PLIST
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/finance/py-eth-abi/Makefile:1.12
--- pkgsrc/finance/py-eth-abi/Makefile:1.11     Thu Jan 11 10:15:18 2024
+++ pkgsrc/finance/py-eth-abi/Makefile  Fri Apr 12 11:34:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/01/11 10:15:18 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/12 11:34:13 adam Exp $
 
-DISTNAME=      eth_abi-5.0.0
+DISTNAME=      eth_abi-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-abi/}
@@ -14,7 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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.9.0:../../textproc/py-parsimonious
+DEPENDS+=      ${PYPKGPREFIX}-parsimonious>=0.10.0:../../textproc/py-parsimonious
 TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.18.2:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-pythonpath>=0.7.1:../../devel/py-test-pythonpath

Index: pkgsrc/finance/py-eth-abi/PLIST
diff -u pkgsrc/finance/py-eth-abi/PLIST:1.5 pkgsrc/finance/py-eth-abi/PLIST:1.6
--- pkgsrc/finance/py-eth-abi/PLIST:1.5 Thu Jan 11 10:15:18 2024
+++ pkgsrc/finance/py-eth-abi/PLIST     Fri Apr 12 11:34:13 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/11 10:15:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/04/12 11:34:13 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -34,6 +34,7 @@ ${PYSITELIB}/eth_abi/grammar.pyo
 ${PYSITELIB}/eth_abi/packed.py
 ${PYSITELIB}/eth_abi/packed.pyc
 ${PYSITELIB}/eth_abi/packed.pyo
+${PYSITELIB}/eth_abi/py.typed
 ${PYSITELIB}/eth_abi/registry.py
 ${PYSITELIB}/eth_abi/registry.pyc
 ${PYSITELIB}/eth_abi/registry.pyo
@@ -43,7 +44,6 @@ ${PYSITELIB}/eth_abi/tools/__init__.pyo
 ${PYSITELIB}/eth_abi/tools/_strategies.py
 ${PYSITELIB}/eth_abi/tools/_strategies.pyc
 ${PYSITELIB}/eth_abi/tools/_strategies.pyo
-${PYSITELIB}/eth_abi/tools/py.typed
 ${PYSITELIB}/eth_abi/utils/__init__.py
 ${PYSITELIB}/eth_abi/utils/__init__.pyc
 ${PYSITELIB}/eth_abi/utils/__init__.pyo
@@ -53,7 +53,6 @@ ${PYSITELIB}/eth_abi/utils/numeric.pyo
 ${PYSITELIB}/eth_abi/utils/padding.py
 ${PYSITELIB}/eth_abi/utils/padding.pyc
 ${PYSITELIB}/eth_abi/utils/padding.pyo
-${PYSITELIB}/eth_abi/utils/py.typed
 ${PYSITELIB}/eth_abi/utils/string.py
 ${PYSITELIB}/eth_abi/utils/string.pyc
 ${PYSITELIB}/eth_abi/utils/string.pyo

Index: pkgsrc/finance/py-eth-abi/distinfo
diff -u pkgsrc/finance/py-eth-abi/distinfo:1.9 pkgsrc/finance/py-eth-abi/distinfo:1.10
--- pkgsrc/finance/py-eth-abi/distinfo:1.9      Thu Jan 11 10:15:18 2024
+++ pkgsrc/finance/py-eth-abi/distinfo  Fri Apr 12 11:34:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/11 10:15:18 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/12 11:34:13 adam Exp $
 
-BLAKE2s (eth_abi-5.0.0.tar.gz) = 0eb0969bafcf074421567e46a88c28a0c0371caf8f65b80ec3628377db6b8ab1
-SHA512 (eth_abi-5.0.0.tar.gz) = 89c476f09f24466c40140bea5bced0ae429894945ebfb3576e6478859244ba08e9dec6098e5cff8ff3e542870b2652ae9cb586ca078cfc31eea676609d8dc11a
-Size (eth_abi-5.0.0.tar.gz) = 48771 bytes
+BLAKE2s (eth_abi-5.1.0.tar.gz) = 70fd9cc5e5b854c428470a4234c4524889ba203b2ec87203ff7172420951db35
+SHA512 (eth_abi-5.1.0.tar.gz) = ea1c2c3063b70052085266d90919656e24bd8eb33576896003e1f2a6300992c079636116f7ce013d1e89fa58b7294cc6d0e109856865112b0d6d0f5e3dd45165
+Size (eth_abi-5.1.0.tar.gz) = 49898 bytes



Home | Main Index | Thread Index | Old Index