Path to this page:
./
devel/py-hexbytes,
Python bytes subclass that decodes hex
Branch: CURRENT,
Version: 1.2.1,
Package name: py311-hexbytes-1.2.1,
Maintainer: pkgsrc-usersPython bytes subclass that decodes hex, with a readable console output.
Master sites:
Filesize: 7.541 KB
Version history: (Expand)
- (2024-06-18) Updated to version: py311-hexbytes-1.2.1
- (2024-03-20) Updated to version: py311-hexbytes-1.2.0
- (2024-03-03) Updated to version: py311-hexbytes-1.1.0
- (2023-11-10) Updated to version: py311-hexbytes-1.0.0
- (2023-06-11) Updated to version: py310-hexbytes-0.3.1
- (2022-09-12) Updated to version: py310-hexbytes-0.3.0
CVS history: (Expand)
2024-03-20 09:59:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hexbytes: updated to 1.2.0
hexbytes v1.2.0 (2024-03-19)
Features
Add to_0x_hex() method to provide a quick, explicit way to get an 0x-prefixed string
|
2024-03-03 08:51:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hexbytes: updated to 1.1.0
hexbytes v1.1.0 (2024-03-01)
Internal Changes - for hexbytes Contributors
Change the name of master branch to main
Merge template updates, notably adding py312 support
|
2023-11-10 20:06:15 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-hexbytes: needs TOOL_DEPENDS
|
2023-11-10 19:57:27 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-hexbytes: switch to wheel.mk
|
2023-11-10 19:38:45 by Adam Ciarcinski | Files touched by this commit (2) | |
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
|
2023-06-09 09:04:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hexbytes: updated to 0.3.1
HexBytes v0.3.1 (2023-06-08)
Improved Documentation
pull in ethereum-python-project-template updates
Internal Changes - for hexbytes Contributors
pull in ethereum-python-project-template updates
|
2022-09-12 13:01:34 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-hexbytes: updated to 0.3.0
HexBytes v0.3.0 (2022-08-17)
Breaking changes
Drop support for Python 3.6, update Sphinx doc dependency requirement
|
2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34) |
Log message:
*: remove workaround patches for python 3.6
|