python-hexbytes 0.3.0-1 source package in Ubuntu

Changelog

python-hexbytes (0.3.0-1) unstable; urgency=medium

  * New upstream version 0.3.0.

 -- Guilherme de Paula Xavier Segundo <email address hidden>  Fri, 16 Sep 2022 16:08:04 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hexbytes_0.3.0-1.dsc 2.2 KiB 108db61ab159bfc6c1eebadfb992a2475500136ce6201e93671e4d8629dadb01
python-hexbytes_0.3.0.orig.tar.gz 18.6 KiB a34c2857884445bf051ef96f737bcf7beb742050cf3cf7377962f0bc7657f055
python-hexbytes_0.3.0-1.debian.tar.xz 2.5 KiB 29dce6cf05df30a488b143a8d91a5194e63013e2f9ef928e9aee8c63b4e178b7

Available diffs

No changes file available.

Binary packages built by this source

python-hexbytes-doc: Python bytes subclass decodes hex (common documentation)

 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the common documentation package.

python3-hexbytes: Python bytes subclass decodes hex (Python 3)

 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the library for Python 3.