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 2022-12-20 20:20:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rapidfuzz (Old)
 and      /work/SRC/openSUSE:Factory/.python-rapidfuzz.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rapidfuzz"

Tue Dec 20 20:20:18 2022 rev:2 rq:1043764 version:2.13.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rapidfuzz/python-rapidfuzz.changes        
2022-11-11 14:36:40.994351170 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-rapidfuzz.new.1835/python-rapidfuzz.changes  
    2022-12-20 20:21:05.762078511 +0100
@@ -1,0 +2,27 @@
+Sat Dec 17 22:35:21 UTC 2022 - Torsten Gruner <[email protected]>
+
+- update to version 2.13.6
+  * Changed
+    + reformat changelog as restructured text to get rig of m2r2 dependency
+- version 2.13.5
+  * Added
+    + added docs to sdist
+  * Fixed
+    + fix two cases of undefined behavior in process.cdist
+- version 2.13.4
+  * Changed
+    + handle float("nan") similar to None for query / choice, since this is
+      common for non-existent data in tools like numpy
+  * Fixed
+    + fix handling on None/float("nan") in process.distance
+    + use absolute imports inside tests
+- version 2.13.3
+  * Fixed
+    + improve handling of functions wrapped using functools.wraps
+    + fix broken fallback to Python implementation when the a ImportError 
occurs on import.
+      This can e.g. occur when the binary has a dependency on libatomic, but it
+      is unavailable on the system
+    + define 
CMAKE_C_COMPILER_AR/CMAKE_CXX_COMPILER_AR/CMAKE_C_COMPILER_RANLIB/CMAKE_CXX_COMPILER_RANLIB
+      if they are not defined yet
+
+-------------------------------------------------------------------

Old:
----
  rapidfuzz-2.13.2.tar.gz

New:
----
  rapidfuzz-2.13.6.tar.gz

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

Other differences:
------------------
++++++ python-rapidfuzz.spec ++++++
--- /var/tmp/diff_new_pack.dnZBTO/_old  2022-12-20 20:21:06.330081623 +0100
+++ /var/tmp/diff_new_pack.dnZBTO/_new  2022-12-20 20:21:06.334081645 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-rapidfuzz
-Version:        2.13.2
+Version:        2.13.6
 Release:        0
 Summary:        Rapid fuzzy string matching
 License:        MIT
@@ -26,8 +26,11 @@
 Source:         
https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module PyInstaller}
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scikit-build}
 BuildRequires:  %{python_module setuptools}
@@ -46,11 +49,13 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+# remove devel file
+%python_expand find %{buildroot} -type f -name "rapidfuzz.h" -delete -print
 
 %check
 # tests are a bit unstable
@@ -69,6 +74,6 @@
 %doc README.md
 %license LICENSE
 %{python_sitearch}/rapidfuzz
-%{python_sitearch}/rapidfuzz-*.egg-info
+%{python_sitearch}/rapidfuzz-*.dist-info
 
 %changelog

++++++ rapidfuzz-2.13.2.tar.gz -> rapidfuzz-2.13.6.tar.gz ++++++
++++ 61047 lines of diff (skipped)

Reply via email to