15
0

Accepting request 1282374 from devel:languages:python

Forwarded request #1282245 from glaubitz

- Update to 1.0.13
    * Cython 3 requires nogil function to have an explicit exception
      value, or the gil will be acquired within the function, impacting
      performance. This patch makes the required modifications.

OBS-URL: https://build.opensuse.org/request/show/1282374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-murmurhash?expand=0&rev=4
This commit is contained in:
2025-06-03 17:11:25 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:467b7ee31c1f79f46d00436a1957fc52a0e5801369dd2f30eb7655f380735b5f
size 13233

3
murmurhash-1.0.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:737246d41ee00ff74b07b0bd1f0888be304d203ce668e642c86aa64ede30f8b7
size 13258

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 3 09:54:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.13
* Cython 3 requires nogil function to have an explicit exception
value, or the gil will be acquired within the function, impacting
performance. This patch makes the required modifications.
-------------------------------------------------------------------
Fri Apr 11 12:44:50 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-murmurhash
Version: 1.0.12
Version: 1.0.13
Release: 0
Summary: Cython bindings for MurmurHash
License: MIT