Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pysofaconventions for
openSUSE:Factory checked in at 2021-04-23 17:50:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysofaconventions (Old)
and /work/SRC/openSUSE:Factory/.python-pysofaconventions.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysofaconventions"
Fri Apr 23 17:50:50 2021 rev:2 rq:888062 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pysofaconventions/python-pysofaconventions.changes
2019-07-26 12:43:43.837823627 +0200
+++
/work/SRC/openSUSE:Factory/.python-pysofaconventions.new.12324/python-pysofaconventions.changes
2021-04-23 17:51:07.206845184 +0200
@@ -1,0 +2,5 @@
+Fri Apr 23 14:47:20 UTC 2021 - Ben Greiner <[email protected]>
+
+- disable python36: no python36-netCDF4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pysofaconventions.spec ++++++
--- /var/tmp/diff_new_pack.XL17uI/_old 2021-04-23 17:51:07.602845865 +0200
+++ /var/tmp/diff_new_pack.XL17uI/_new 2021-04-23 17:51:07.602845865 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pysofaconventions
#
-# 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
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python36 1
Name: python-pysofaconventions
Version: 0.1.5
Release: 0
@@ -33,7 +34,6 @@
# SECTION test requirements
BuildRequires: %{python_module netCDF4}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module pytest-cov}
# /SECTION
%python_subpackages
@@ -43,6 +43,7 @@
%prep
%setup -q -n pysofaconventions-%{version}
sed -i -e '/^#!\//, 1d' pysofaconventions/__init__.py
+sed -i -e 's/--cov-report term-missing --cov pysofaconventions//' setup.cfg
%build
%python_build
@@ -57,6 +58,7 @@
%files %{python_files}
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/pysofaconventions
+%{python_sitelib}/pysofaconventions-%{version}*-info
%changelog