1 Commits

Author SHA256 Message Date
03c7a3d6fe - update to 5.1.0:
* Improve the performance of `hash128()`, `hash64()`, and
    `hash_bytes()` by using METH_FASTCALL, reducing the overhead
     of function calls
  * Drop support for Python 3.8, as it has reached the end of
    life on 2024-10-07
  * Fix the issue that the package cannot be built from the
    source distribution
  * Add support for Python 3.13.
  * Improve the performance of the `hash()` function with
  * METH_FASTCALL, reducing the overhead of function calls. For
    data sizes between 1–2 KB (e.g., 48x48 favicons), performance
    is 10%–20% faster. For smaller data (~500 bytes,
    like 16x16 favicons), performance increases by approximately 30%
  * Add `digest` functions that support the new buffer protocol

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mmh3?expand=0&rev=6
2025-07-05 10:49:52 +00:00
3 changed files with 24 additions and 2 deletions

3
mmh3-5.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bf46d3f16457da92fb326a15e493239696d99a36b2bb8ae2097897cf3600c73
size 543367

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Jul 5 10:48:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.1.0:
* Improve the performance of `hash128()`, `hash64()`, and
`hash_bytes()` by using METH_FASTCALL, reducing the overhead
of function calls
* Drop support for Python 3.8, as it has reached the end of
life on 2024-10-07
* Fix the issue that the package cannot be built from the
source distribution
* Add support for Python 3.13.
* Improve the performance of the `hash()` function with
* METH_FASTCALL, reducing the overhead of function calls. For
data sizes between 12 KB (e.g., 48x48 favicons), performance
is 10%20% faster. For smaller data (~500 bytes,
like 16x16 favicons), performance increases by approximately 30%
* Add `digest` functions that support the new buffer protocol
-------------------------------------------------------------------
Wed Sep 18 09:06:04 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mmh3
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-mmh3
Version: 4.1.0
Version: 5.1.0
Release: 0
Summary: Python extension for MurmurHash (MurmurHash3)
License: MIT