./devel/py-hexbytes, Python bytes subclass that decodes hex

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1, Package name: py312-hexbytes-1.2.1, Maintainer: pkgsrc-users

Python bytes subclass that decodes hex, with a readable console output.


Master sites:

Filesize: 7.541 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-06-18 12:34:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hexbytes: updated to 1.2.1

hexbytes v1.2.1 (2024-06-17)

Improved Documentation

Update docs structure, adding Contribution and Code of Conduct sections

Internal Changes - for hexbytes Contributors

Drop bumpversion for bump-my-version and add make package-test to build and test \ 
the package before pushing to pypi.
Run mypy with local deps installed instead of pre-commit mirrors-mypy hook.
   2024-03-20 09:59:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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