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:49:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-eth-keyfile: updated to 0.8.1
eth-keyfile v0.8.1 (2024-04-23)
Internal Changes - for eth-keyfile Contributors
Merge template updates, notably adding python 3.12 support
|
2024-04-12 13:32:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-eth-keyfile: updated to 0.8.0
eth-keyfile v0.8.0 (2024-02-28)
Features
Add decode keyfile json v4
|
2024-01-11 11:13:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.7.0
eth-keyfile v0.7.0 (2023-12-06)
Breaking Changes
Use correct default parameters for scrypt
Drop python 3.7 support
Features
Checksum address when creating a keyfile
Internal Changes - for eth-keyfile Contributors
Merge project template updates, including using pre-commit for linting. Add typing.
|
2023-06-08 12:34:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.6.1
0.6.1
-----
- Remove deprecated `setuptools-markdown` dependency \
(https://github.com/ethereum/eth-keyfile/pull/37)
- Use twine to upload package to pypi
|
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-07-15 22:54:26 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-eth-keyfile: fix build
|
2022-07-12 09:33:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.6.0
0.6.0
- Mitigate timing attack
- Fix typo in README
- Migrate to CircleCI
- Allow salt size specification on keyfile creation
- Drop Python 3.5 and 3.6 support, Add Python 3.8-3.10 support and update \
corresponding dependencies
|
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
|