head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.08.11.21.57; author adam; state Exp; branches; next ; commitid XpQtCIKicSDQgOUG; desc @@ 1.1 log @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__ @ text @$NetBSD$ 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"] @