pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  8 10:34:37 UTC 2023

Modified Files:
        pkgsrc/finance/py-eth-keyfile: Makefile distinfo
Removed Files:
        pkgsrc/finance/py-eth-keyfile/patches: patch-setup.py

Log Message:
py-eth-keyfile: updated to 0.6.1

0.6.1
-----
- Remove deprecated `setuptools-markdown` dependency (https://github.com/ethereum/eth-keyfile/pull/37)
- Use twine to upload package to pypi


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-keyfile/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-eth-keyfile/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py

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-keyfile/Makefile
diff -u pkgsrc/finance/py-eth-keyfile/Makefile:1.4 pkgsrc/finance/py-eth-keyfile/Makefile:1.5
--- pkgsrc/finance/py-eth-keyfile/Makefile:1.4  Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-keyfile/Makefile      Thu Jun  8 10:34:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/08 10:34:37 adam Exp $
 
-DISTNAME=      eth-keyfile-0.6.0
+DISTNAME=      eth-keyfile-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keyfile/}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-eth-utils>=2.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-keyfile/distinfo
diff -u pkgsrc/finance/py-eth-keyfile/distinfo:1.5 pkgsrc/finance/py-eth-keyfile/distinfo:1.6
--- pkgsrc/finance/py-eth-keyfile/distinfo:1.5  Fri Jul 15 20:54:26 2022
+++ pkgsrc/finance/py-eth-keyfile/distinfo      Thu Jun  8 10:34:37 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/07/15 20:54:26 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/06/08 10:34:37 adam Exp $
 
-BLAKE2s (eth-keyfile-0.6.0.tar.gz) = f16142ce30142a413645ea0fdcf891c4dcb87d4df46e85d0315ba280ebc1ad1e
-SHA512 (eth-keyfile-0.6.0.tar.gz) = a65295931d8505b8028f5c7ebaa2693399191e4d70d4037b8d57772119f13c1e59cf9222c9429f06052d3d48d8ccd47e1127d6ca5b3e1cd0b6ca9c56dd9a3de4
-Size (eth-keyfile-0.6.0.tar.gz) = 7266 bytes
-SHA1 (patch-setup.py) = 3ed762ef6f6c85df570fd39b751506328afc37e9
+BLAKE2s (eth-keyfile-0.6.1.tar.gz) = d33320f4a88ffea288e6f5cb6b34152dc49c9975d27c30473e62f3887348a7bc
+SHA512 (eth-keyfile-0.6.1.tar.gz) = 82b132f1b3f04d9533c1574a8f135caaccde10c4b5708622b5775fbcab7b875ed46c43c2246375d6097c4e7a1452b4bc7e5af11a95255f6171e6c68611e3caa1
+Size (eth-keyfile-0.6.1.tar.gz) = 6686 bytes



Home | Main Index | Thread Index | Old Index