diff options
author | adam <adam@pkgsrc.org> | 2022-07-12 07:33:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-12 07:33:02 +0000 |
commit | 388659386c9aa4ce4caf64b374d7dec42e734c7f (patch) | |
tree | ae7aca39faf674013e71218f6829ca3b0632a113 /finance/py-eth-keyfile/Makefile | |
parent | 5b82a11ddbdaf1ab18545e794b9c3d4c75f15623 (diff) | |
download | pkgsrc-388659386c9aa4ce4caf64b374d7dec42e734c7f.tar.gz |
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
Diffstat (limited to 'finance/py-eth-keyfile/Makefile')
-rw-r--r-- | finance/py-eth-keyfile/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/finance/py-eth-keyfile/Makefile b/finance/py-eth-keyfile/Makefile index 198f26c0bc8..4f411a51a2a 100644 --- a/finance/py-eth-keyfile/Makefile +++ b/finance/py-eth-keyfile/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:53 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/12 07:33:02 adam Exp $ -DISTNAME= eth-keyfile-0.5.1 +DISTNAME= eth-keyfile-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keyfile/} @@ -11,10 +10,9 @@ HOMEPAGE= https://github.com/ethereum/eth-keyfile COMMENT= Library for handling the encrypted keyfiles LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.7:../../security/py-cryptodome -DEPENDS+= ${PYPKGPREFIX}-cytoolz>=0.9.0:../../devel/py-cytoolz -DEPENDS+= ${PYPKGPREFIX}-eth-keys>=0.1.0:../../finance/py-eth-keys -DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.0:../../finance/py-eth-utils +DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome +DEPENDS+= ${PYPKGPREFIX}-eth-keys>=0.4.0:../../finance/py-eth-keys +DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils USE_LANGUAGES= # none |