Skip to content
Success

Changes

Summary

  1. osmocom.utils: Make b2h/i2h/swap_nibbles return hexstr type (details)
  2. osmocom.utils: Return hexstr type form argparse helpers (details)
  3. osmocom.utils: Make 'hexstr' type hashable (details)
  4. bump version to 0.0.4 for the recent hexstr improvements (details)
Commit 84b1b498b4db0625b353c31608f078e82d28f16e by laforge
osmocom.utils: Make b2h/i2h/swap_nibbles return hexstr type

Change-Id: I4c72c33baf6e4b3a39fb28d72ad66fbd3e957e95
The file was modifiedsrc/osmocom/utils.py
Commit d6b33a53d3a93f0749cf45a96b388a77d8a76047 by laforge
osmocom.utils: Return hexstr type form argparse helpers

Change-Id: Ide9f3c6b364d867f2dfc1b7dfda40dbab03c5130
The file was modifiedsrc/osmocom/utils.py
Commit 90fd85c2c21d7ed11c3c0f463e6587dcda07a3c0 by laforge
osmocom.utils: Make 'hexstr' type hashable

otherwise we couldn't use hexstr values as dict keys, for example

Change-Id: Ic9e1f8af1db436af5456fe5964133a144c9e066b
The file was modifiedsrc/osmocom/utils.py
Commit 529204cd4931a0df33300bcdab43b7d08ae2bd3d by laforge
bump version to 0.0.4 for the recent hexstr improvements

Change-Id: I4bc48a5c3546bd8d170bc97f77a9ecf557f933ae
The file was modifiedpyproject.toml