pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  5 19:54:35 UTC 2025

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

Log Message:
py-eth-rlp: updated to 2.2.0

2.2.0 (2025-02-04)

Features

Merge template, adding py313 support and replacing bumpversion with bump-my-version.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-rlp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-rlp/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-rlp/Makefile
diff -u pkgsrc/finance/py-eth-rlp/Makefile:1.9 pkgsrc/finance/py-eth-rlp/Makefile:1.10
--- pkgsrc/finance/py-eth-rlp/Makefile:1.9      Mon Nov 11 07:28:33 2024
+++ pkgsrc/finance/py-eth-rlp/Makefile  Wed Feb  5 19:54:35 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/05 19:54:35 adam Exp $
 
-DISTNAME=      eth-rlp-2.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      eth_rlp-2.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-rlp/}
 
@@ -17,8 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-rlp>=0.6.0:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.1:../../devel/py-typing-extensions

Index: pkgsrc/finance/py-eth-rlp/distinfo
diff -u pkgsrc/finance/py-eth-rlp/distinfo:1.10 pkgsrc/finance/py-eth-rlp/distinfo:1.11
--- pkgsrc/finance/py-eth-rlp/distinfo:1.10     Fri Apr 12 11:36:11 2024
+++ pkgsrc/finance/py-eth-rlp/distinfo  Wed Feb  5 19:54:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/04/12 11:36:11 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/02/05 19:54:35 adam Exp $
 
-BLAKE2s (eth-rlp-2.1.0.tar.gz) = e65248cf500d137392574460b1f73022abe13d606b93801f451ddc5485aa2f7c
-SHA512 (eth-rlp-2.1.0.tar.gz) = 0ae602f75858dc51301079907c54817950af75dab44a6727b4e51a71a3a233b48ebbe9400c766582eddf305e2a4603f48fff0d8b4c85437aa4eaf9859fcdcff2
-Size (eth-rlp-2.1.0.tar.gz) = 7345 bytes
+BLAKE2s (eth_rlp-2.2.0.tar.gz) = 37d39a7b1a59e9c2f58d49f8cc498e5a3b69991176a6c8387717462b47f94f93
+SHA512 (eth_rlp-2.2.0.tar.gz) = 702d854bf7a2d8ce67427e5f6d8df40c9e9bfbd1a5aecc8ef4b738fad519e20212be5a7e777f1aeb3e5cbe8ff6b7e9abdff9012180916fb511984246afb6d703
+Size (eth_rlp-2.2.0.tar.gz) = 7720 bytes



Home | Main Index | Thread Index | Old Index