Hello community,

here is the log from the commit of package python-nibabel for openSUSE:Factory 
checked in at 2019-11-20 10:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nibabel (Old)
 and      /work/SRC/openSUSE:Factory/.python-nibabel.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nibabel"

Wed Nov 20 10:28:41 2019 rev:3 rq:749762 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nibabel/python-nibabel.changes    
2019-07-30 12:39:15.166935099 +0200
+++ /work/SRC/openSUSE:Factory/.python-nibabel.new.26869/python-nibabel.changes 
2019-11-20 10:29:04.462584248 +0100
@@ -1,0 +2,36 @@
+Tue Nov 19 20:41:07 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 2.5.1
+  + Enhancements
+    * Ignore endianness in ``nib-diff`` if values match
+  + Bug fixes
+    * Correctly handle Philips DICOMs w/ derived volume
+    * Raise CSA tag limit to 1000, parametrize for future relaxing
+    * Coerce data types to match NIfTI intent codes when writing GIFTI data
+      arrays
+  + Maintenance
+    * Require h5py 2.10 for Windows + Python < 3.6 to resolve unexpected dtypes
+      in Minc2 data
+  + API changes and deprecations
+    * Deprecate ``nicom.dicomwrappers.Wrapper.get_affine()`` in favor of 
``affine``
+      property; final removal in nibabel 4.0
+- Update to version 2.5.0
+  + Enhancements
+    * Add SerializableImage class with to/from_bytes methods
+    * Check CIFTI-2 data shape matches shape described by header
+  + Bug fixes
+    * Handle stricter numpy casting rules in tests
+    * TRK header fields flipped in files written on big-endian systems
+    * Load multiframe ECAT images with Python 3
+  + Maintenance
+    * Fix CodeCov paths on Appveyor for more accurate coverage
+    * Move to setuptools and reduce use ``nisext`` functions
+    * Better handle test setup/teardown
+  + API changes and deprecations
+    * Effect threatened warnings and set some deprecation timelines
+    * Trackvis methods now default to v2 formats
+    * ``nibabel.trackvis`` scheduled for removal in nibabel 4.0
+    * ``nibabel.minc`` and ``nibabel.MincImage`` will be removed in nibabel 3.0
+- Drop upstream-included fix_numpy_1_17.patch
+
+-------------------------------------------------------------------

Old:
----
  fix_numpy_1_17.patch
  nibabel-2.4.1.tar.gz

New:
----
  nibabel-2.5.1.tar.gz

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

Other differences:
------------------
++++++ python-nibabel.spec ++++++
--- /var/tmp/diff_new_pack.rK5Ki7/_old  2019-11-20 10:29:06.370584629 +0100
+++ /var/tmp/diff_new_pack.rK5Ki7/_new  2019-11-20 10:29:06.370584629 +0100
@@ -12,38 +12,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-nibabel
-Version:        2.4.1
+Version:        2.5.1
 Release:        0
-License:        MIT
 Summary:        Tool to access multiple neuroimaging data formats
-Url:            http://nipy.org/nibabel
-Group:          Development/Languages/Python
+License:        MIT
+URL:            https://nipy.org/nibabel
 Source:         
https://files.pythonhosted.org/packages/source/n/nibabel/nibabel-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix_numpy_1_17.patch gh#/nipy/nibabel#768
-Patch1:         fix_numpy_1_17.patch
 BuildRequires:  %{python_module setuptools >= 30.3.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-numpy >= 1.8
+Requires:       python-six >= 1.3
+Recommends:     python-dicom >= 0.9.9
+BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module numpy >= 1.8}
 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
 # /SECTION
-Requires:       python-numpy >= 1.8
-Requires:       python-six >= 1.3
 %ifpython2
 Requires:       python-bz2file
 %endif
-Recommends:     python-dicom >= 0.9.9
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -56,7 +53,6 @@
 
 %prep
 %setup -q -n nibabel-%{version}
-%patch1 -p1
 
 %build
 %python_build

++++++ nibabel-2.4.1.tar.gz -> nibabel-2.5.1.tar.gz ++++++
++++ 2561 lines of diff (skipped)


Reply via email to