forked from pool/python-murmurhash
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:
@@ -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
3
murmurhash-1.0.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:737246d41ee00ff74b07b0bd1f0888be304d203ce668e642c86aa64ede30f8b7
|
||||
size 13258
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user