./finance/py-eth-hash, Ethereum keccak256 hashing function

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0, Package name: py311-eth-hash-0.7.0, Maintainer: khorben

This 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: 12.171 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-12 13:28:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-hash: updated to 0.7.0

eth-hash v0.7.0 (2024-03-01)

Internal Changes - for eth-hash Contributors

Merge template updates, notably adding py312 support and testing docs build for \ 
all formats
   2024-01-11 11:01:54 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2023-06-08 12:23:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-hash: updated to 0.5.2

eth-hash v0.5.2 (2023-06-07)

Internal Changes - for eth-hash Contributors

remove unused docs deps, bump version of remaining
merge updates from the python project template
   2022-11-15 06:42:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-hash: updated to 0.5.1

eth-hash v0.5.1 (2022-11-09)

Features

Add support for Python 3.11
   2022-11-14 15:34:49 by Thomas Klausner | Files touched by this commit (15)
Log message:
py-pysha3: mark as not for python 3.11

This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
   2022-09-12 12:51:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-hash: updated to 0.5.0

eth-hash v0.5.0 (2022-07-20)

Performance improvements

Prefer pysha3 backend by default
   2022-07-12 09:25:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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