./finance/py-eth-keyfile, Library for handling the encrypted keyfiles

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


Branch: CURRENT, Version: 0.9.1, Package name: py313-eth-keyfile-0.9.1, Maintainer: pkgsrc-users

A library for handling the encrypted keyfiles used to store ethereum private
keys.


Master sites:

Filesize: 19.323 KB

Version history: (Expand)


CVS history: (Expand)


   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 14:51:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-eth-keyfile: updated to 0.9.1

eth-keyfile v0.9.1 (2025-02-10)

Bugfixes

Fix bug where iv value in v3 keyfile could be length less than 32.

eth-keyfile v0.9.0 (2025-01-29)

Features

Merge template, adding py313 support and replacing bumpversion with bump-my-versions
   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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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