Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-sparse for
openSUSE:Factory checked in at 2024-08-05 17:21:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-sparse (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-sparse.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-sparse"
Mon Aug 5 17:21:49 2024 rev:9 rq:1191565 version:0.4.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-scikit-sparse/python-scikit-sparse.changes
2024-07-25 15:59:19.667740501 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-sparse.new.7232/python-scikit-sparse.changes
2024-08-05 17:22:30.498155312 +0200
@@ -1,0 +2,13 @@
+Mon Aug 5 02:43:30 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 0.4.15:
+ * add publishing with a trusted publisher
+ * Bump up numpy requirement
+ * Autofind homebrew installation path
+ * add publishing with a trusted publisher
+ * Bump up numpy requirement
+ * Autofind homebrew installation path
+- Drop patch support-scipy-1.14.patch, included upstream.
+- Move test_data under the tests directory and run tests there.
+
+-------------------------------------------------------------------
Old:
----
scikit-sparse-0.4.13.tar.gz
support-scipy-1.14.patch
New:
----
scikit_sparse-0.4.15.tar.gz
BETA DEBUG BEGIN:
Old: * Autofind homebrew installation path
- Drop patch support-scipy-1.14.patch, included upstream.
- Move test_data under the tests directory and run tests there.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-sparse.spec ++++++
--- /var/tmp/diff_new_pack.hX5pXa/_old 2024-08-05 17:22:31.482195633 +0200
+++ /var/tmp/diff_new_pack.hX5pXa/_new 2024-08-05 17:22:31.486195797 +0200
@@ -19,14 +19,12 @@
# For license file
%define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b
Name: python-scikit-sparse
-Version: 0.4.13
+Version: 0.4.15
Release: 0
Summary: Scikits sparse matrix package
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://github.com/scikit-sparse/scikit-sparse/
-Source:
https://files.pythonhosted.org/packages/source/s/scikit-sparse/scikit-sparse-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on gh#scikit-sparse/scikit-sparse#123
-Patch0: support-scipy-1.14.patch
+Source:
https://files.pythonhosted.org/packages/source/s/scikit-sparse/scikit_sparse-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel >= 1.23.3}
@@ -56,7 +54,9 @@
decomposition.
%prep
-%autosetup -p1 -n scikit-sparse-%{version}
+%autosetup -p1 -n scikit_sparse-%{version}
+# Move the test data to tests
+mv sksparse/test_data tests
%build
export CFLAGS="%{optflags}"
@@ -67,7 +67,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%pytest_arch -ra --pyargs sksparse
+%pytest_arch -ra --pyargs tests
%files %{python_files}
%doc README.md