Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-uncertainties for 
openSUSE:Factory checked in at 2021-02-19 23:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uncertainties (Old)
 and      /work/SRC/openSUSE:Factory/.python-uncertainties.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uncertainties"

Fri Feb 19 23:45:56 2021 rev:11 rq:873829 version:3.1.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-uncertainties/python-uncertainties.changes    
    2021-01-11 17:16:08.236598215 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-uncertainties.new.28504/python-uncertainties.changes
     2021-02-19 23:46:23.447429597 +0100
@@ -1,0 +2,6 @@
+Fri Feb 19 15:17:25 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Don't install and test numpy for python36. With NumPy 1.20, TW
+  no longer provides a python36-numpy
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-uncertainties.spec ++++++
--- /var/tmp/diff_new_pack.II4IUC/_old  2021-02-19 23:46:23.879430020 +0100
+++ /var/tmp/diff_new_pack.II4IUC/_new  2021-02-19 23:46:23.879430020 +0100
@@ -26,13 +26,13 @@
 URL:            https://github.com/lebigot/uncertainties/
 Source:         
https://files.pythonhosted.org/packages/source/u/uncertainties/uncertainties-%{version}.tar.gz
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testsuite}
 BuildRequires:  %{python_module tools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
 Requires:       python-future
 BuildArch:      noarch
 %if 0%{?suse_version}
@@ -58,12 +58,14 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# no python36-numpy
+python36_ignore="--ignore uncertainties/unumpy"
+%pytest ${$python_ignore}
 
 %files %{python_files}
 %license LICENSE.txt
 %doc README.rst
 %{python_sitelib}/uncertainties/
-%{python_sitelib}/uncertainties-%{version}-py*.egg-info
+%{python_sitelib}/uncertainties-%{version}*-info
 
 %changelog

Reply via email to