pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hexbytes
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 8 11:21:57 UTC 2026
Modified Files:
pkgsrc/devel/py-hexbytes: Makefile distinfo
Added Files:
pkgsrc/devel/py-hexbytes/patches: patch-pyproject.toml
Log Message:
py-hexbytes: updated to 2.0.0
hexbytes v2.0.0-beta.1 (2025-12-17)
Breaking Changes
- Apply template update - remove Python 3.8 and 3.9, add support for Python 3.14.
Performance Improvements
- remove redundant cast in __new__
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-hexbytes/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-hexbytes/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hexbytes/patches/patch-pyproject.toml
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-hexbytes/Makefile
diff -u pkgsrc/devel/py-hexbytes/Makefile:1.15 pkgsrc/devel/py-hexbytes/Makefile:1.16
--- pkgsrc/devel/py-hexbytes/Makefile:1.15 Thu May 15 09:23:47 2025
+++ pkgsrc/devel/py-hexbytes/Makefile Tue Sep 8 11:21:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/05/15 09:23:47 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/09/08 11:21:57 adam Exp $
-DISTNAME= hexbytes-1.3.1
+DISTNAME= hexbytes-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hexbytes/}
@@ -11,6 +11,7 @@ COMMENT= Python bytes subclass that deco
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.44.24:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
Index: pkgsrc/devel/py-hexbytes/distinfo
diff -u pkgsrc/devel/py-hexbytes/distinfo:1.14 pkgsrc/devel/py-hexbytes/distinfo:1.15
--- pkgsrc/devel/py-hexbytes/distinfo:1.14 Thu May 15 09:23:47 2025
+++ pkgsrc/devel/py-hexbytes/distinfo Tue Sep 8 11:21:57 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/05/15 09:23:47 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/09/08 11:21:57 adam Exp $
-BLAKE2s (hexbytes-1.3.1.tar.gz) = 7dc4ba17d41cb6c67b78d5d18f67ff4bc7aefb1420f7172328a66aee363a8605
-SHA512 (hexbytes-1.3.1.tar.gz) = d244c470b057c38325bfe56933ac6c1c4f6785c475d1a10b3b520583b57459038f8a27333bdf55e29380ff215adf5cc5cce000bfee43ac41d6d9fb5b4a38563c
-Size (hexbytes-1.3.1.tar.gz) = 8633 bytes
+BLAKE2s (hexbytes-2.0.0.tar.gz) = ffb18e241b6e7674f2b23de8c31fe3f21716238295d4794b5362fab0deee61fb
+SHA512 (hexbytes-2.0.0.tar.gz) = 2ce78436e255c44b6a1b6a91ba5772cde2ef914fcc599c8ac553b5192b61995ab5c1cef97fbd87a0ec45b7d99f25e43ccb318bcd1c65c11fda74a01a029a5a3b
+Size (hexbytes-2.0.0.tar.gz) = 21344 bytes
+SHA1 (patch-pyproject.toml) = f63a5c2f79156a40a8b1d8ba7624ed3323f183bd
Added files:
Index: pkgsrc/devel/py-hexbytes/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/devel/py-hexbytes/patches/patch-pyproject.toml:1.1
--- /dev/null Tue Sep 8 11:21:57 2026
+++ pkgsrc/devel/py-hexbytes/patches/patch-pyproject.toml Tue Sep 8 11:21:57 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2026/09/08 11:21:57 adam Exp $
+
+Don't install docs nor newsfragments.
+
+--- pyproject.toml.orig 2026-09-08 11:18:56.117968613 +0000
++++ pyproject.toml
+@@ -65,7 +65,7 @@ dev = [
+ ]
+
+ [tool.setuptools.packages.find]
+-exclude = ["scripts", "scripts.*", "tests", "tests.*"]
++exclude = ["docs", "docs*", "newsfragments", "newsfragments*", "scripts", "scripts.*", "tests", "tests.*"]
+
+ [tool.setuptools.package-data]
+ hexbytes = ["py.typed"]
Home |
Main Index |
Thread Index |
Old Index