pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-hash py-eth-hash: updated to 0.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9ee579bf160
branches: trunk
changeset: 381725:e9ee579bf160
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jul 12 07:25:32 2022 +0000
description:
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
diffstat:
finance/py-eth-hash/Makefile | 6 +++---
finance/py-eth-hash/PLIST | 3 ++-
finance/py-eth-hash/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 2bb9645bd303 -r e9ee579bf160 finance/py-eth-hash/Makefile
--- a/finance/py-eth-hash/Makefile Tue Jul 12 07:17:34 2022 +0000
+++ b/finance/py-eth-hash/Makefile Tue Jul 12 07:25:32 2022 +0000
@@ -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 @@
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
diff -r 2bb9645bd303 -r e9ee579bf160 finance/py-eth-hash/PLIST
--- a/finance/py-eth-hash/PLIST Tue Jul 12 07:17:34 2022 +0000
+++ b/finance/py-eth-hash/PLIST Tue Jul 12 07:25:32 2022 +0000
@@ -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/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
diff -r 2bb9645bd303 -r e9ee579bf160 finance/py-eth-hash/distinfo
--- a/finance/py-eth-hash/distinfo Tue Jul 12 07:17:34 2022 +0000
+++ b/finance/py-eth-hash/distinfo Tue Jul 12 07:25:32 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index