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:           Tue Jul 12 07:26:30 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-eth-typing/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/finance/py-eth-typing/Makefile:1.8
--- pkgsrc/finance/py-eth-typing/Makefile:1.7   Tue Jan  4 20:53:53 2022
+++ pkgsrc/finance/py-eth-typing/Makefile       Tue Jul 12 07:26:30 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/12 07:26:30 adam Exp $
 
-DISTNAME=      eth-typing-2.2.2
-PKGREVISION=   2
+DISTNAME=      eth-typing-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-typing/}

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



Home | Main Index | Thread Index | Old Index