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 2021-04-24 23:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-scikit-sparse.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scikit-sparse"

Sat Apr 24 23:09:34 2021 rev:5 rq:888245 version:0.4.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-scikit-sparse/python-scikit-sparse.changes    
    2021-02-15 23:19:18.627665561 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-sparse.new.12324/python-scikit-sparse.changes
     2021-04-24 23:10:54.755544089 +0200
@@ -1,0 +2,10 @@
+Sat Apr 24 16:29:24 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.4.5
+  * Use PEP-517 style build-system so numpy and cython are no longer
+    needed prior to installation (openSUSE: we still use
+    setuptools here)
+  * Added support for python 3.9
+- Remove nose -- gh#scikit-sparse/pull#66
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  scikit-sparse-0.4.4.tar.gz

New:
----
  scikit-sparse-0.4.5.tar.gz

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

Other differences:
------------------
++++++ python-scikit-sparse.spec ++++++
--- /var/tmp/diff_new_pack.lw183x/_old  2021-04-24 23:10:55.179544689 +0200
+++ /var/tmp/diff_new_pack.lw183x/_new  2021-04-24 23:10:55.179544689 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-scikit-sparse
-Version:        0.4.4
+Version:        0.4.5
 Release:        0
 # For license file
 %define tag     c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b
@@ -29,17 +29,15 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/scikit-sparse/scikit-sparse/
 Source:         
https://files.pythonhosted.org/packages/source/s/scikit-sparse/scikit-sparse-%{version}.tar.gz
-Source10:       
https://raw.githubusercontent.com/scikit-sparse/scikit-sparse/%{tag}/LICENSE.txt
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel >= 1.13}
+BuildRequires:  %{python_module numpy-devel >= 1.13.3}
 BuildRequires:  %{python_module scipy >= 0.19}
 BuildRequires:  %{python_module setuptools >= 18.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  suitesparse-devel
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:       python-numpy >= 1.12
@@ -60,8 +58,8 @@
 
 %prep
 %setup -q -n scikit-sparse-%{version}
-cp %{SOURCE10} .
-rm -r .eggs
+# no need for nose here -- gh#scikit-sparse/pull#66
+sed -i 's/from nose.tools import assert_raises/from pytest import raises as 
assert_raises/' sksparse/test_cholmod.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -72,19 +70,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-mkdir -p tester
-pushd tester
-ln -s ../sksparse/test_*.py .
-ln -s ../sksparse/test_data .
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-py.test-%{$python_bin_suffix}
-}
-popd
+%pytest_arch -ra --pyargs sksparse
 
 %files %{python_files}
-%doc doc/changes.rst
 %doc README.md
 %license LICENSE.txt
-%{python_sitearch}/*
+%{python_sitearch}/sksparse
+%{python_sitearch}/scikit_sparse-%{version}*-info
 
 %changelog

++++++ scikit-sparse-0.4.4.tar.gz -> scikit-sparse-0.4.5.tar.gz ++++++
++++ 31627 lines of diff (skipped)

Reply via email to