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:           Tue Nov 15 05:42:26 UTC 2022

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

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

eth-hash v0.5.1 (2022-11-09)

Features

Add support for Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/finance/py-eth-hash/Makefile:1.11
--- pkgsrc/finance/py-eth-hash/Makefile:1.10    Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-hash/Makefile Tue Nov 15 05:42:26 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/15 05:42:26 adam Exp $
 
-DISTNAME=      eth-hash-0.5.0
+DISTNAME=      eth-hash-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
@@ -11,14 +11,15 @@ COMMENT=    Ethereum keccak256 hashing func
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
-DEPENDS+=      ${PYPKGPREFIX}-pysha3>=1.0.0:../../devel/py-pysha3
+# 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
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.9 pkgsrc/finance/py-eth-hash/distinfo:1.10
--- pkgsrc/finance/py-eth-hash/distinfo:1.9     Mon Sep 12 10:51:29 2022
+++ pkgsrc/finance/py-eth-hash/distinfo Tue Nov 15 05:42:26 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/09/12 10:51:29 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/11/15 05:42:26 adam Exp $
 
-BLAKE2s (eth-hash-0.5.0.tar.gz) = b2e144254d893914c5ae1e88a0899b9d6085983789cdce1b52a9d029e6ec82b5
-SHA512 (eth-hash-0.5.0.tar.gz) = 5ab1c96348d9e708d4267236a4372d2d6b4d55a93b305e592eb6e9dcb803a50b60e9dfad8fc254cd46cca28705bae0ea02116832ddec9c165deabb71c81179d6
-Size (eth-hash-0.5.0.tar.gz) = 624379 bytes
+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



Home | Main Index | Thread Index | Old Index