Sun Feb 7 19:59:48 2021 UTC ()
py-eth-hash: updated to 0.3.1

eth-hash v0.3.1

Bugfixes

Bugfix to export type annotations

eth-hash v0.3.0

Features

Export type annotations, for use in importing projects

Internal Changes - for eth-hash Contributors

Import 3 years worth of template updates


(adam)
diff -r1.4 -r1.5 pkgsrc/finance/py-eth-hash/Makefile
diff -r1.1 -r1.2 pkgsrc/finance/py-eth-hash/PLIST
diff -r1.1 -r1.2 pkgsrc/finance/py-eth-hash/distinfo

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

--- pkgsrc/finance/py-eth-hash/Makefile 2020/11/25 11:09:06 1.4
+++ pkgsrc/finance/py-eth-hash/Makefile 2021/02/07 19:59:48 1.5
@@ -1,36 +1,25 @@ @@ -1,36 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2020/11/25 11:09:06 nia Exp $ 1# $NetBSD: Makefile,v 1.5 2021/02/07 19:59:48 adam Exp $
2 2
3DISTNAME= eth-hash-0.2.0 3DISTNAME= eth-hash-0.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= finance python 5CATEGORIES= finance python
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-hash/}
8GITHUB_PROJECT= eth-hash 
9GITHUB_TAG= v${PKGVERSION_NOREV} 
10 7
11MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
12HOMEPAGE= https://github.com/ethereum/eth-hash 9HOMEPAGE= https://github.com/ethereum/eth-hash
13COMMENT= Ethereum keccak256 hashing function 10COMMENT= Ethereum keccak256 hashing function
14LICENSE= mit 11LICENSE= mit
15 12
16BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version 13# circular dependency
17#BUILD_DEPENDS+= # TODO: pytest-xdist>=0 14#DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.0:../../finance/py-eth-utils
18#BUILD_DEPENDS+= # TODO: pytest-watch>=4.1.0,<5 15DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
19BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test
20BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
21#BUILD_DEPENDS+= # TODO: pytest==3.3.2>=0 18TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox
22BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox 
23BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8 
24BUILD_DEPENDS+= ${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort 
25BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx 
26BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme 
27 19
28USE_LANGUAGES= # none 20USE_LANGUAGES= # none
29 21
30PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version 22PYTHON_VERSIONS_INCOMPATIBLE= 27
31# 'ascii' codec can't decode byte 0xe2 
32PYTHON_VERSIONS_INCOMPATIBLE+= 36 
33 23
34# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI 
35.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
36.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/finance/py-eth-hash/PLIST 2020/09/28 23:40:35 1.1
+++ pkgsrc/finance/py-eth-hash/PLIST 2021/02/07 19:59:48 1.2
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:40:35 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/02/07 19:59:48 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/eth_hash/__init__.py 8${PYSITELIB}/eth_hash/__init__.py
9${PYSITELIB}/eth_hash/__init__.pyc 9${PYSITELIB}/eth_hash/__init__.pyc
10${PYSITELIB}/eth_hash/__init__.pyo 10${PYSITELIB}/eth_hash/__init__.pyo
 11${PYSITELIB}/eth_hash/abc.py
 12${PYSITELIB}/eth_hash/abc.pyc
 13${PYSITELIB}/eth_hash/abc.pyo
11${PYSITELIB}/eth_hash/auto.py 14${PYSITELIB}/eth_hash/auto.py
12${PYSITELIB}/eth_hash/auto.pyc 15${PYSITELIB}/eth_hash/auto.pyc
13${PYSITELIB}/eth_hash/auto.pyo 16${PYSITELIB}/eth_hash/auto.pyo
14${PYSITELIB}/eth_hash/backends/__init__.py 17${PYSITELIB}/eth_hash/backends/__init__.py
15${PYSITELIB}/eth_hash/backends/__init__.pyc 18${PYSITELIB}/eth_hash/backends/__init__.pyc
16${PYSITELIB}/eth_hash/backends/__init__.pyo 19${PYSITELIB}/eth_hash/backends/__init__.pyo
17${PYSITELIB}/eth_hash/backends/auto.py 20${PYSITELIB}/eth_hash/backends/auto.py
18${PYSITELIB}/eth_hash/backends/auto.pyc 21${PYSITELIB}/eth_hash/backends/auto.pyc
19${PYSITELIB}/eth_hash/backends/auto.pyo 22${PYSITELIB}/eth_hash/backends/auto.pyo
20${PYSITELIB}/eth_hash/backends/pycryptodome.py 23${PYSITELIB}/eth_hash/backends/pycryptodome.py
21${PYSITELIB}/eth_hash/backends/pycryptodome.pyc 24${PYSITELIB}/eth_hash/backends/pycryptodome.pyc
22${PYSITELIB}/eth_hash/backends/pycryptodome.pyo 25${PYSITELIB}/eth_hash/backends/pycryptodome.pyo
23${PYSITELIB}/eth_hash/backends/pysha3.py 26${PYSITELIB}/eth_hash/backends/pysha3.py
24${PYSITELIB}/eth_hash/backends/pysha3.pyc 27${PYSITELIB}/eth_hash/backends/pysha3.pyc
25${PYSITELIB}/eth_hash/backends/pysha3.pyo 28${PYSITELIB}/eth_hash/backends/pysha3.pyo
26${PYSITELIB}/eth_hash/main.py 29${PYSITELIB}/eth_hash/main.py
27${PYSITELIB}/eth_hash/main.pyc 30${PYSITELIB}/eth_hash/main.pyc
28${PYSITELIB}/eth_hash/main.pyo 31${PYSITELIB}/eth_hash/main.pyo
29${PYSITELIB}/eth_hash/preimage.py 
30${PYSITELIB}/eth_hash/preimage.pyc 
31${PYSITELIB}/eth_hash/preimage.pyo 
32${PYSITELIB}/eth_hash/utils.py 32${PYSITELIB}/eth_hash/utils.py
33${PYSITELIB}/eth_hash/utils.pyc 33${PYSITELIB}/eth_hash/utils.pyc
34${PYSITELIB}/eth_hash/utils.pyo 34${PYSITELIB}/eth_hash/utils.pyo

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

--- pkgsrc/finance/py-eth-hash/distinfo 2020/09/28 23:40:35 1.1
+++ pkgsrc/finance/py-eth-hash/distinfo 2021/02/07 19:59:48 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/09/28 23:40:35 khorben Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/07 19:59:48 adam Exp $
2 2
3SHA1 (eth-hash-0.2.0.tar.gz) = 330eb3b14bfc138715dc1ed0a61fdb8f6b6a4d9b 3SHA1 (eth-hash-0.3.1.tar.gz) = b1e90d8d74ae1b5a85b74ac922232876734eda4e
4RMD160 (eth-hash-0.2.0.tar.gz) = 257e5d7c48d90b130a3b9059c6f9c51ab2a40b83 4RMD160 (eth-hash-0.3.1.tar.gz) = 57c7e5b67d80d181e3a03b5149f80efe827bae6c
5SHA512 (eth-hash-0.2.0.tar.gz) = 6ab1a2b91934ac20ca54da6cd572f97cae911ccbd729c0b11b42cf0b4cdb178bd6524e2b7908a6608d8da6692c0bb56b20aeec288fa2c3a7507b08868d967ff4 5SHA512 (eth-hash-0.3.1.tar.gz) = 083aea8d1f6b0119bbdb4e52238ae614b8705794446a030eb1a0b60f6811c158b9613bf977c7f26151d4b00920941fa836e28ca7260505bda54e4f5da8f6b382
6Size (eth-hash-0.2.0.tar.gz) = 16446 bytes 6Size (eth-hash-0.3.1.tar.gz) = 5289683 bytes