Commit graph

7 commits

Author SHA1 Message Date
adam
a5ecca20fd 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-09-13 11:23:45 +00:00
mef
40825c4476 (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-15 14:59:25 +00:00
adam
5260875ff8 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
2021-02-07 19:59:48 +00:00
nia
25e7d939ab Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6. 2020-11-25 11:09:06 +00:00
gutteridge
7cff882b79 py-eth-hash: mark Python 2.7 incompatibility due to dependency 2020-10-09 03:28:26 +00:00
khorben
a3a769d441 py-bump2version: use in place of py-bumpversion
Bumps PKGREVISION in affected packages.
2020-10-08 19:09:05 +00:00
khorben
591987dcc4 py-eth-hash: import version 0.2.0
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.
2020-09-28 23:40:35 +00:00