Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-murmurhash for 
openSUSE:Factory checked in at 2026-07-15 16:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-murmurhash (Old)
 and      /work/SRC/openSUSE:Factory/.python-murmurhash.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-murmurhash"

Wed Jul 15 16:45:34 2026 rev:7 rq:1365790 version:1.0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-murmurhash/python-murmurhash.changes      
2025-12-01 11:14:30.893537858 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-murmurhash.new.1991/python-murmurhash.changes
    2026-07-15 17:03:20.454652650 +0200
@@ -1,0 +2,7 @@
+Wed Jul  8 04:01:28 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch support-python-315.patch:
+  * Add support to build against Python 3.15.
+- Actually run the testsuite.
+
+-------------------------------------------------------------------

New:
----
  support-python-315.patch

----------(New B)----------
  New:
- Add patch support-python-315.patch:
  * Add support to build against Python 3.15.
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-murmurhash.spec ++++++
--- /var/tmp/diff_new_pack.e0hv5Z/_old  2026-07-15 17:03:23.150744422 +0200
+++ /var/tmp/diff_new_pack.e0hv5Z/_new  2026-07-15 17:03:23.154744559 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-murmurhash
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 License:        MIT
 URL:            https://github.com/explosion/murmurhash
 Source:         
https://files.pythonhosted.org/packages/source/m/murmurhash/murmurhash-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE Support Python 3.15
+Patch0:         support-python-315.patch
 BuildRequires:  %{python_module Cython >= 3.1}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
@@ -63,6 +65,11 @@
 cp -r -p murmurhash/include/murmurhash %{buildroot}%{_includedir}/
 
 %check
+tmp=$(mktemp -d)
+cp murmurhash/tests/* $tmp
+pushd $tmp
+%pytest_arch
+popd
 
 %files %{python_files}
 %doc README.md

++++++ support-python-315.patch ++++++
Index: murmurhash-1.0.15/setup.py
===================================================================
--- murmurhash-1.0.15.orig/setup.py
+++ murmurhash-1.0.15/setup.py
@@ -114,7 +114,7 @@ def setup_package():
             url=about["__uri__"],
             license=about["__license__"],
             ext_modules=cythonize(ext_modules),
-            python_requires=">=3.6,<3.15",
+            python_requires=">=3.6,<3.16",
             classifiers=[
                 "Development Status :: 5 - Production/Stable",
                 "Environment :: Console",

Reply via email to