Package python3-module-mmh3: Information
Source package: python3-module-mmh3
Version: 5.2.0-alt1
Build time: Oct 15, 2025, 03:59 PM
Category: Development/Python3
Report package bugHome page: https://github.com/hajimes/mmh3
License: MIT
Summary: Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
Description:
Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust non-cryptographic hash functions invented by Austin Appleby. Combined with probabilistic techniques like a Bloom filter, MinHash, and feature hashing, mmh3 allows you to develop high-performance systems in fields such as data mining, machine learning, and natural language processing.
List of RPM packages built from this SRPM:
python3-module-mmh3 (riscv64)
python3-module-mmh3-debuginfo (riscv64)
python3-module-mmh3 (riscv64)
python3-module-mmh3-debuginfo (riscv64)
Maintainer: Danil Shein
Last changed
Aug. 11, 2025 Danil Shein 5.2.0-alt1
- new version
March 29, 2023 Danil Shein 3.1.0-alt1
- new version 3.1.0 + delete 32bit archs patch (merged by upstream)
Nov. 8, 2022 Danil Shein 3.0.0-alt1
- new version 3.0.0 + actually enable tests + fix 32bit hash calculations on 32bit platforms + migrate to pyproject + build from upstream git