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 Feb  4 13:48:01 UTC 2025

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

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

5.2.0

Bugfixes

Update types in is_same_address to accept AnyAddress, str, or bytes.

Features

Add Python 3.13 support and other misc. template updates


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/finance/py-eth-utils/Makefile
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/finance/py-eth-utils/Makefile:1.17
--- pkgsrc/finance/py-eth-utils/Makefile:1.16   Mon Nov 11 07:28:33 2024
+++ pkgsrc/finance/py-eth-utils/Makefile        Tue Feb  4 13:48:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/11/11 07:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/04 13:48:01 adam Exp $
 
-DISTNAME=      eth_utils-4.1.1
+DISTNAME=      eth_utils-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-utils/}
@@ -13,15 +13,12 @@ LICENSE=    mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cytoolz>=0.10.1:../../devel/py-cytoolz
 DEPENDS+=      ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash
-DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=5.0.0:../../finance/py-eth-typing
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.43.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
-TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools-[0-9]*:../../devel/py-types-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u pkgsrc/finance/py-eth-utils/distinfo:1.13 pkgsrc/finance/py-eth-utils/distinfo:1.14
--- pkgsrc/finance/py-eth-utils/distinfo:1.13   Thu May 23 11:50:30 2024
+++ pkgsrc/finance/py-eth-utils/distinfo        Tue Feb  4 13:48:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/05/23 11:50:30 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/02/04 13:48:01 adam Exp $
 
-BLAKE2s (eth_utils-4.1.1.tar.gz) = b221bbd842b905eabed0185b00f06a75e1abd23420e1eb01101423d58ba09073
-SHA512 (eth_utils-4.1.1.tar.gz) = e9d3be91a2941f6ad9e7a64ad0e69460a7c32f88a5844a4b34fb9d3e1fc1b3dc7694ff144061a0160f3adb9da36cdd571d5fce954b515e76495cdf2f138cb064
-Size (eth_utils-4.1.1.tar.gz) = 110052 bytes
+BLAKE2s (eth_utils-5.2.0.tar.gz) = 21f597dda0db6373ca65967b7b1f42032100d3aea53c131056910cc3ddc44557
+SHA512 (eth_utils-5.2.0.tar.gz) = 6e9cb7cb547a9d2aa5b5700aa2314cb69dfd44df43b088aaa870a9ba36d7edb9badd26855649d3f38a3e894e73721faa039db73a64530b69b5963307ffd466e0
+Size (eth_utils-5.2.0.tar.gz) = 120366 bytes



Home | Main Index | Thread Index | Old Index