Tue Jul 12 07:26:30 2022 UTC ()
py-eth-typing: updated to 3.1.0

v3.1.0 (2022-06-22)

Features

Setup towncrier to generate release notes from fragment files to ensure a higher standard for release notes.
Add new BLSPrivateKey type for BLS private key
Add __all__ property to __init__.py with appropriate types to explicitly export
Add GrayGlacier to ForkName enum

v3.0.0 (2021-11-15)

Update ForkName enum to include Berlin, London, and ArrowGlacier
Update Python support to include python 3.8-3.10
Remove Python 3.5 support


(adam)
diff -r1.7 -r1.8 pkgsrc/finance/py-eth-typing/Makefile
diff -r1.6 -r1.7 pkgsrc/finance/py-eth-typing/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/finance/py-eth-typing/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-typing/Makefile 2022/01/04 20:53:53 1.7
+++ pkgsrc/finance/py-eth-typing/Makefile 2022/07/12 07:26:30 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/07/12 07:26:30 adam Exp $
2 2
3DISTNAME= eth-typing-2.2.2 3DISTNAME= eth-typing-3.1.0
4PKGREVISION= 2 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= finance python 5CATEGORIES= finance python
7MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/}
8 7
9MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
10HOMEPAGE= https://github.com/ethereum/eth-typing 9HOMEPAGE= https://github.com/ethereum/eth-typing
11COMMENT= Common type annotations for ethereum python packages 10COMMENT= Common type annotations for ethereum python packages
12LICENSE= mit 11LICENSE= mit
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15 14
16PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
17 16

cvs diff -r1.6 -r1.7 pkgsrc/finance/py-eth-typing/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-typing/distinfo 2022/01/14 11:49:43 1.6
+++ pkgsrc/finance/py-eth-typing/distinfo 2022/07/12 07:26:30 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/01/14 11:49:43 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2022/07/12 07:26:30 adam Exp $
2 2
3BLAKE2s (eth-typing-2.2.2.tar.gz) = 38d82fcc788b649c279792fe0610a5cc340a8ba57a9abf0b7bcdcfeea9c49a8b 3BLAKE2s (eth-typing-3.1.0.tar.gz) = 4e0939b6def798419dbda9fc02d67f8495a7ceed572aea83b8dcf205162c7c22
4SHA512 (eth-typing-2.2.2.tar.gz) = 79185a1a940b776cc350c6b5e3506d6fa27a3cc6d8ea233f59e9b1696589c62f8af777f0b9d90be6ba4045cc456cd0ab972a12c67120ddb2d302cb111e82dffe 4SHA512 (eth-typing-3.1.0.tar.gz) = 1646edfb233bea4a069f75238f7afa73f447da5f5949ae73763466e7b80cbb67e79032eb261bf0de6125c71f186c2984c135b64085fff948ad8fbad4f86dd0cb
5Size (eth-typing-2.2.2.tar.gz) = 5378 bytes 5Size (eth-typing-3.1.0.tar.gz) = 5953 bytes