pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-utils py-eth-utils: updated to 2.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/7cb197c6e6f7
branches: trunk
changeset: 389889:7cb197c6e6f7
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 12 09:43:04 2022 +0000
description:
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
diffstat:
finance/py-eth-utils/Makefile | 6 +++---
finance/py-eth-utils/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 8720e79eb5d4 -r 7cb197c6e6f7 finance/py-eth-utils/Makefile
--- a/finance/py-eth-utils/Makefile Mon Dec 12 09:38:00 2022 +0000
+++ b/finance/py-eth-utils/Makefile Mon Dec 12 09:43:04 2022 +0000
@@ -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 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 311
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8720e79eb5d4 -r 7cb197c6e6f7 finance/py-eth-utils/distinfo
--- a/finance/py-eth-utils/distinfo Mon Dec 12 09:38:00 2022 +0000
+++ b/finance/py-eth-utils/distinfo Mon Dec 12 09:43:04 2022 +0000
@@ -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