Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hexbytes
From: Adam Ciarcinski
Date: 2023-11-10 19:38:45
Message id: 20231110183845.E520DFA2F@cvs.NetBSD.org
Log Message:
py-hexbytes: updated to 1.0.0
hexbytes v1.0.0 (2023-11-07)
Breaking Changes
Move HexBytes prepend of 0x from hex method to __repr__ to not break hex of \
parent bytes class
Drop python 3.7 support
Internal Changes - for hexbytes Contributors
Added missing build dependency.
Add build.os config for readthedocs
Change to using pre-commit to manage linting tools
Merge project template updates and bump mypy to v1.5.1
Merge template - .gitignore updates and other fixes
Merge template updates, including additional linting, move most lint config to \
pyproject.toml
Files: