pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  4 13:41:21 UTC 2025

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

Log Message:
py-eth-hash: updated to 0.7.1

0.7.1

Internal Changes - for eth-hash Contributors

Merge template, updating CI runs and what is included in package files
Run mypy linting locally via a pre-commit hook
Merge template updates, notably adding support for py313 and moving docs from the README to ReadTheDocs


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-eth-hash/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-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.15 pkgsrc/finance/py-eth-hash/Makefile:1.16
--- pkgsrc/finance/py-eth-hash/Makefile:1.15    Mon Nov 11 07:28:32 2024
+++ pkgsrc/finance/py-eth-hash/Makefile Tue Feb  4 13:41:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:32 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/04 13:41:21 adam Exp $
 
-DISTNAME=      eth-hash-0.7.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      eth_hash-0.7.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
 
@@ -17,7 +17,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.13 pkgsrc/finance/py-eth-hash/distinfo:1.14
--- pkgsrc/finance/py-eth-hash/distinfo:1.13    Fri Apr 12 11:28:56 2024
+++ pkgsrc/finance/py-eth-hash/distinfo Tue Feb  4 13:41:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/04/12 11:28:56 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/02/04 13:41:21 adam Exp $
 
-BLAKE2s (eth-hash-0.7.0.tar.gz) = 617577e0da6d4adb5df0c57a79aa9466d166aafee843e49c9496b4b9319b5937
-SHA512 (eth-hash-0.7.0.tar.gz) = 7922818080e80b4b793d7cd5be0f8998edcad73b40fb2920dd759e0fdfc2384322b513573071ba75c5b723651cee17001abdd6fdda1c902bd94d3ea964e04ab5
-Size (eth-hash-0.7.0.tar.gz) = 12463 bytes
+BLAKE2s (eth_hash-0.7.1.tar.gz) = c583698b334f454258c4a9033711e1fb993f58d8fc7dd98fa575b1eabd136780
+SHA512 (eth_hash-0.7.1.tar.gz) = 6f33b317a514bc965d3f981af14329fc785d3536e033550a1966530243bcc25176326b949ead2de19df0a4732298ca96a4201e34f649b986b8c0ec04a7e76d3d
+Size (eth_hash-0.7.1.tar.gz) = 12227 bytes



Home | Main Index | Thread Index | Old Index