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 2021-01-31 16:52:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nilearn (Old)
 and      /work/SRC/openSUSE:Factory/.python-nilearn.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nilearn"

Sun Jan 31 16:52:09 2021 rev:8 rq:867993 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nilearn/python-nilearn.changes    
2020-11-23 10:44:55.674268969 +0100
+++ /work/SRC/openSUSE:Factory/.python-nilearn.new.28504/python-nilearn.changes 
2021-01-31 16:52:10.428716686 +0100
@@ -1,0 +2,6 @@
+Fri Jan 29 18:40:13 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python36 build because Tumbleweed updates to SciPy 1.6.0
+  which dropped support for Python 3.6 (NEP 29)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nilearn.spec ++++++
--- /var/tmp/diff_new_pack.g7pw9P/_old  2021-01-31 16:52:10.948717437 +0100
+++ /var/tmp/diff_new_pack.g7pw9P/_new  2021-01-31 16:52:10.952717443 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nilearn
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+# SciPy 1.6.0 dropped support for Python 3.6
+%define         skip_python36 1
 Name:           python-nilearn
 Version:        0.7.0
 Release:        0
@@ -31,19 +33,19 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-joblib >= 0.11
+Requires:       python-joblib >= 0.12
 Requires:       python-matplotlib >= 2.0
 Requires:       python-nibabel >= 2.0.2
-Requires:       python-numpy >= 0.11
+Requires:       python-numpy >= 1.11
 Requires:       python-requests
 Requires:       python-scikit-learn >= 0.19
 Requires:       python-scipy >= 0.19
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module joblib >= 0.11}
+BuildRequires:  %{python_module joblib >= 0.12}
 BuildRequires:  %{python_module matplotlib >= 2.0}
 BuildRequires:  %{python_module nibabel >= 2.0.2}
-BuildRequires:  %{python_module numpy >= 0.11}
+BuildRequires:  %{python_module numpy >= 1.11}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
@@ -81,6 +83,7 @@
 %files %{python_files}
 %doc AUTHORS.rst README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/nilearn
+%{python_sitelib}/nilearn-%{version}*-info
 
 %changelog

Reply via email to