python-xxhash 3.2.0-1 source package in Ubuntu
Changelog
python-xxhash (3.2.0-1) unstable; urgency=medium * New upstream release. * Fix Build-Depends: add python3-all-dev, drop python3-dev. Closes: #1026623. -- Wouter Verhelst <email address hidden> Thu, 29 Dec 2022 10:15:53 +0200
Upload details
- Uploaded by:
- Wouter Verhelst
- Uploaded to:
- Sid
- Original maintainer:
- Wouter Verhelst
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-xxhash_3.2.0-1.dsc | 1.4 KiB | c171674f11544e303f8a3d60320c69f527825f94b6f5a6c6dfb0e71c027bfdd2 |
python-xxhash_3.2.0.orig.tar.gz | 17.6 KiB | 2601024c6d42fd7b320d46d3a2afb7c17304bdc51cd8234dac3fcbb7c977b748 |
python-xxhash_3.2.0-1.debian.tar.xz | 3.1 KiB | c647c6874bc7468b432866d1f21b317f47fc944aa88b60ff98abb8035b231d13 |
Available diffs
- diff from 3.0.0-1 to 3.2.0-1 (2.9 KiB)
- diff from 3.0.0-1build1 (in Ubuntu) to 3.2.0-1 (3.0 KiB)
No changes file available.
Binary packages built by this source
- python3-xxhash: Bindings for the xxHash library (Python 3)
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
It successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
.
This package installs the Python 3 bindings.
- python3-xxhash-dbgsym: debug symbols for python3-xxhash