pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  8 10:23:14 UTC 2023

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

Log Message:
py-eth-hash: updated to 0.5.2

eth-hash v0.5.2 (2023-06-07)

Internal Changes - for eth-hash Contributors

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.11 -r1.12 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-hash/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-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.11 pkgsrc/finance/py-eth-hash/Makefile:1.12
--- pkgsrc/finance/py-eth-hash/Makefile:1.11    Tue Nov 15 05:42:26 2022
+++ pkgsrc/finance/py-eth-hash/Makefile Thu Jun  8 10:23:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/11/15 05:42:26 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/06/08 10:23:14 adam Exp $
 
-DISTNAME=      eth-hash-0.5.1
+DISTNAME=      eth-hash-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
@@ -11,11 +11,8 @@ COMMENT=     Ethereum keccak256 hashing func
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
-# optional
-#DEPENDS+=     ${PYPKGPREFIX}-pysha3>=1.0.0:../../devel/py-pysha3
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../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-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.10 pkgsrc/finance/py-eth-hash/distinfo:1.11
--- pkgsrc/finance/py-eth-hash/distinfo:1.10    Tue Nov 15 05:42:26 2022
+++ pkgsrc/finance/py-eth-hash/distinfo Thu Jun  8 10:23:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/11/15 05:42:26 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/06/08 10:23:14 adam Exp $
 
-BLAKE2s (eth-hash-0.5.1.tar.gz) = 340c97b12d2d72a7f2c4d98822deefe90c20962872cb6e77e0a21290cfda5741
-SHA512 (eth-hash-0.5.1.tar.gz) = dcab4c504fb2cb8bf16b326c28d04b4d4e78c44b9b6f99eb860a617b414e6329399fa13c9d1710fbebae1895f4b0f452362d0c4b77999c37b2fb86f92a7949c9
-Size (eth-hash-0.5.1.tar.gz) = 624392 bytes
+BLAKE2s (eth-hash-0.5.2.tar.gz) = e71670acb3e820dee96d57113e5767fd75a64485705fc63ac47fd7750b197df7
+SHA512 (eth-hash-0.5.2.tar.gz) = 9e74fb08a35e7c26440d459f021cf886ca01f4aa4d435e735a0b965ee004feb271db15a0da85eecde87e62a92b9c0738aee3a49a75cf6c5f0af575ff45383492
+Size (eth-hash-0.5.2.tar.gz) = 11009 bytes



Home | Main Index | Thread Index | Old Index