pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/py-eth-typing
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 10 18:41:12 UTC 2023
Modified Files:
pkgsrc/finance/py-eth-typing: Makefile PLIST distinfo
Log Message:
py-eth-typing: updated to 3.5.2
eth-typing v3.5.2 (2023-11-07)
Miscellaneous Changes
eth-typing v3.5.1 (2023-10-20)
Internal Changes - for eth-typing Contributors
Add script to maintain Network constants listed in the networks module.
Add types-setuptools to support pkg_resources and __version__
eth-typing v3.5.0 (2023-09-29)
Features
Borrowing from the typing in web3.py, open up BlockIdentifier to include BlockParams (e.g. "latest", "finalized", etc..) as well as other valid values.
Add an IntEnum class, ChainId, defining EVM-compatible network name enums as their respective chain id int values.
Internal Changes - for eth-typing Contributors
Add the tests/ directory to the distributed tarball
Added build.os config for readthedocs
Fix release command by checking the git remote upstream configuration and merge other minor template updates.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-typing/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-typing/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-typing/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-typing/Makefile
diff -u pkgsrc/finance/py-eth-typing/Makefile:1.10 pkgsrc/finance/py-eth-typing/Makefile:1.11
--- pkgsrc/finance/py-eth-typing/Makefile:1.10 Thu Jun 8 10:16:55 2023
+++ pkgsrc/finance/py-eth-typing/Makefile Fri Nov 10 18:41:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/06/08 10:16:55 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/11/10 18:41:12 adam Exp $
-DISTNAME= eth-typing-3.4.0
+DISTNAME= eth-typing-3.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/}
@@ -10,9 +10,15 @@ HOMEPAGE= https://github.com/ethereum/et
COMMENT= Common type annotations for ethereum python packages
LICENSE= mit
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-typing/PLIST
diff -u pkgsrc/finance/py-eth-typing/PLIST:1.3 pkgsrc/finance/py-eth-typing/PLIST:1.4
--- pkgsrc/finance/py-eth-typing/PLIST:1.3 Thu Jun 8 10:16:55 2023
+++ pkgsrc/finance/py-eth-typing/PLIST Fri Nov 10 18:41:12 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/06/08 10:16:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/11/10 18:41:12 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -29,4 +29,7 @@ ${PYSITELIB}/eth_typing/ethpm.pyo
${PYSITELIB}/eth_typing/evm.py
${PYSITELIB}/eth_typing/evm.pyc
${PYSITELIB}/eth_typing/evm.pyo
+${PYSITELIB}/eth_typing/networks.py
+${PYSITELIB}/eth_typing/networks.pyc
+${PYSITELIB}/eth_typing/networks.pyo
${PYSITELIB}/eth_typing/py.typed
Index: pkgsrc/finance/py-eth-typing/distinfo
diff -u pkgsrc/finance/py-eth-typing/distinfo:1.9 pkgsrc/finance/py-eth-typing/distinfo:1.10
--- pkgsrc/finance/py-eth-typing/distinfo:1.9 Thu Jun 8 10:16:55 2023
+++ pkgsrc/finance/py-eth-typing/distinfo Fri Nov 10 18:41:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/06/08 10:16:55 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/11/10 18:41:12 adam Exp $
-BLAKE2s (eth-typing-3.4.0.tar.gz) = ecb021b74166cafdc3c7bea3a0c3d00dcc3f852783d1ecb1c2bc738c27056272
-SHA512 (eth-typing-3.4.0.tar.gz) = 963fa171a69904c0f5353c21e791953c75154f1543bbf28a1ac1a3e169471d047efad317a5ce0fd1db9f78e8ac0349856b15d5e1462cb7d32508ba7c2b4ea0f8
-Size (eth-typing-3.4.0.tar.gz) = 5448 bytes
+BLAKE2s (eth-typing-3.5.2.tar.gz) = a9b93bf62fea67aa22a7e36572bdcfbf83923aa86cc6f5f60c9506935749e339
+SHA512 (eth-typing-3.5.2.tar.gz) = 7434bfa39cd7c1a8b4cbd19d5a3a783a563159c58ffe58a5bebeb83086b59e848d218a3ff4c7a8ac92d9b3f8f6bec47710665a4ca16d4d72f27ebac029313dba
+Size (eth-typing-3.5.2.tar.gz) = 16850 bytes
Home |
Main Index |
Thread Index |
Old Index