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 2024-04-07 22:11:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dtaidistance (Old)
and /work/SRC/openSUSE:Factory/.python-dtaidistance.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dtaidistance"
Sun Apr 7 22:11:52 2024 rev:6 rq:1165867 version:2.3.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dtaidistance/python-dtaidistance.changes
2023-09-04 22:53:40.623968674 +0200
+++
/work/SRC/openSUSE:Factory/.python-dtaidistance.new.1905/python-dtaidistance.changes
2024-04-07 22:14:07.220433960 +0200
@@ -1,0 +2,7 @@
+Sat Apr 6 19:02:02 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.3.11:
+ * https://github.com/wannesm/dtaidistance/compare/v2.3.10...v2.3.11
+- drop cython3.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
cython3.patch
dtaidistance-2.3.10.tar.gz
New:
----
dtaidistance-2.3.11.tar.gz
BETA DEBUG BEGIN:
Old: * https://github.com/wannesm/dtaidistance/compare/v2.3.10...v2.3.11
- drop cython3.patch (upstream)
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dtaidistance.spec ++++++
--- /var/tmp/diff_new_pack.3Zbqco/_old 2024-04-07 22:14:07.660450097 +0200
+++ /var/tmp/diff_new_pack.3Zbqco/_new 2024-04-07 22:14:07.664450243 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dtaidistance
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,20 @@
#
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-dtaidistance
-Version: 2.3.10
+Version: 2.3.11
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
-#PATCH-FIX-UPSTREAM
https://github.com/wannesm/dtaidistance/commit/a4b4bbf4be5bac7b95210b993ee24213bc2a0a36
Fix build for Cython v3.0.0
-Patch: cython3.patch
BuildRequires: %{python_module Cython}
+BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-# NEP 29: python36-numpy is not in TW anymore. This package can build a basic
version without numpy
-BuildRequires: %{python_module numpy-devel if (%python-base without
python36-base)}
Recommends: python-jinja2
Recommends: python-matplotlib
Recommends: python-numpy
@@ -40,11 +37,10 @@
Recommends: python-tqdm
# SECTION test requirements
BuildRequires: %{python_module pytest-env}
+BuildRequires: %{python_module jinja2}
+BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module pytest}
-# NEP 29: python36-scipy is not in TW anymore
-BuildRequires: %{python_module matplotlib if (%python-base without
python36-base)}
-BuildRequires: %{python_module jinja2 if (%python-base without python36-base)}
-BuildRequires: %{python_module scipy if (%python-base without python36-base)}
+BuildRequires: %{python_module scipy}
# /SECTION
%python_subpackages
++++++ dtaidistance-2.3.10.tar.gz -> dtaidistance-2.3.11.tar.gz ++++++
++++ 9888 lines of diff (skipped)