pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-eth-utils py-eth-utils: updated to 2.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff9a4839d363
branches:  trunk
changeset: 381727:ff9a4839d363
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 12 07:27:18 2022 +0000

description:
py-eth-utils: updated to 2.0.0

Eth_Utils 2.0.0 (2021-11-18)

Features

Upgrade eth-typing to v3.0+, Add support for python 3.9 and 3.10 Remove support for python 3.5

diffstat:

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

diffs (57 lines):

diff -r c4683ad9aee1 -r ff9a4839d363 finance/py-eth-utils/Makefile
--- a/finance/py-eth-utils/Makefile     Tue Jul 12 07:26:30 2022 +0000
+++ b/finance/py-eth-utils/Makefile     Tue Jul 12 07:27:18 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/12 07:27:18 adam Exp $
 
-DISTNAME=      eth-utils-1.10.0
+DISTNAME=      eth-utils-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}
 
@@ -12,10 +11,10 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash
-DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=2.2.1:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
 DEPENDS+=      ${PYPKGPREFIX}-cytoolz>=0.10.1:../../devel/py-cytoolz
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.43.0:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.5:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox
 
diff -r c4683ad9aee1 -r ff9a4839d363 finance/py-eth-utils/PLIST
--- a/finance/py-eth-utils/PLIST        Tue Jul 12 07:26:30 2022 +0000
+++ b/finance/py-eth-utils/PLIST        Tue Jul 12 07:27:18 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/07 20:06:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/07/12 07:27:18 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -62,6 +62,7 @@
 ${PYSITELIB}/eth_utils/numeric.py
 ${PYSITELIB}/eth_utils/numeric.pyc
 ${PYSITELIB}/eth_utils/numeric.pyo
+${PYSITELIB}/eth_utils/py.typed
 ${PYSITELIB}/eth_utils/toolz.py
 ${PYSITELIB}/eth_utils/toolz.pyc
 ${PYSITELIB}/eth_utils/toolz.pyo
diff -r c4683ad9aee1 -r ff9a4839d363 finance/py-eth-utils/distinfo
--- a/finance/py-eth-utils/distinfo     Tue Jul 12 07:26:30 2022 +0000
+++ b/finance/py-eth-utils/distinfo     Tue Jul 12 07:27:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/14 11:49:43 wiz Exp $
+$NetBSD: distinfo,v 1.7 2022/07/12 07:27:18 adam Exp $
 
-BLAKE2s (eth-utils-1.10.0.tar.gz) = 8a989223cd0aa27370c417f310840718702e3c01e44de7044f5dc79f88a7e56b
-SHA512 (eth-utils-1.10.0.tar.gz) = 910f6d1e89c17415141e0d67c9ae915272c1709b6b691a7c5661d308d0a854c84d7d5644f4d968e7c3fba8ff38101fd8ce63134b16f845e640874de1201717f4
-Size (eth-utils-1.10.0.tar.gz) = 4602591 bytes
+BLAKE2s (eth-utils-2.0.0.tar.gz) = 10ec55728ba2dbc20601e75d9ce61f7f1f63011619caa336056f1b1e14aeddf2
+SHA512 (eth-utils-2.0.0.tar.gz) = 4b0a66397923da15fbc6be68db9574c82bfa04229aebe25680664e833da2f9df68d387f4479fcbc6d901e414ad93c16408e3f277adcbdcde0ff6a8d9cc7bfb6f
+Size (eth-utils-2.0.0.tar.gz) = 2895071 bytes



Home | Main Index | Thread Index | Old Index