Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nilearn for openSUSE:Factory checked in at 2023-06-28 21:33:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nilearn (Old) and /work/SRC/openSUSE:Factory/.python-nilearn.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nilearn" Wed Jun 28 21:33:37 2023 rev:2 rq:1095770 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nilearn/python-nilearn.changes 2023-04-15 22:32:38.609363590 +0200 +++ /work/SRC/openSUSE:Factory/.python-nilearn.new.13546/python-nilearn.changes 2023-06-28 21:33:48.882021222 +0200 @@ -1,0 +2,18 @@ +Tue Jun 27 10:58:39 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Update to 0.10.1 + * New function load_sample_motor_activation_image to load example + contrast map + * fsaverage meshes accessed through fetch_surf_fsaverage now come + with flat maps for all resolutions + * Improve how first_level_from_bids handles fetching slice timing + metadata and add additional input validation. In release 0.12 + the default slice_time_ref will be None instead of 0 + * Fixes several bugs in first_level_from_bids. + * Add correct âzscore_sampleâ strategy to signal._standardize + which will replace the default âzscoreâ strategy in release 0.13 + * Moved packaging from setup.py and setuptools build backend to + pyproject.toml and hatchling backend. + * Restore resample_img compatibility with all nibabel.spatialimages.SpatialImage objects + +------------------------------------------------------------------- Old: ---- nilearn-0.10.0.tar.gz New: ---- nilearn-0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nilearn.spec ++++++ --- /var/tmp/diff_new_pack.FRSaoK/_old 2023-06-28 21:33:49.706026087 +0200 +++ /var/tmp/diff_new_pack.FRSaoK/_new 2023-06-28 21:33:49.710026110 +0200 @@ -16,37 +16,41 @@ # -%define skip_python2 1 Name: python-nilearn -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Statistical learning tool for neuroimaging License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/nilearn/nilearn -Source: https://github.com/nilearn/nilearn/archive/%{version}.tar.gz#/nilearn-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} -BuildRequires: %{python_module setuptools} +Source: https://files.pythonhosted.org/packages/source/n/nilearn/nilearn-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-joblib >= 0.15 -Requires: python-matplotlib >= 3.0 -Requires: python-nibabel >= 3.0 -Requires: python-numpy >= 1.18 +Requires: python-joblib >= 1.0.0 +Requires: python-matplotlib >= 3.3.0 +Requires: python-nibabel >= 3.2.0 +Requires: python-numpy >= 1.19 +Requires: python-packaging +Requires: python-pandas >= 1.1.5 Requires: python-requests >= 2 -Requires: python-scikit-learn >= 0.22 -Requires: python-scipy >= 1.5 +Requires: python-scikit-learn >= 1.0.0 +Requires: python-scipy >= 1.6.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module joblib >= 0.15} -BuildRequires: %{python_module matplotlib >= 3.0} -BuildRequires: %{python_module nibabel >= 3.0} -BuildRequires: %{python_module numpy >= 1.18} -BuildRequires: %{python_module pandas >= 1.0} +BuildRequires: %{python_module joblib >= 1.0.0} +BuildRequires: %{python_module matplotlib >= 3.3.0} +BuildRequires: %{python_module nibabel >= 3.2.0} +BuildRequires: %{python_module numpy >= 1.19} +BuildRequires: %{python_module packaging} +BuildRequires: %{python_module pandas >= 1.1.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2} -BuildRequires: %{python_module scikit-learn >= 0.22} -BuildRequires: %{python_module scipy >= 1.5} +BuildRequires: %{python_module scikit-learn >= 1.0.0} +BuildRequires: %{python_module scipy >= 1.6.0} # /SECTION %python_subpackages @@ -56,15 +60,14 @@ %prep %setup -n nilearn-%{version} -sed -i '/durations/d' setup.cfg chmod -x nilearn/datasets/tests/data/localizer_index.json sed -i '1{/env python/d}' nilearn/glm/tests/test_utils.py nilearn/plotting/glass_brain_files/plot_align_svg.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ nilearn-0.10.0.tar.gz -> nilearn-0.10.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-nilearn/nilearn-0.10.0.tar.gz /work/SRC/openSUSE:Factory/.python-nilearn.new.13546/nilearn-0.10.1.tar.gz differ: char 6, line 1