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 Jul 12 07:25:32 UTC 2022

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

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

eth-hash v0.4.0 (2022-07-06)

Features

Add support for Python 3.8, 3.9, 3.10

Deprecations and Removals

Drop support for Python 3.5 and 3.6

eth-hash v0.3.3 (2022-06-30)

Performance improvements

Keccak backend was initialized every time it was called. Now it's initialized only the first time it's called.

Internal Changes - for eth-hash Contributors

Prune venv files from the release via MANIFEST.in


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-eth-hash/Makefile \
    pkgsrc/finance/py-eth-hash/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-hash/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-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.7 pkgsrc/finance/py-eth-hash/Makefile:1.8
--- pkgsrc/finance/py-eth-hash/Makefile:1.7     Tue Jan  4 20:53:53 2022
+++ pkgsrc/finance/py-eth-hash/Makefile Tue Jul 12 07:25:32 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/12 07:25:32 adam Exp $
 
-DISTNAME=      eth-hash-0.3.2
+DISTNAME=      eth-hash-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
 
@@ -12,6 +11,7 @@ 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
 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
Index: pkgsrc/finance/py-eth-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.7 pkgsrc/finance/py-eth-hash/distinfo:1.8
--- pkgsrc/finance/py-eth-hash/distinfo:1.7     Fri Jan 14 11:49:42 2022
+++ pkgsrc/finance/py-eth-hash/distinfo Tue Jul 12 07:25:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/01/14 11:49:42 wiz Exp $
+$NetBSD: distinfo,v 1.8 2022/07/12 07:25:32 adam Exp $
 
-BLAKE2s (eth-hash-0.3.2.tar.gz) = 08b8bee72091178a266047e6e8b3161b6298bf24a532aa34dbcc6cfea21d9f6a
-SHA512 (eth-hash-0.3.2.tar.gz) = 519255ef7e798c9fcf454215ddba6b2cce4dc81380a5da3d74a6b4aca1c9112b679dca9708f222174b67ae3815aac8b7bb784341a410ee1ca573ea342e5f3b77
-Size (eth-hash-0.3.2.tar.gz) = 5291253 bytes
+BLAKE2s (eth-hash-0.4.0.tar.gz) = f7bef8564ca0ae203851f7503e4a012879a0f75f2a9edd604730c0336861cdfd
+SHA512 (eth-hash-0.4.0.tar.gz) = e0dff092c4b678466b5a19030f3994546bb4db105b88b7392f0f56d96cf7ab9f44a4e39bcdca5195ef4f8cee9ae1121f94817451c8697b77847ccd47d83a07e5
+Size (eth-hash-0.4.0.tar.gz) = 624422 bytes

Index: pkgsrc/finance/py-eth-hash/PLIST
diff -u pkgsrc/finance/py-eth-hash/PLIST:1.2 pkgsrc/finance/py-eth-hash/PLIST:1.3
--- pkgsrc/finance/py-eth-hash/PLIST:1.2        Sun Feb  7 19:59:48 2021
+++ pkgsrc/finance/py-eth-hash/PLIST    Tue Jul 12 07:25:32 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/07 19:59:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/07/12 07:25:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -29,6 +29,7 @@ ${PYSITELIB}/eth_hash/backends/pysha3.py
 ${PYSITELIB}/eth_hash/main.py
 ${PYSITELIB}/eth_hash/main.pyc
 ${PYSITELIB}/eth_hash/main.pyo
+${PYSITELIB}/eth_hash/py.typed
 ${PYSITELIB}/eth_hash/utils.py
 ${PYSITELIB}/eth_hash/utils.pyc
 ${PYSITELIB}/eth_hash/utils.pyo



Home | Main Index | Thread Index | Old Index