chaind

Base package for chain queue serviceBase package for chain queue service
Log | Files | Refs | LICENSE

commit 3add8b5fa22822eeb79c2b25ca1ab3d0e88592b4
parent c360edbf75203a2235196e6f3bfc991f1bc69ad9
Author: lash <dev@holbrook.no>
Date:   Wed,  7 Jun 2023 10:15:27 +0100

Upgrade deps

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.0 + * Upgrade dependencies (chainlib 0.4.x) - 0.3.1 * Change license to AGPL3 and copyright waived to public domain - 0.3.0 diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,6 @@ -chainlib~=0.3.0 -chainqueue~=0.2.0 -chainsyncer~=0.5.0 -confini~=0.6.1 -funga~=0.5.2 +chainlib~=0.4.16 +chainqueue~=0.2.4 +chainsyncer~=0.7.0 +confini~=0.6.4 +funga~=0.5.6 pyxdg~=0.26 diff --git a/setup.cfg b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = chaind -version = 0.3.2 +version = 0.4.0 description = Base package for chain queue service author = Louis Holbrook author_email = dev@holbrook.no -url = https://git.defalsify.org/chaind.eth +url = https://git.defalsify.org/chaind keywords = blockchain cryptocurrency @@ -18,12 +18,12 @@ classifiers = License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Topic :: Internet # Topic :: Blockchain :: EVM -license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) +license = AGPLv3+ licence_files = LICENSE [options] -python_requires = >= 3.7 +python_requires = >= 3.8 include_package_data = True packages = chaind