Hello community,

here is the log from the commit of package python-blosc for openSUSE:Factory 
checked in at 2020-03-26 23:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blosc (Old)
 and      /work/SRC/openSUSE:Factory/.python-blosc.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blosc"

Thu Mar 26 23:37:45 2020 rev:14 rq:788603 version:1.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes        
2020-01-31 23:58:01.219674275 +0100
+++ /work/SRC/openSUSE:Factory/.python-blosc.new.3160/python-blosc.changes      
2020-03-26 23:37:48.770873371 +0100
@@ -1,0 +2,5 @@
+Thu Mar 26 14:20:07 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Use unittest instead of nose 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-blosc.spec ++++++
--- /var/tmp/diff_new_pack.CEDKnG/_old  2020-03-26 23:37:49.446873615 +0100
+++ /var/tmp/diff_new_pack.CEDKnG/_new  2020-03-26 23:37:49.450873616 +0100
@@ -36,7 +36,6 @@
 BuildRequires:  ninja
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module psutil}
 # /SECTION
@@ -67,14 +66,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-mkdir empty
-pushd empty
-%{python_expand export PYTHONDONTWRITEBYTECODE=1
-export PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -c "import blosc; blosc.print_versions()"
-nosetests-%{$python_bin_suffix} %{buildroot}%{$python_sitearch}/blosc
-}
-popd
+export PYTHONDONTWRITEBYTECODE=1
+%python_exec -m unittest discover -s blosc/ -v 
 
 %files %{python_files}
 %doc ANNOUNCE.rst README.rst RELEASE_NOTES.rst


Reply via email to