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: Thu Jun 8 10:16:55 UTC 2023
Modified Files:
pkgsrc/finance/py-eth-typing: Makefile PLIST distinfo
Log Message:
py-eth-typing: updated to 3.4.0
eth-typing v3.4.0 (2023-06-07)
Improved Documentation
pull in ethereum-python-project-template updates
Features
Add Cancun to ForkName enum.
Internal Changes - for eth-typing Contributors
remove unused docs deps, bump version of remaining
pull in ethereum-python-project-template updates
For CircleCI builds, update pip and pip install tox under sys instead of --user to avoid virtualenv versioning issues.
v3.3.0 (2023-03-08)
Features
Add Shanghai to ForkName enum.
Add support for python 3.11.
Internal Changes - for eth-typing Contributors
tox related updates for make docs to work properly. Remove some old references to python 3.5 and 3.6.
Bump mypy version to 0.910 to avoid issues installing the "[dev]" extra on Python 3.10. Update test suite to require installing the full dependency suite to help catch these errors.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-typing/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-typing/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/finance/py-eth-typing/Makefile:1.10
--- pkgsrc/finance/py-eth-typing/Makefile:1.9 Thu Sep 29 19:41:30 2022
+++ pkgsrc/finance/py-eth-typing/Makefile Thu Jun 8 10:16:55 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/09/29 19:41:30 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/08 10:16:55 adam Exp $
-DISTNAME= eth-typing-3.2.0
+DISTNAME= eth-typing-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/}
Index: pkgsrc/finance/py-eth-typing/PLIST
diff -u pkgsrc/finance/py-eth-typing/PLIST:1.2 pkgsrc/finance/py-eth-typing/PLIST:1.3
--- pkgsrc/finance/py-eth-typing/PLIST:1.2 Sun Feb 7 20:04:59 2021
+++ pkgsrc/finance/py-eth-typing/PLIST Thu Jun 8 10:16:55 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/07 20:04:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/06/08 10:16:55 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -29,3 +29,4 @@ ${PYSITELIB}/eth_typing/ethpm.pyo
${PYSITELIB}/eth_typing/evm.py
${PYSITELIB}/eth_typing/evm.pyc
${PYSITELIB}/eth_typing/evm.pyo
+${PYSITELIB}/eth_typing/py.typed
Index: pkgsrc/finance/py-eth-typing/distinfo
diff -u pkgsrc/finance/py-eth-typing/distinfo:1.8 pkgsrc/finance/py-eth-typing/distinfo:1.9
--- pkgsrc/finance/py-eth-typing/distinfo:1.8 Thu Sep 29 19:41:30 2022
+++ pkgsrc/finance/py-eth-typing/distinfo Thu Jun 8 10:16:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/29 19:41:30 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/06/08 10:16:55 adam Exp $
-BLAKE2s (eth-typing-3.2.0.tar.gz) = 205cc15dc39589ceb737a1c758029bf018ceaac1b666179ae643c0c8dac6b882
-SHA512 (eth-typing-3.2.0.tar.gz) = edbb3df28ad77eab7633b36bb383e237571726c4c8f691bb3fe3e2832a2c7733bb236f2ae2cf57c9cd051f33541ec307c912d193dcf863a4756913e67ba116b7
-Size (eth-typing-3.2.0.tar.gz) = 5970 bytes
+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
Home |
Main Index |
Thread Index |
Old Index