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:           Tue Sep  8 11:12:57 UTC 2026

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

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

0.8.0

Breaking Changes

Drops support for Python 3.8 and 3.9.

Features

Adds support for Python 3.14

Internal Changes - for eth-keys Contributors

Remove unneeded from typing import Type in eth_keys/backends/__init__.py


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-eth-keys/Makefile
cvs rdiff -u -r1.9 -r1.10 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.13 pkgsrc/finance/py-eth-keys/Makefile:1.14
--- pkgsrc/finance/py-eth-keys/Makefile:1.13    Sun Jun 28 15:41:19 2026
+++ pkgsrc/finance/py-eth-keys/Makefile Tue Sep  8 11:12:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/06/28 15:41:19 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/09/08 11:12:57 adam Exp $
 
-DISTNAME=      eth_keys-0.7.0
+DISTNAME=      eth_keys-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}
@@ -10,13 +10,14 @@ HOMEPAGE=   https://github.com/ethereum/et
 COMMENT=       Common API for Ethereum key operations
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
-DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2:../../finance/py-eth-utils
 # TODO: import
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-asn1tools>=0.146.2
 TEST_DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.5:../../security/py-asn1
-TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
+TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash>=0:../../finance/py-eth-hash
 TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.0.1:../../devel/py-factory_boy
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.10.3:../../devel/py-hypothesis
 

Index: pkgsrc/finance/py-eth-keys/distinfo
diff -u pkgsrc/finance/py-eth-keys/distinfo:1.9 pkgsrc/finance/py-eth-keys/distinfo:1.10
--- pkgsrc/finance/py-eth-keys/distinfo:1.9     Fri Apr 18 11:59:37 2025
+++ pkgsrc/finance/py-eth-keys/distinfo Tue Sep  8 11:12:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/04/18 11:59:37 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/09/08 11:12:57 adam Exp $
 
-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
+BLAKE2s (eth_keys-0.8.0.tar.gz) = efd9626d9e1f5c8ec5e4a68e46b28a16f46ec99bc2114a46b1158f79548b7c9d
+SHA512 (eth_keys-0.8.0.tar.gz) = eaad3848b841b1a971efd6eaeb6356be74265d301996028d35f7b0d390e7417f9ba2eafaa916d1500203760469ca63baf5cfcc44a9e997f3ac2b1ee5b46132e8
+Size (eth_keys-0.8.0.tar.gz) = 31311 bytes



Home | Main Index | Thread Index | Old Index