pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-eth-keyfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 12 07:33:02 UTC 2022

Modified Files:
        pkgsrc/finance/py-eth-keyfile: Makefile distinfo
Removed Files:
        pkgsrc/finance/py-eth-keyfile/patches: patch-setup.py

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-keyfile/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-keyfile/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-keyfile/Makefile
diff -u pkgsrc/finance/py-eth-keyfile/Makefile:1.2 pkgsrc/finance/py-eth-keyfile/Makefile:1.3
--- pkgsrc/finance/py-eth-keyfile/Makefile:1.2  Tue Jan  4 20:53:53 2022
+++ pkgsrc/finance/py-eth-keyfile/Makefile      Tue Jul 12 07:33:02 2022
@@ -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/et
 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
 

Index: pkgsrc/finance/py-eth-keyfile/distinfo
diff -u pkgsrc/finance/py-eth-keyfile/distinfo:1.3 pkgsrc/finance/py-eth-keyfile/distinfo:1.4
--- pkgsrc/finance/py-eth-keyfile/distinfo:1.3  Tue Oct 26 10:26:04 2021
+++ pkgsrc/finance/py-eth-keyfile/distinfo      Tue Jul 12 07:33:02 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:26:04 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/12 07:33:02 adam Exp $
 
-BLAKE2s (eth-keyfile-0.5.1.tar.gz) = da6f5c73a47193ebebb1e0edc3b9183dc6d4d98ea09000593821201c2962d63c
-SHA512 (eth-keyfile-0.5.1.tar.gz) = afbc0d891fa24e6ed078b19ff6de45c035ff0fd1765dae09812889fc04d902f54791dd265c6173c4c243538980c5ee6977ae36c31efec147b0720c840958d981
-Size (eth-keyfile-0.5.1.tar.gz) = 6607 bytes
-SHA1 (patch-setup.py) = 2e327353dad96657c86d824d640f4bfaf00032bf
+BLAKE2s (eth-keyfile-0.6.0.tar.gz) = f16142ce30142a413645ea0fdcf891c4dcb87d4df46e85d0315ba280ebc1ad1e
+SHA512 (eth-keyfile-0.6.0.tar.gz) = a65295931d8505b8028f5c7ebaa2693399191e4d70d4037b8d57772119f13c1e59cf9222c9429f06052d3d48d8ccd47e1127d6ca5b3e1cd0b6ca9c56dd9a3de4
+Size (eth-keyfile-0.6.0.tar.gz) = 7266 bytes



Home | Main Index | Thread Index | Old Index