Hello community,

here is the log from the commit of package python-nibabel for openSUSE:Factory 
checked in at 2020-03-06 21:28:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nibabel (Old)
 and      /work/SRC/openSUSE:Factory/.python-nibabel.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nibabel"

Fri Mar  6 21:28:03 2020 rev:4 rq:782024 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nibabel/python-nibabel.changes    
2019-11-20 10:29:04.462584248 +0100
+++ /work/SRC/openSUSE:Factory/.python-nibabel.new.26092/python-nibabel.changes 
2020-03-06 21:28:05.401579389 +0100
@@ -1,0 +2,13 @@
+Fri Mar  6 08:07:25 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.0.1:
+  * Test failed by using array method on tuple. (pr/860) (Ben Darwin, reviewed 
by CM)
+  * Validate ExpiredDeprecationErrors, promoted by 3.0 release from 
DeprecationWarnings. (pr/857) (CM)
+  * Improve testing of data scaling in ArrayProxy API (pr/847) (CM, reviewed 
by Alejandro de la Vega)
+  * Document SpatialImage.slicer interface (pr/846) (CM)
+  * get_fdata(dtype=np.float32) will attempt to avoid casting data to 
np.float64 when scaling parameters would otherwise promote the data type 
unnecessarily. (pr/833) (CM, reviewed by Ross Markello)
+  * ArraySequence now supports a large set of Python operators to combine or 
update in-place. (pr/811) (MC, reviewed by Serge Koudoro, Philippe Poulin, CM, 
MB)
+  * Warn, rather than fail, on DICOMs with unreadable Siemens CSA tags 
(pr/818) (Henry Braun, reviewed by CM)
+  * Improve clarity of coordinate system tutorial (pr/823) (Egor Panfilov, 
reviewed by MB)
+
+-------------------------------------------------------------------

Old:
----
  nibabel-2.5.1.tar.gz

New:
----
  nibabel-3.0.1.tar.gz

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

Other differences:
------------------
++++++ python-nibabel.spec ++++++
--- /var/tmp/diff_new_pack.bJwJR1/_old  2020-03-06 21:28:05.997579756 +0100
+++ /var/tmp/diff_new_pack.bJwJR1/_new  2020-03-06 21:28:06.001579759 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nibabel
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,32 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-nibabel
-Version:        2.5.1
+Version:        3.0.1
 Release:        0
 Summary:        Tool to access multiple neuroimaging data formats
 License:        MIT
 URL:            https://nipy.org/nibabel
 Source:         
https://files.pythonhosted.org/packages/source/n/nibabel/nibabel-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 30.3.0}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-numpy >= 1.8
-Requires:       python-six >= 1.3
+Requires:       python-numpy >= 1.12
+Recommends:     python-Pillow
 Recommends:     python-dicom >= 0.9.9
+Recommends:     python-h5py
+Recommends:     python-scipy
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose >= 0.10.1}
-BuildRequires:  %{python_module numpy >= 1.8}
-BuildRequires:  %{python_module six >= 1.3}
-BuildRequires:  python-bz2file
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module h5py}
+BuildRequires:  %{python_module nose >= 0.11}
+BuildRequires:  %{python_module numpy >= 1.12}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy}
 # /SECTION
-%ifpython2
-Requires:       python-bz2file
-%endif
 %python_subpackages
 
 %description
@@ -62,7 +64,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} nibabel
+%python_expand nosetests-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %doc AUTHOR Changelog README.rst

++++++ nibabel-2.5.1.tar.gz -> nibabel-3.0.1.tar.gz ++++++
++++ 11510 lines of diff (skipped)


Reply via email to