Path to this page:
./
finance/py-eth-keys,
Common API for Ethereum key operations
Branch: CURRENT,
Version: 0.7.0,
Package name: py313-eth-keys-0.7.0,
Maintainer: pkgsrc-usersA common API for Ethereum key operations with pluggable backends.
Master sites:
Filesize: 29.459 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-eth-keys-0.7.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-23) Updated to version: py312-eth-keys-0.7.0
CVS history: (Expand)
| 2026-06-28 17:41:51 by Thomas Klausner | Files touched by this commit (364) |
Log message:
*: limit Python versions due to py-numpy dropping Python 3.11 support
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
| 2025-07-07 07:58:09 by Thomas Klausner | Files touched by this commit (47) |
Log message:
*: mark more packages as not for Python<3.11
From shadow x86_64 bulk build
|
2025-04-18 13:59:37 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-keys: updated to 0.7.0
eth-keys v0.7.0 (2025-04-07)
Breaking Changes
Move tools folder into tests as that's the only place it's used.
Drops support for coincurve<=16, adds support for coincurve==21.
Bugfixes
Modulo reduce the message digest before passing it to the HMAC function
Makes PrivateKey.public_key explicitly an instance member instead of looking \
like it's a class member.
|
2025-02-05 21:49:27 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-keys: updated to 0.6.1
eth-keys v0.6.1 (2025-01-14)
Features
Merge template, adding py313 and coincurve v20 support, replace bumpversion with \
bump-my-version.
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-04-26 18:48:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-keys: updated to 0.5.1
eth-keys v0.5.1 (2024-04-23)
Internal Changes - for eth-keys Contributors
Merge template updates, notably adding python 3.12 support. Fix docs CI build.
|
2024-01-11 11:11:09 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-keys: updated to 0.5.0
eth-keys v0.5.0 (2024-01-10)
Breaking Changes
Drop python 3.6 and 3.7 support
Features
Add python 3.11 support
Internal Changes - for eth-keys Contributors
Merge template updates, notably using pre-commit for linting and change the name \
of the master branch to main
|