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:           Thu Jun  8 10:26:04 UTC 2023

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

Log Message:
py-eth-utils: updated to 2.1.1

eth-utils v2.1.1 (2023-06-07)

Internal Changes - for eth-utils Contributors

Add currency tests with float ether inputs.
remove unused docs deps, bump version of remaining
merge updates from the python project template


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-utils/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-eth-utils/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-utils/Makefile
diff -u pkgsrc/finance/py-eth-utils/Makefile:1.9 pkgsrc/finance/py-eth-utils/Makefile:1.10
--- pkgsrc/finance/py-eth-utils/Makefile:1.9    Mon Dec 12 09:43:04 2022
+++ pkgsrc/finance/py-eth-utils/Makefile        Thu Jun  8 10:26:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/12/12 09:43:04 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/08 10:26:04 adam Exp $
 
-DISTNAME=      eth-utils-2.1.0
+DISTNAME=      eth-utils-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}
@@ -10,13 +10,12 @@ HOMEPAGE=   https://github.com/ethereum/et
 COMMENT=       Common utility functions for ethereum codebases
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cytoolz>=0.10.1:../../devel/py-cytoolz
 DEPENDS+=      ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash
 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>=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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.8 pkgsrc/finance/py-eth-utils/distinfo:1.9
--- pkgsrc/finance/py-eth-utils/distinfo:1.8    Mon Dec 12 09:43:04 2022
+++ pkgsrc/finance/py-eth-utils/distinfo        Thu Jun  8 10:26:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/12/12 09:43:04 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/06/08 10:26:04 adam Exp $
 
-BLAKE2s (eth-utils-2.1.0.tar.gz) = 3b498e0a44404a28ebb285d2d63ba5e361d158818716ef430d199456556ff161
-SHA512 (eth-utils-2.1.0.tar.gz) = 873b6e25d0c1886a188d71118db5a833530e7588e6778da2c874ba60e693b6e276c9990287b2c48381686ded201ced79bf523377fde893c4831fc2e235f13e78
-Size (eth-utils-2.1.0.tar.gz) = 470807 bytes
+BLAKE2s (eth-utils-2.1.1.tar.gz) = d535f85fc5c0fc7502952ce02f2715e63927e18ed20d7fd34dd2f2a8c0fd27d5
+SHA512 (eth-utils-2.1.1.tar.gz) = c5495d5c0e30537d01af02a8dc099fe96a742caabfef2ab350d4458da2fea10e191f903fef7b7bb6f83dc7452e928285d7fb6b6754f5ffbad54897520bb38a88
+Size (eth-utils-2.1.1.tar.gz) = 20205 bytes



Home | Main Index | Thread Index | Old Index