Path to this page:
./
finance/py-eth-hash,
Ethereum keccak256 hashing function
Branch: CURRENT,
Version: 0.4.0,
Package name: py310-eth-hash-0.4.0,
Maintainer: khorbenThis is a low-level library, intended to be used internally by other Ethereum
tools. If you're looking for a convenient hashing tool, check out
eth_utils.keccak() which will be a little friendlier, and provide access to
other helpful utilities.
Read more in the documentation on ReadTheDocs.
Note: the similarly named pyethash has a completely different use: it generates
proofs of work.
Master sites:
Filesize: 609.787 KB
Version history: (Expand)
- (2022-07-12) Updated to version: py310-eth-hash-0.4.0
- (2022-01-05) Updated to version: py39-eth-hash-0.3.2nb1
- (2021-10-07) Updated to version: py39-eth-hash-0.3.2
- (2021-09-13) Updated to version: py38-eth-hash-0.3.2
- (2021-02-07) Updated to version: py38-eth-hash-0.3.1
- (2020-10-08) Updated to version: py37-eth-hash-0.2.0nb1
CVS history: (Expand)
2022-07-12 09:25:32 by Adam Ciarcinski | Files touched by this commit (3) |  |
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
|
2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34) |
Log message:
*: remove workaround patches for python 3.6
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Remove SHA1 hashes for distfiles
|
2021-09-13 13:23:45 by Adam Ciarcinski | Files touched by this commit (2) |  |
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
|
2021-02-15 15:59:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(finance/py-eth-hash) build fix for py36 (only)
py36 gives following flag:
Traceback (most recent call last):
File "setup.py", line 50, in <module>
long_description = readme.read()
File "/usr/pkg/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2861: \
ordinal not in range(128)
|
2021-02-07 20:59:48 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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
|