Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dtaidistance for
openSUSE:Factory checked in at 2026-09-15 12:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dtaidistance (Old)
and /work/SRC/openSUSE:Factory/.python-dtaidistance.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dtaidistance"
Tue Sep 15 12:49:43 2026 rev:10 rq:1378053 version:2.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dtaidistance/python-dtaidistance.changes
2026-04-26 21:15:21.367326521 +0200
+++
/work/SRC/openSUSE:Factory/.python-dtaidistance.new.383539/python-dtaidistance.changes
2026-09-15 12:49:47.497366044 +0200
@@ -1,0 +2,7 @@
+Tue Sep 15 01:23:18 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 2.5.1:
+ * Addition of Dynamic Subsequence Warping (DSW) to explain
+ (dis)similarities between time series
+
+-------------------------------------------------------------------
Old:
----
dtaidistance-2.4.0.tar.gz
New:
----
dtaidistance-2.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dtaidistance.spec ++++++
--- /var/tmp/diff_new_pack.7SB8DS/_old 2026-09-15 12:49:48.394403568 +0200
+++ /var/tmp/diff_new_pack.7SB8DS/_new 2026-09-15 12:49:48.397403694 +0200
@@ -18,21 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-dtaidistance
-Version: 2.4.0
+Version: 2.5.1
Release: 0
Summary: Dynamic Time Warping (DTW) package
License: Apache-2.0
URL: https://github.com/wannesm/dtaidistance
Source:
https://github.com/wannesm/dtaidistance/archive/v%{version}.tar.gz#/dtaidistance-%{version}.tar.gz
BuildRequires: %{python_module Cython}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-numpy
Recommends: python-jinja2
Recommends: python-matplotlib
-Recommends: python-numpy
Recommends: python-scipy
Recommends: python-tqdm
# SECTION test requirements
@@ -71,8 +73,6 @@
donttest+=" or (test_dtw2d and test_distances1_fast_parallel)"
donttest+=" or (test_dtw2d and test_distances2_fast_parallel)"
-# Broken tests with latest numpy >= 1.24
-donttest+=" or test_bug3 or test_distance1_a or test_lc_pat3"
%pytest_arch ${donttest:+ -k "not (${donttest:4})"} -m "not benchmark"
%endif
++++++ dtaidistance-2.4.0.tar.gz -> dtaidistance-2.5.1.tar.gz ++++++
++++ 9594 lines of diff (skipped)