Thu Jan 11 10:01:54 2024 UTC (147d)
py-eth-hash: updated to 0.6.0

eth-hash v0.6.0 (2024-01-10)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-hash Contributors

Merge project template updates, notably use pre-commit for linting and change the name of master branch to main
Correct booleans in pyproject.toml and add test for presence of eth_hash.__version__ attribute


(adam)
diff -r1.12 -r1.13 pkgsrc/finance/py-eth-hash/Makefile
diff -r1.3 -r1.4 pkgsrc/finance/py-eth-hash/PLIST
diff -r1.11 -r1.12 pkgsrc/finance/py-eth-hash/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/finance/py-eth-hash/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-hash/Makefile 2023/06/08 10:23:14 1.12
+++ pkgsrc/finance/py-eth-hash/Makefile 2024/01/11 10:01:54 1.13
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.12 2023/06/08 10:23:14 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2024/01/11 10:01:54 adam Exp $
2 2
3DISTNAME= eth-hash-0.5.2 3DISTNAME= eth-hash-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= finance python 5CATEGORIES= finance python
6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-hash/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-hash/}
7 7
8MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/ethereum/eth-hash 9HOMEPAGE= https://github.com/ethereum/eth-hash
10COMMENT= Ethereum keccak256 hashing function 10COMMENT= Ethereum keccak256 hashing function
11LICENSE= mit 11LICENSE= mit
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15# pycryptodome
13DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome 16DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
14TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test 
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
16 18
17USE_LANGUAGES= # none 19USE_LANGUAGES= # none
18 20
19PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
20 22
21.include "../../lang/python/egg.mk" 23.include "../../lang/python/wheel.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/finance/py-eth-hash/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-hash/PLIST 2022/07/12 07:25:32 1.3
+++ pkgsrc/finance/py-eth-hash/PLIST 2024/01/11 10:01:54 1.4
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1@comment $NetBSD: PLIST,v 1.3 2022/07/12 07:25:32 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2024/01/11 10:01:54 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
8${PYSITELIB}/eth_hash/__init__.py 7${PYSITELIB}/eth_hash/__init__.py
9${PYSITELIB}/eth_hash/__init__.pyc 8${PYSITELIB}/eth_hash/__init__.pyc
10${PYSITELIB}/eth_hash/__init__.pyo 9${PYSITELIB}/eth_hash/__init__.pyo
11${PYSITELIB}/eth_hash/abc.py 10${PYSITELIB}/eth_hash/abc.py
12${PYSITELIB}/eth_hash/abc.pyc 11${PYSITELIB}/eth_hash/abc.pyc
13${PYSITELIB}/eth_hash/abc.pyo 12${PYSITELIB}/eth_hash/abc.pyo
14${PYSITELIB}/eth_hash/auto.py 13${PYSITELIB}/eth_hash/auto.py
15${PYSITELIB}/eth_hash/auto.pyc 14${PYSITELIB}/eth_hash/auto.pyc
16${PYSITELIB}/eth_hash/auto.pyo 15${PYSITELIB}/eth_hash/auto.pyo
17${PYSITELIB}/eth_hash/backends/__init__.py 16${PYSITELIB}/eth_hash/backends/__init__.py
18${PYSITELIB}/eth_hash/backends/__init__.pyc 17${PYSITELIB}/eth_hash/backends/__init__.pyc
19${PYSITELIB}/eth_hash/backends/__init__.pyo 18${PYSITELIB}/eth_hash/backends/__init__.pyo
20${PYSITELIB}/eth_hash/backends/auto.py 19${PYSITELIB}/eth_hash/backends/auto.py

cvs diff -r1.11 -r1.12 pkgsrc/finance/py-eth-hash/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-hash/distinfo 2023/06/08 10:23:14 1.11
+++ pkgsrc/finance/py-eth-hash/distinfo 2024/01/11 10:01:54 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2023/06/08 10:23:14 adam Exp $ 1$NetBSD: distinfo,v 1.12 2024/01/11 10:01:54 adam Exp $
2 2
3BLAKE2s (eth-hash-0.5.2.tar.gz) = e71670acb3e820dee96d57113e5767fd75a64485705fc63ac47fd7750b197df7 3BLAKE2s (eth-hash-0.6.0.tar.gz) = e4fd015a443174d28ff6d3ee8c81fcaf6446f98ab83e025f1f7e6467a3e683c4
4SHA512 (eth-hash-0.5.2.tar.gz) = 9e74fb08a35e7c26440d459f021cf886ca01f4aa4d435e735a0b965ee004feb271db15a0da85eecde87e62a92b9c0738aee3a49a75cf6c5f0af575ff45383492 4SHA512 (eth-hash-0.6.0.tar.gz) = a8111dd30489ed04202298d6f194708631f33ad07d1b1a4ec365309bffbac77f2baaff24a8903b5bc895508bf5c684da079cb7bf65e9dc4be3efef5a8131b814
5Size (eth-hash-0.5.2.tar.gz) = 11009 bytes 5Size (eth-hash-0.6.0.tar.gz) = 12478 bytes