pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  8 10:34:20 UTC 2026

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

Log Message:
py-eth-utils: updated to 6.0.0

eth-utils v6.0.0 (2026-03-25)

No significant changes.

eth-utils v6.0.0-beta.1 (2025-12-17)

Breaking Changes

Drop support for Python 3.8 and 3.9.

Features

Add support for Python 3.14

Internal Changes - for eth-utils Contributors

Add **kwargs to model_json_schema method to allow for newer Pydantic versions
Pin Pyupgrade to 3.21.2 in pre-commit config

Performance Improvements

optimize apply_formatters_to_sequence


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/py-eth-utils/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/finance/py-eth-utils/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-utils/Makefile
diff -u pkgsrc/finance/py-eth-utils/Makefile:1.23 pkgsrc/finance/py-eth-utils/Makefile:1.24
--- pkgsrc/finance/py-eth-utils/Makefile:1.23   Sun Jun 28 15:41:20 2026
+++ pkgsrc/finance/py-eth-utils/Makefile        Tue Sep  8 10:34:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/06/28 15:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/09/08 10:34:20 adam Exp $
 
-DISTNAME=      eth_utils-5.3.1
+DISTNAME=      eth_utils-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-eth-hash>=0.3.1
 DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=5.0.0:../../finance/py-eth-typing
 DEPENDS+=      ${PYPKGPREFIX}-pydantic>=2.0.0:../../devel/py-pydantic
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.43.0:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.18.2:../../lang/py-mypy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none

Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.16 pkgsrc/finance/py-eth-utils/distinfo:1.17
--- pkgsrc/finance/py-eth-utils/distinfo:1.16   Sun Dec 28 10:30:22 2025
+++ pkgsrc/finance/py-eth-utils/distinfo        Tue Sep  8 10:34:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/12/28 10:30:22 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/09/08 10:34:20 adam Exp $
 
-BLAKE2s (eth_utils-5.3.1.tar.gz) = 1a079ae8949da955843368bb1507199f9b6eb5088468945426cdeef16fc515f6
-SHA512 (eth_utils-5.3.1.tar.gz) = e8f237bab634202c1bc1fb8b4496286835c83aca2810f4a206b7afbd90c0e283e2bb83fca711fcfbf91c747df87af392c5a582078d0e93bece0c8f629e622632
-Size (eth_utils-5.3.1.tar.gz) = 123506 bytes
+BLAKE2s (eth_utils-6.0.0.tar.gz) = a84b5b779c808ec42d1d51768b8cc31a08c19c25c5f78b231c830c3af6fbc4b0
+SHA512 (eth_utils-6.0.0.tar.gz) = d177edc59e73d9ed247e2ddb3ba221d3f6d8c1e10b867010a5c321b5fda9e33b495b36762b127c9a9dbae38017a31a79c140285b1751734bd87a38d65c4ce6b0
+Size (eth_utils-6.0.0.tar.gz) = 123457 bytes



Home | Main Index | Thread Index | Old Index