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:           Fri Apr 18 12:51:38 UTC 2025

Modified Files:
        pkgsrc/finance/py-eth-keyfile: Makefile PLIST distinfo

Log Message:
py-eth-keyfile: updated to 0.9.1

eth-keyfile v0.9.1 (2025-02-10)

Bugfixes

Fix bug where iv value in v3 keyfile could be length less than 32.

eth-keyfile v0.9.0 (2025-01-29)

Features

Merge template, adding py313 support and replacing bumpversion with bump-my-versions


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-keyfile/Makefile \
    pkgsrc/finance/py-eth-keyfile/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-keyfile/PLIST

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.9 pkgsrc/finance/py-eth-keyfile/Makefile:1.10
--- pkgsrc/finance/py-eth-keyfile/Makefile:1.9  Mon Nov 11 07:28:32 2024
+++ pkgsrc/finance/py-eth-keyfile/Makefile      Fri Apr 18 12:51:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/18 12:51:38 adam Exp $
 
-DISTNAME=      eth_keyfile-0.8.1
+DISTNAME=      eth_keyfile-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keyfile/}
@@ -12,13 +12,12 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
+DEPENDS+=      ${PYPKGPREFIX}-ecc>=5.2.0:../../security/py-ecc
 DEPENDS+=      ${PYPKGPREFIX}-eth-keys>=0.4.0:../../finance/py-eth-keys
 DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-keyfile/distinfo
diff -u pkgsrc/finance/py-eth-keyfile/distinfo:1.9 pkgsrc/finance/py-eth-keyfile/distinfo:1.10
--- pkgsrc/finance/py-eth-keyfile/distinfo:1.9  Fri Apr 26 16:49:19 2024
+++ pkgsrc/finance/py-eth-keyfile/distinfo      Fri Apr 18 12:51:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/04/26 16:49:19 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/04/18 12:51:38 adam Exp $
 
-BLAKE2s (eth_keyfile-0.8.1.tar.gz) = 3c916a24ba113867f71220468ba527cb10b0a2060e27f34218b6aebaf4a95f8e
-SHA512 (eth_keyfile-0.8.1.tar.gz) = da2af1a043c19b1204943d70385e61f2296a2bdd3e76b4427d576563323feb503e6d7baed7968bdc71d339edf8ef4b13e85513d3c766f363c51b7ea1faf6660c
-Size (eth_keyfile-0.8.1.tar.gz) = 12267 bytes
+BLAKE2s (eth_keyfile-0.9.1.tar.gz) = daecb38a3d1adfd89e2f85ff4151d5ce1cc7cfb30b32fee759583db415c33cc5
+SHA512 (eth_keyfile-0.9.1.tar.gz) = 18c8800b8c3c6c070e1d3dd8b78dc91945f1aed0c9c2f8f805869859fe598240b0d038dcc0eadb19a1aa660e70de4298e50e1070bfce471f617926b3909cdb65
+Size (eth_keyfile-0.9.1.tar.gz) = 19787 bytes

Index: pkgsrc/finance/py-eth-keyfile/PLIST
diff -u pkgsrc/finance/py-eth-keyfile/PLIST:1.2 pkgsrc/finance/py-eth-keyfile/PLIST:1.3
--- pkgsrc/finance/py-eth-keyfile/PLIST:1.2     Thu Jan 11 10:13:03 2024
+++ pkgsrc/finance/py-eth-keyfile/PLIST Fri Apr 18 12:51:38 2025
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2024/01/11 10:13:03 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/18 12:51:38 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/eth_keyfile/__init__.py
 ${PYSITELIB}/eth_keyfile/__init__.pyc
 ${PYSITELIB}/eth_keyfile/__init__.pyo
+${PYSITELIB}/eth_keyfile/exceptions.py
+${PYSITELIB}/eth_keyfile/exceptions.pyc
+${PYSITELIB}/eth_keyfile/exceptions.pyo
 ${PYSITELIB}/eth_keyfile/keyfile.py
 ${PYSITELIB}/eth_keyfile/keyfile.pyc
 ${PYSITELIB}/eth_keyfile/keyfile.pyo



Home | Main Index | Thread Index | Old Index