Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yafe for openSUSE:Factory 
checked in at 2021-02-18 20:41:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yafe (Old)
 and      /work/SRC/openSUSE:Factory/.python-yafe.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yafe"

Thu Feb 18 20:41:09 2021 rev:2 rq:873241 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yafe/python-yafe.changes  2019-12-04 
14:20:26.238441030 +0100
+++ /work/SRC/openSUSE:Factory/.python-yafe.new.28504/python-yafe.changes       
2021-02-18 20:53:04.507476805 +0100
@@ -1,0 +2,5 @@
+Wed Feb 17 21:03:07 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python36 build: python36-numpy in TW is no more (NEP 29)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-yafe.spec ++++++
--- /var/tmp/diff_new_pack.cOCwsl/_old  2021-02-18 20:53:04.979477248 +0100
+++ /var/tmp/diff_new_pack.cOCwsl/_new  2021-02-18 20:53:04.979477248 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yafe
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
+# NEP 29: NumPy 1.20 dropped support for Python 3.6, python36-numpy no longer 
in Tumbleweed
+%define         skip_python36 1
 Name:           python-yafe
 Version:        1.0.3
 Release:        0
@@ -32,9 +34,7 @@
 Recommends:     python-xarray
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module numpy}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-randomly}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module xarray}
@@ -47,6 +47,8 @@
 
 %prep
 %setup -q -n yafe-%{version}
+# don't check code coverage
+sed -i '/^\s*--cov/ d' setup.cfg
 
 %build
 %python_build
@@ -61,6 +63,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/yafe
+%{python_sitelib}/yafe-%{version}*-info
 
 %changelog

Reply via email to