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:           Mon Sep 13 11:23:45 UTC 2021

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

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

eth-hash v0.3.2 (2021-09-03)

Miscellaneous changes

Drop eth-utils requirement, to fix dependency cycle


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/finance/py-eth-hash/Makefile:1.6
--- pkgsrc/finance/py-eth-hash/Makefile:1.5     Sun Feb  7 19:59:48 2021
+++ pkgsrc/finance/py-eth-hash/Makefile Mon Sep 13 11:23:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/02/07 19:59:48 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/09/13 11:23:45 adam Exp $
 
-DISTNAME=      eth-hash-0.3.1
+DISTNAME=      eth-hash-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
@@ -10,8 +10,6 @@ HOMEPAGE=     https://github.com/ethereum/et
 COMMENT=       Ethereum keccak256 hashing function
 LICENSE=       mit
 
-# circular dependency
-#DEPENDS+=     ${PYPKGPREFIX}-eth-utils>=1.0.0:../../finance/py-eth-utils
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist

Index: pkgsrc/finance/py-eth-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.3 pkgsrc/finance/py-eth-hash/distinfo:1.4
--- pkgsrc/finance/py-eth-hash/distinfo:1.3     Mon Feb 15 14:59:25 2021
+++ pkgsrc/finance/py-eth-hash/distinfo Mon Sep 13 11:23:45 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/02/15 14:59:25 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/09/13 11:23:45 adam Exp $
 
-SHA1 (eth-hash-0.3.1.tar.gz) = b1e90d8d74ae1b5a85b74ac922232876734eda4e
-RMD160 (eth-hash-0.3.1.tar.gz) = 57c7e5b67d80d181e3a03b5149f80efe827bae6c
-SHA512 (eth-hash-0.3.1.tar.gz) = 083aea8d1f6b0119bbdb4e52238ae614b8705794446a030eb1a0b60f6811c158b9613bf977c7f26151d4b00920941fa836e28ca7260505bda54e4f5da8f6b382
-Size (eth-hash-0.3.1.tar.gz) = 5289683 bytes
+SHA1 (eth-hash-0.3.2.tar.gz) = 26c24f6074b5c4319fd7b63ed10e8f85711fe278
+RMD160 (eth-hash-0.3.2.tar.gz) = 49d2cc1b8d0ac1e8fab4e54d2d8196f385d7fac9
+SHA512 (eth-hash-0.3.2.tar.gz) = 519255ef7e798c9fcf454215ddba6b2cce4dc81380a5da3d74a6b4aca1c9112b679dca9708f222174b67ae3815aac8b7bb784341a410ee1ca573ea342e5f3b77
+Size (eth-hash-0.3.2.tar.gz) = 5291253 bytes
 SHA1 (patch-setup.py) = 8da4ca9fdd58577c627df6662a3799d88e414138



Home | Main Index | Thread Index | Old Index