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:           Mon Dec 12 09:43:04 UTC 2022

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

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

eth-utils v2.1.0 (2022-11-17)

Features

Allow a wider eth-hash dependency range

Performance improvements

Performance improvement of up to 65% on is_0x_prefixed

Improved Documentation

Fix typo in documentation: hexidecimal -> hexadecimal

Internal Changes - for eth-utils Contributors

Update use of @cached_property for debug2 logging.

Breaking changes

Remove support for Python 3.6, add Python 3.11, misc dev internal updates


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-eth-utils/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/finance/py-eth-utils/Makefile:1.9
--- pkgsrc/finance/py-eth-utils/Makefile:1.8    Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-utils/Makefile        Mon Dec 12 09:43:04 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/12/12 09:43:04 adam Exp $
 
-DISTNAME=      eth-utils-2.0.0
+DISTNAME=      eth-utils-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}
@@ -20,7 +20,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-tox>=3.14.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.7 pkgsrc/finance/py-eth-utils/distinfo:1.8
--- pkgsrc/finance/py-eth-utils/distinfo:1.7    Tue Jul 12 07:27:18 2022
+++ pkgsrc/finance/py-eth-utils/distinfo        Mon Dec 12 09:43:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/07/12 07:27:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2022/12/12 09:43:04 adam Exp $
 
-BLAKE2s (eth-utils-2.0.0.tar.gz) = 10ec55728ba2dbc20601e75d9ce61f7f1f63011619caa336056f1b1e14aeddf2
-SHA512 (eth-utils-2.0.0.tar.gz) = 4b0a66397923da15fbc6be68db9574c82bfa04229aebe25680664e833da2f9df68d387f4479fcbc6d901e414ad93c16408e3f277adcbdcde0ff6a8d9cc7bfb6f
-Size (eth-utils-2.0.0.tar.gz) = 2895071 bytes
+BLAKE2s (eth-utils-2.1.0.tar.gz) = 3b498e0a44404a28ebb285d2d63ba5e361d158818716ef430d199456556ff161
+SHA512 (eth-utils-2.1.0.tar.gz) = 873b6e25d0c1886a188d71118db5a833530e7588e6778da2c874ba60e693b6e276c9990287b2c48381686ded201ced79bf523377fde893c4831fc2e235f13e78
+Size (eth-utils-2.1.0.tar.gz) = 470807 bytes



Home | Main Index | Thread Index | Old Index