Remove prerelease tag

This commit is contained in:
nolash 2021-11-06 15:29:59 +01:00
parent 70d8ab6a33
commit 24d7c078e8
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 6 additions and 5 deletions

View File

@ -224,6 +224,7 @@ class Config(confini.Config):
config.add(getattr(args, 'rpc_credentials'), 'RPC_CREDENTIALS')
for k in extra_args.keys():
logg.debug('extra_agrs {}'.format(k))
v = extra_args[k]
if v == None:
v = '_' + k.upper()
@ -235,6 +236,7 @@ class Config(confini.Config):
pass
if existing_r == None or r != None:
config.add(r, v, exists_ok=True)
logg.debug('added {} to {}'.format(r, v))
if getattr(args, 'dumpconfig', None):
config_keys = config.all()

View File

@ -30,9 +30,7 @@ class TxHexNormalizer:
def __hex_normalize(self, data, context):
#r = add_0x(hex_uniform(strip_0x(data)))
r = hex_uniform(strip_0x(data))
logg.debug('normalize {} {} -> {}'.format(context, data, r))
return r

View File

@ -1,3 +1,3 @@
funga>=0.5.1a1,<0.6.0
funga~=0.5.1
pysha3==1.0.2
hexathon~=0.0.1a8
hexathon~=0.1.0

View File

@ -1,6 +1,6 @@
[metadata]
name = chainlib
version = 0.0.10a10
version = 0.0.10
description = Generic blockchain access library and tooling
author = Louis Holbrook
author_email = dev@holbrook.no
@ -13,6 +13,7 @@ classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Topic :: Software Development :: Libraries
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)