Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nibabel for openSUSE:Factory checked in at 2022-10-11 18:02:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nibabel (Old) and /work/SRC/openSUSE:Factory/.python-nibabel.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nibabel" Tue Oct 11 18:02:53 2022 rev:9 rq:1009448 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nibabel/python-nibabel.changes 2021-04-01 14:19:16.368152788 +0200 +++ /work/SRC/openSUSE:Factory/.python-nibabel.new.2275/python-nibabel.changes 2022-10-11 18:05:24.754071495 +0200 @@ -1,0 +2,21 @@ +Thu Oct 6 14:07:18 UTC 2022 - Mark??ta Machov?? <mmach...@suse.com> + +- Update to 4.0.2 + * many changes, see Changelog + * nib-convert CLI tool to make image type and data dtype conversion + accessible via the command line. + * Allow dtypes to be passed to Analyze-like images at __init__() + and to_filename() + * Allow compressed GIFTI images + * Add zstd compression support + * Test on Python 3.10 + * Passing (u)int64 arrays to Nifti1Image and subclasses will warn + unless a header or dtype option is passed; in the future this will + become an error. Additionally, passing int or 'int' to set_data_dtype() + now raises an error, requiring an explicit numpy dtype to make 64-bit + integer images. + * Drop support for Python 3.6, Numpy < 1.17 + * Fully removed the APIs, which have raised errors on use since 3.0 +- Drop upstreamed 983.patch and purge-nose.patch + +------------------------------------------------------------------- Old: ---- 983.patch nibabel-3.1.1.tar.gz purge-nose.patch New: ---- nibabel-4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nibabel.spec ++++++ --- /var/tmp/diff_new_pack.DyKUqn/_old 2022-10-11 18:05:25.202072219 +0200 +++ /var/tmp/diff_new_pack.DyKUqn/_new 2022-10-11 18:05:25.206072226 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nibabel # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,24 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 -%define binaries nib-conform nib-dicomfs nib-diff nib-ls nib-nifti-dx nib-tck2trk nib-trk2tck parrec2nii +%define binaries nib-conform nib-convert nib-dicomfs nib-diff nib-ls nib-nifti-dx nib-roi nib-stats nib-tck2trk nib-trk2tck parrec2nii Name: python-nibabel -Version: 3.1.1 +Version: 4.0.2 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 -Patch0: purge-nose.patch -# PATCH-FIX-UPSTREAM - https://github.com/nipy/nibabel/pull/983 -Patch1: 983.patch BuildRequires: %{python_module setuptools >= 30.3.0} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.12 +Requires: python-numpy >= 1.17 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-Pillow Recommends: python-dicom >= 0.9.9 Recommends: python-h5py @@ -45,7 +42,7 @@ # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: %{python_module h5py} -BuildRequires: %{python_module numpy >= 1.12} +BuildRequires: %{python_module numpy >= 1.17} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy} # /SECTION @@ -61,8 +58,6 @@ %prep %setup -q -n nibabel-%{version} -%patch0 -p1 -%patch1 -p1 %build %python_build @@ -91,10 +86,13 @@ %doc AUTHOR Changelog README.rst %license COPYING %python_alternative %{_bindir}/nib-conform +%python_alternative %{_bindir}/nib-convert %python_alternative %{_bindir}/nib-dicomfs %python_alternative %{_bindir}/nib-diff %python_alternative %{_bindir}/nib-ls %python_alternative %{_bindir}/nib-nifti-dx +%python_alternative %{_bindir}/nib-roi +%python_alternative %{_bindir}/nib-stats %python_alternative %{_bindir}/nib-tck2trk %python_alternative %{_bindir}/nib-trk2tck %python_alternative %{_bindir}/parrec2nii ++++++ nibabel-3.1.1.tar.gz -> nibabel-4.0.2.tar.gz ++++++ ++++ 27966 lines of diff (skipped)