pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 18 11:59:37 UTC 2025

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

Log Message:
py-eth-keys: updated to 0.7.0

eth-keys v0.7.0 (2025-04-07)

Breaking Changes

Move tools folder into tests as that's the only place it's used.
Drops support for coincurve<=16, adds support for coincurve==21.

Bugfixes

Modulo reduce the message digest before passing it to the HMAC function
Makes PrivateKey.public_key explicitly an instance member instead of looking like it's a class member.


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

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-keys/Makefile
diff -u pkgsrc/finance/py-eth-keys/Makefile:1.9 pkgsrc/finance/py-eth-keys/Makefile:1.10
--- pkgsrc/finance/py-eth-keys/Makefile:1.9     Wed Feb  5 20:49:27 2025
+++ pkgsrc/finance/py-eth-keys/Makefile Fri Apr 18 11:59:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/02/05 20:49:27 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/18 11:59:37 adam Exp $
 
-DISTNAME=      eth_keys-0.6.1
+DISTNAME=      eth_keys-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}

Index: pkgsrc/finance/py-eth-keys/PLIST
diff -u pkgsrc/finance/py-eth-keys/PLIST:1.3 pkgsrc/finance/py-eth-keys/PLIST:1.4
--- pkgsrc/finance/py-eth-keys/PLIST:1.3        Thu Jan 11 10:11:09 2024
+++ pkgsrc/finance/py-eth-keys/PLIST    Fri Apr 18 11:59:37 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/11 10:11:09 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/18 11:59:37 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_keys/__init__.py
 ${PYSITELIB}/eth_keys/__init__.pyc
@@ -41,12 +41,6 @@ ${PYSITELIB}/eth_keys/main.py
 ${PYSITELIB}/eth_keys/main.pyc
 ${PYSITELIB}/eth_keys/main.pyo
 ${PYSITELIB}/eth_keys/py.typed
-${PYSITELIB}/eth_keys/tools/__init__.py
-${PYSITELIB}/eth_keys/tools/__init__.pyc
-${PYSITELIB}/eth_keys/tools/__init__.pyo
-${PYSITELIB}/eth_keys/tools/factories.py
-${PYSITELIB}/eth_keys/tools/factories.pyc
-${PYSITELIB}/eth_keys/tools/factories.pyo
 ${PYSITELIB}/eth_keys/utils/__init__.py
 ${PYSITELIB}/eth_keys/utils/__init__.pyc
 ${PYSITELIB}/eth_keys/utils/__init__.pyo

Index: pkgsrc/finance/py-eth-keys/distinfo
diff -u pkgsrc/finance/py-eth-keys/distinfo:1.8 pkgsrc/finance/py-eth-keys/distinfo:1.9
--- pkgsrc/finance/py-eth-keys/distinfo:1.8     Wed Feb  5 20:49:27 2025
+++ pkgsrc/finance/py-eth-keys/distinfo Fri Apr 18 11:59:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/02/05 20:49:27 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/04/18 11:59:37 adam Exp $
 
-BLAKE2s (eth_keys-0.6.1.tar.gz) = 1b65aa3ce12e1971dd4e50b1881ad2b83a09c4611b03b20c6b3e822c84bb08bc
-SHA512 (eth_keys-0.6.1.tar.gz) = 91e1f5317c3791581b2e16087a175e098a732dc64826a6d287a3912829d8027d52d881389aaab4b79c1d422a2aacfce89223c61a8c6d55f923600d4f27e76417
-Size (eth_keys-0.6.1.tar.gz) = 30090 bytes
+BLAKE2s (eth_keys-0.7.0.tar.gz) = 85c99eb49c9e77e8a9691372df9277b39e4d757d6e72036a440e5f3d59c0cff5
+SHA512 (eth_keys-0.7.0.tar.gz) = d9de91de10e8fbede67105661a8fa627e07b4b6670e210378e4a320d87ed7c8429f7628607d93b97eee656c734d7ada04f70828fa30193311d3c5af4a8c92315
+Size (eth_keys-0.7.0.tar.gz) = 30166 bytes



Home | Main Index | Thread Index | Old Index