chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 3b1388f28e2f43a1c1969521f3435cebadfd9839
parent 7a621b82354bef65a2e6348368e7bd41e306776a
Author: lash <dev@holbrook.no>
Date:   Sat, 10 Jun 2023 09:15:55 +0100

Replace pysha3 with safe-pysha3

Diffstat:
MCHANGELOG | 2++
Mrequirements.txt | 2+-
Msetup.cfg | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.17 + * Replace pysha3 with safe-pysha3 - 0.4.16 * Add long description to python package - 0.4.15 diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,5 @@ funga~=0.5.2 -pysha3==1.0.2 +safe-pysha3==1.0.4 hexathon~=0.1.7 confini~=0.6.1 aiee~=0.3.1 diff --git a/setup.cfg b/setup.cfg @@ -3,7 +3,7 @@ name=chainlib license=AGPLv3+ author_email=dev@holbrook.no description=Generic blockchain access library and tooling -version=0.4.16 +version=0.4.17 url=https://git.defalsify.org/chainlib author=Louis Holbrook