pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  4 13:50:24 UTC 2025

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

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

5.2.0

Features

Merge template, adding py313 support, replace bumpversion with bump-my-version, raise required hypothesis versions.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-eth-abi/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-abi/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-abi/Makefile
diff -u pkgsrc/finance/py-eth-abi/Makefile:1.13 pkgsrc/finance/py-eth-abi/Makefile:1.14
--- pkgsrc/finance/py-eth-abi/Makefile:1.13     Mon Nov 11 07:28:32 2024
+++ pkgsrc/finance/py-eth-abi/Makefile  Tue Feb  4 13:50:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:28:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/04 13:50:24 adam Exp $
 
-DISTNAME=      eth_abi-5.1.0
+DISTNAME=      eth_abi-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-abi/}
@@ -15,13 +15,12 @@ DEPENDS+=   ${PYPKGPREFIX}-eth-typing>=3.0
 DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 DEPENDS+=      ${PYPKGPREFIX}-parsimonious>=0.10.0:../../textproc/py-parsimonious
 TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.18.2:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.22.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-pythonpath>=0.7.1:../../devel/py-test-pythonpath
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.0.0:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-abi/distinfo
diff -u pkgsrc/finance/py-eth-abi/distinfo:1.10 pkgsrc/finance/py-eth-abi/distinfo:1.11
--- pkgsrc/finance/py-eth-abi/distinfo:1.10     Fri Apr 12 11:34:13 2024
+++ pkgsrc/finance/py-eth-abi/distinfo  Tue Feb  4 13:50:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/04/12 11:34:13 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/02/04 13:50:24 adam Exp $
 
-BLAKE2s (eth_abi-5.1.0.tar.gz) = 70fd9cc5e5b854c428470a4234c4524889ba203b2ec87203ff7172420951db35
-SHA512 (eth_abi-5.1.0.tar.gz) = ea1c2c3063b70052085266d90919656e24bd8eb33576896003e1f2a6300992c079636116f7ce013d1e89fa58b7294cc6d0e109856865112b0d6d0f5e3dd45165
-Size (eth_abi-5.1.0.tar.gz) = 49898 bytes
+BLAKE2s (eth_abi-5.2.0.tar.gz) = 60ffbe8ccbe495399257b820848b158fd9ff8b611aead7954b97758e0fe54412
+SHA512 (eth_abi-5.2.0.tar.gz) = 4b63eac50a24398c81db87a021894c5fdb87e5bb96e739b795f0cd1b13053b5f637846089d6667cda48865e010f14af8ee85cf736008acc6d112da56433a92da
+Size (eth_abi-5.2.0.tar.gz) = 49797 bytes



Home | Main Index | Thread Index | Old Index