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 2023-12-11 21:50:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-murmurhash (Old)
 and      /work/SRC/openSUSE:Factory/.python-murmurhash.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-murmurhash"

Mon Dec 11 21:50:43 2023 rev:2 rq:1132371 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-murmurhash/python-murmurhash.changes      
2023-09-07 21:12:48.865462765 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-murmurhash.new.25432/python-murmurhash.changes
   2023-12-11 21:50:53.996302605 +0100
@@ -1,0 +2,6 @@
+Sun Dec 10 21:50:28 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.10:
+  * Package updates and binary wheels for python 3.12.
+
+-------------------------------------------------------------------

Old:
----
  murmurhash-1.0.9.tar.gz

New:
----
  murmurhash-1.0.10.tar.gz

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

Other differences:
------------------
++++++ python-murmurhash.spec ++++++
--- /var/tmp/diff_new_pack.Gadg1I/_old  2023-12-11 21:50:54.624325862 +0100
+++ /var/tmp/diff_new_pack.Gadg1I/_new  2023-12-11 21:50:54.628326010 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-murmurhash
-Version:        1.0.9
+Version:        1.0.10
 Release:        0
 Summary:        Cython bindings for MurmurHash
 License:        MIT

++++++ murmurhash-1.0.9.tar.gz -> murmurhash-1.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/murmurhash-1.0.9/PKG-INFO 
new/murmurhash-1.0.10/PKG-INFO
--- old/murmurhash-1.0.9/PKG-INFO       2022-10-14 14:12:16.585263000 +0200
+++ new/murmurhash-1.0.10/PKG-INFO      2023-09-15 16:52:42.815533000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: murmurhash
-Version: 1.0.9
+Version: 1.0.10
 Summary: Cython bindings for MurmurHash
 Home-page: https://github.com/explosion/murmurhash
 Author: Explosion
@@ -21,6 +21,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Topic :: Scientific/Engineering
 Requires-Python: >=3.6
 Description-Content-Type: text/markdown
@@ -30,7 +31,7 @@
 
 # Cython bindings for MurmurHash2
 
-[![Azure 
Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/5/master.svg?logo=azure-pipelines&style=flat-square)](https://dev.azure.com/explosion-ai/public/_build?definitionId=5)
+[![tests](https://github.com/explosion/murmurhash/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/murmurhash/actions/workflows/tests.yml)
 [![pypi 
Version](https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/murmurhash)
 [![conda 
Version](https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/murmurhash)
 [![Python 
wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/murmurhash-1.0.9/README.md 
new/murmurhash-1.0.10/README.md
--- old/murmurhash-1.0.9/README.md      2022-10-14 14:12:05.000000000 +0200
+++ new/murmurhash-1.0.10/README.md     2023-09-15 16:52:24.000000000 +0200
@@ -2,7 +2,7 @@
 
 # Cython bindings for MurmurHash2
 
-[![Azure 
Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/5/master.svg?logo=azure-pipelines&style=flat-square)](https://dev.azure.com/explosion-ai/public/_build?definitionId=5)
+[![tests](https://github.com/explosion/murmurhash/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/murmurhash/actions/workflows/tests.yml)
 [![pypi 
Version](https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/murmurhash)
 [![conda 
Version](https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/murmurhash)
 [![Python 
wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/murmurhash-1.0.9/murmurhash/about.py 
new/murmurhash-1.0.10/murmurhash/about.py
--- old/murmurhash-1.0.9/murmurhash/about.py    2022-10-14 14:12:05.000000000 
+0200
+++ new/murmurhash-1.0.10/murmurhash/about.py   2023-09-15 16:52:24.000000000 
+0200
@@ -1,5 +1,5 @@
 __title__ = "murmurhash"
-__version__ = "1.0.9"
+__version__ = "1.0.10"
 __summary__ = "Cython bindings for MurmurHash"
 __uri__ = "https://github.com/explosion/murmurhash";
 __author__ = "Explosion"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/murmurhash-1.0.9/murmurhash.egg-info/PKG-INFO 
new/murmurhash-1.0.10/murmurhash.egg-info/PKG-INFO
--- old/murmurhash-1.0.9/murmurhash.egg-info/PKG-INFO   2022-10-14 
14:12:16.000000000 +0200
+++ new/murmurhash-1.0.10/murmurhash.egg-info/PKG-INFO  2023-09-15 
16:52:42.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: murmurhash
-Version: 1.0.9
+Version: 1.0.10
 Summary: Cython bindings for MurmurHash
 Home-page: https://github.com/explosion/murmurhash
 Author: Explosion
@@ -21,6 +21,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Topic :: Scientific/Engineering
 Requires-Python: >=3.6
 Description-Content-Type: text/markdown
@@ -30,7 +31,7 @@
 
 # Cython bindings for MurmurHash2
 
-[![Azure 
Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/5/master.svg?logo=azure-pipelines&style=flat-square)](https://dev.azure.com/explosion-ai/public/_build?definitionId=5)
+[![tests](https://github.com/explosion/murmurhash/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/murmurhash/actions/workflows/tests.yml)
 [![pypi 
Version](https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/murmurhash)
 [![conda 
Version](https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/murmurhash)
 [![Python 
wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/murmurhash-1.0.9/setup.py 
new/murmurhash-1.0.10/setup.py
--- old/murmurhash-1.0.9/setup.py       2022-10-14 14:12:05.000000000 +0200
+++ new/murmurhash-1.0.10/setup.py      2023-09-15 16:52:24.000000000 +0200
@@ -6,8 +6,8 @@
 import contextlib
 
 from setuptools import Extension, setup
-from distutils.command.build_ext import build_ext
-from distutils.sysconfig import get_python_inc
+from setuptools.command.build_ext import build_ext
+from sysconfig import get_path
 from Cython.Build import cythonize
 
 
@@ -80,7 +80,7 @@
             readme = f.read()
 
         include_dirs = [
-            get_python_inc(plat_specific=True),
+            get_path("include"),
             os.path.join(root, "murmurhash", "include"),
         ]
 
@@ -131,6 +131,7 @@
                 "Programming Language :: Python :: 3.9",
                 "Programming Language :: Python :: 3.10",
                 "Programming Language :: Python :: 3.11",
+                "Programming Language :: Python :: 3.12",
                 "Topic :: Scientific/Engineering",
             ],
             cmdclass={"build_ext": build_ext_subclass},

Reply via email to