pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rlp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  8 11:26:04 UTC 2026

Modified Files:
        pkgsrc/devel/py-rlp: Makefile distinfo

Log Message:
py-rlp: updated to 5.0.0

pyrlp v5.0.0-beta.1 (2025-12-12)

Breaking Changes
- Drop support for Python 3.8 and 3.9

Features
- Add support for Python 3.14. Note the Rust backend only works for Python 3.10-3.12


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-rlp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-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/devel/py-rlp/Makefile
diff -u pkgsrc/devel/py-rlp/Makefile:1.23 pkgsrc/devel/py-rlp/Makefile:1.24
--- pkgsrc/devel/py-rlp/Makefile:1.23   Sun Jun 28 15:41:17 2026
+++ pkgsrc/devel/py-rlp/Makefile        Tue Sep  8 11:26:04 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2026/06/28 15:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/09/08 11:26:04 adam Exp $
 
-DISTNAME=      rlp-4.1.0
+DISTNAME=      rlp-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rlp/}
 
@@ -12,8 +11,9 @@ COMMENT=      Package for Recursive Length Pr
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2:../../finance/py-eth-utils
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.22.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-rlp/distinfo
diff -u pkgsrc/devel/py-rlp/distinfo:1.9 pkgsrc/devel/py-rlp/distinfo:1.10
--- pkgsrc/devel/py-rlp/distinfo:1.9    Wed Feb  5 19:53:12 2025
+++ pkgsrc/devel/py-rlp/distinfo        Tue Sep  8 11:26:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/02/05 19:53:12 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/09/08 11:26:04 adam Exp $
 
-BLAKE2s (rlp-4.1.0.tar.gz) = c28351c0268a5189527482da0298e0196768290694480657a40c2b60df4c78ac
-SHA512 (rlp-4.1.0.tar.gz) = 021a27e13896a715ff408a2eee7482c6b286b8284bec7ec028b5cb7a0e8423d23b4e640ac6ceac3896c3de4e7fed0de32b5df01c5d9599a245209b86f061f578
-Size (rlp-4.1.0.tar.gz) = 33429 bytes
+BLAKE2s (rlp-5.0.0.tar.gz) = c5a2701eb30b4be74e3c430bb228aa95ddc83559cdcf7c71eae0bd40c1f445e4
+SHA512 (rlp-5.0.0.tar.gz) = 9f2370bbbb75e378c6a34f792fd258253f0dc9027072919167b393fa798f88d65d9a7735fcb3b02f7e7f80482ffa1cf05d29fd62c96587ac41ee42976ad0de37
+Size (rlp-5.0.0.tar.gz) = 46769 bytes



Home | Main Index | Thread Index | Old Index