Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rapidfuzz for
openSUSE:Factory checked in at 2023-02-27 14:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rapidfuzz (Old)
and /work/SRC/openSUSE:Factory/.python-rapidfuzz.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rapidfuzz"
Mon Feb 27 14:19:47 2023 rev:3 rq:1067986 version:2.13.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rapidfuzz/python-rapidfuzz.changes
2022-12-20 20:21:05.762078511 +0100
+++
/work/SRC/openSUSE:Factory/.python-rapidfuzz.new.31432/python-rapidfuzz.changes
2023-02-27 14:19:49.325990366 +0100
@@ -1,0 +2,11 @@
+Mon Feb 27 12:26:01 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file.
+
+-------------------------------------------------------------------
+Fri Feb 24 12:52:39 UTC 2023 - Torsten Gruner <[email protected]>
+
+- update to version 2.13.7
+ * fix function signature of get_requires_for_build_wheel
+
+-------------------------------------------------------------------
Old:
----
rapidfuzz-2.13.6.tar.gz
New:
----
rapidfuzz-2.13.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rapidfuzz.spec ++++++
--- /var/tmp/diff_new_pack.fAiDbD/_old 2023-02-27 14:19:49.973993586 +0100
+++ /var/tmp/diff_new_pack.fAiDbD/_new 2023-02-27 14:19:49.981993625 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-rapidfuzz
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rapidfuzz
-Version: 2.13.6
+Version: 2.13.7
Release: 0
Summary: Rapid fuzzy string matching
License: MIT
@@ -35,19 +34,26 @@
BuildRequires: %{python_module scikit-build}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: gcc-c++
BuildRequires: ninja
BuildRequires: python-rpm-macros
Suggests: python-numpy
+%if 0%{?suse_version} < 1550
+BuildRequires: gcc11-c++ >= 8
+%else
+BuildRequires: gcc-c++
+%endif
%python_subpackages
%description
RapidFuzz is a fast string matching library for Python and C++, which is using
the string similarity calculations from FuzzyWuzzy.
%prep
-%setup -q -n rapidfuzz-%{version}
+%autosetup -p1 -n rapidfuzz-%{version}
%build
+%if 0%{?suse_version} < 1550
+export CXX=g++-11 CC=gcc-11
+%endif
export CFLAGS="%{optflags} -fno-strict-aliasing"
%pyproject_wheel
++++++ rapidfuzz-2.13.6.tar.gz -> rapidfuzz-2.13.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/CHANGELOG.rst
new/rapidfuzz-2.13.7/CHANGELOG.rst
--- old/rapidfuzz-2.13.6/CHANGELOG.rst 2022-12-11 16:46:36.000000000 +0100
+++ new/rapidfuzz-2.13.7/CHANGELOG.rst 2022-12-20 21:32:24.000000000 +0100
@@ -1,6 +1,12 @@
Changelog
---------
+[2.13.7] - 2022-12-20
+^^^^^^^^^^^^^^^^^^^^^
+Fixed
+~~~~~~~
+- fix function signature of ``get_requires_for_build_wheel``
+
[2.13.6] - 2022-12-11
^^^^^^^^^^^^^^^^^^^^^
Changed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/PKG-INFO
new/rapidfuzz-2.13.7/PKG-INFO
--- old/rapidfuzz-2.13.6/PKG-INFO 2022-12-11 16:47:15.601518600 +0100
+++ new/rapidfuzz-2.13.7/PKG-INFO 2022-12-20 21:33:01.642051500 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: rapidfuzz
-Version: 2.13.6
+Version: 2.13.7
Summary: rapid fuzzy string matching
Home-page: https://github.com/maxbachmann/RapidFuzz
Author: Max Bachmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/_custom_build/backend.py
new/rapidfuzz-2.13.7/_custom_build/backend.py
--- old/rapidfuzz-2.13.6/_custom_build/backend.py 2022-12-11
16:46:36.000000000 +0100
+++ new/rapidfuzz-2.13.7/_custom_build/backend.py 2022-12-20
21:32:24.000000000 +0100
@@ -84,7 +84,7 @@
return False
-def get_requires_for_build_wheel(self, config_settings=None):
+def get_requires_for_build_wheel(config_settings=None):
packages = []
if _cmake_required():
packages.append("cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/setup.py
new/rapidfuzz-2.13.7/setup.py
--- old/rapidfuzz-2.13.6/setup.py 2022-12-11 16:46:36.000000000 +0100
+++ new/rapidfuzz-2.13.7/setup.py 2022-12-20 21:32:24.000000000 +0100
@@ -13,7 +13,7 @@
setup_args = {
"name": "rapidfuzz",
- "version": "2.13.6",
+ "version": "2.13.7",
"extras_require": {"full": ["numpy"]},
"url": "https://github.com/maxbachmann/RapidFuzz",
"author": "Max Bachmann",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/src/rapidfuzz/__init__.py
new/rapidfuzz-2.13.7/src/rapidfuzz/__init__.py
--- old/rapidfuzz-2.13.6/src/rapidfuzz/__init__.py 2022-12-11
16:46:36.000000000 +0100
+++ new/rapidfuzz-2.13.7/src/rapidfuzz/__init__.py 2022-12-20
21:32:24.000000000 +0100
@@ -3,7 +3,7 @@
"""
__author__: str = "Max Bachmann"
__license__: str = "MIT"
-__version__: str = "2.13.6"
+__version__: str = "2.13.7"
from rapidfuzz import distance, fuzz, process, string_metric, utils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rapidfuzz-2.13.6/src/rapidfuzz.egg-info/PKG-INFO
new/rapidfuzz-2.13.7/src/rapidfuzz.egg-info/PKG-INFO
--- old/rapidfuzz-2.13.6/src/rapidfuzz.egg-info/PKG-INFO 2022-12-11
16:47:15.000000000 +0100
+++ new/rapidfuzz-2.13.7/src/rapidfuzz.egg-info/PKG-INFO 2022-12-20
21:33:01.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: rapidfuzz
-Version: 2.13.6
+Version: 2.13.7
Summary: rapid fuzzy string matching
Home-page: https://github.com/maxbachmann/RapidFuzz
Author: Max Bachmann