pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 10:27:18 UTC 2023

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

Log Message:
py-eth-account: updated to 0.9.0

0.9.0

eth-account v0.9.0 (2023-06-07)

Breaking Changes

drop python3.6 support from setup

Improved Documentation

remove notices of Draft status for eips 712 and 191

Features

Add support for Python 3.11

Internal Changes - for eth-account Contributors

Upgrade Node from v12.x to v18.x in tests
pulled full new node_v18 install script
bump versions for docs dependencies
add sphinx_rtd_theme to docs/conf.py extensions list
merge in updates from python project template


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-account/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-eth-account/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-account/Makefile
diff -u pkgsrc/finance/py-eth-account/Makefile:1.10 pkgsrc/finance/py-eth-account/Makefile:1.11
--- pkgsrc/finance/py-eth-account/Makefile:1.10 Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-account/Makefile      Tue Jul  4 10:27:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/04 10:27:17 adam Exp $
 
-DISTNAME=      eth-account-0.7.0
+DISTNAME=      eth-account-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
@@ -21,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-rlp>=1.0.0:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-account/distinfo
diff -u pkgsrc/finance/py-eth-account/distinfo:1.7 pkgsrc/finance/py-eth-account/distinfo:1.8
--- pkgsrc/finance/py-eth-account/distinfo:1.7  Mon Sep 12 11:04:18 2022
+++ pkgsrc/finance/py-eth-account/distinfo      Tue Jul  4 10:27:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/09/12 11:04:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/07/04 10:27:17 adam Exp $
 
-BLAKE2s (eth-account-0.7.0.tar.gz) = 01c849850e48470bbd7ad74697ca21094cd1f59b744e71756fbc4bb42303ebe0
-SHA512 (eth-account-0.7.0.tar.gz) = 575582a3e588d7f5b947edc2c674725b5f4c06e70d54942db86b4772742a413385e83040ae3ba9c0d868d78bb58e9a87ab19c555be016336b7eeeea41650c775
-Size (eth-account-0.7.0.tar.gz) = 960377 bytes
+BLAKE2s (eth-account-0.9.0.tar.gz) = 562c0a051f0230cd765cec3176d1a3aa0d186a359394b126bd5a5ba635fe2528
+SHA512 (eth-account-0.9.0.tar.gz) = a4aea44bbd04d2317a4865095475348a244905c00d8bb56313cc92ee07d9679140c9e8906957590495a2cc2ee914aaacdfdb302bb0363b050d5f17d9d7ce6bd3
+Size (eth-account-0.9.0.tar.gz) = 100848 bytes



Home | Main Index | Thread Index | Old Index