pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 12 07:27:19 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-eth-utils/Makefile \
    pkgsrc/finance/py-eth-utils/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-utils/PLIST

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-utils/Makefile
diff -u pkgsrc/finance/py-eth-utils/Makefile:1.6 pkgsrc/finance/py-eth-utils/Makefile:1.7
--- pkgsrc/finance/py-eth-utils/Makefile:1.6    Tue Jan  4 20:53:53 2022
+++ pkgsrc/finance/py-eth-utils/Makefile        Tue Jul 12 07:27:18 2022
@@ -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 @@ COMMENT=    Common utility functions for et
 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
 
Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.6 pkgsrc/finance/py-eth-utils/distinfo:1.7
--- pkgsrc/finance/py-eth-utils/distinfo:1.6    Fri Jan 14 11:49:43 2022
+++ pkgsrc/finance/py-eth-utils/distinfo        Tue Jul 12 07:27:18 2022
@@ -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

Index: pkgsrc/finance/py-eth-utils/PLIST
diff -u pkgsrc/finance/py-eth-utils/PLIST:1.2 pkgsrc/finance/py-eth-utils/PLIST:1.3
--- pkgsrc/finance/py-eth-utils/PLIST:1.2       Sun Feb  7 20:06:01 2021
+++ pkgsrc/finance/py-eth-utils/PLIST   Tue Jul 12 07:27:18 2022
@@ -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/module_loading.py
 ${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



Home | Main Index | Thread Index | Old Index