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:           Fri Apr 12 11:30:56 UTC 2024

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

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

eth-utils v4.1.0 (2024-04-01)

Internal Changes - for eth-utils Contributors

Upgrades from the template with support for Python 3.12 and linting with blocklint.
Remove cached_property dependency, as it was only for <=py37

eth-utils v4.0.0 (2024-02-22)

Breaking Changes

Web3.is_address now returns True for non-checksummed addresses.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-eth-utils/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/finance/py-eth-utils/Makefile:1.14
--- pkgsrc/finance/py-eth-utils/Makefile:1.13   Thu Jan 11 10:04:32 2024
+++ pkgsrc/finance/py-eth-utils/Makefile        Fri Apr 12 11:30:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/01/11 10:04:32 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/04/12 11:30:56 adam Exp $
 
-DISTNAME=      eth-utils-3.0.0
+DISTNAME=      eth-utils-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}

Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.11 pkgsrc/finance/py-eth-utils/distinfo:1.12
--- pkgsrc/finance/py-eth-utils/distinfo:1.11   Thu Jan 11 10:04:32 2024
+++ pkgsrc/finance/py-eth-utils/distinfo        Fri Apr 12 11:30:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/01/11 10:04:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/04/12 11:30:56 adam Exp $
 
-BLAKE2s (eth-utils-3.0.0.tar.gz) = 2a954ae8f9c04e826360181e6a8b4abf3bba3987916ccd73aac9f8ff9601361d
-SHA512 (eth-utils-3.0.0.tar.gz) = 37277e6c5695939c118509c7ad042db37dc25a99371fd628e4bf5b785b6108de9fcd8d8a43e0acce5cc0fd669c8c677903570954021625ddaf6c5ef4ce6581b8
-Size (eth-utils-3.0.0.tar.gz) = 91623 bytes
+BLAKE2s (eth-utils-4.1.0.tar.gz) = 71c57da0652c9330f5ddd44586eebf8db17fc01ed6a9a7c772ab5b88e86174e3
+SHA512 (eth-utils-4.1.0.tar.gz) = 27869e44463a0936f0a53b27ee3821c5a4317c7ed7112f9cf8c235fd4b050d02e381c8a602b7b8adec958c0a86c9bd79ba73322938ef51c30897a47f7d7e037e
+Size (eth-utils-4.1.0.tar.gz) = 91436 bytes



Home | Main Index | Thread Index | Old Index