Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bokcolmaps for
openSUSE:Factory checked in at 2021-04-06 17:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bokcolmaps (Old)
and /work/SRC/openSUSE:Factory/.python-bokcolmaps.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bokcolmaps"
Tue Apr 6 17:30:15 2021 rev:5 rq:882793 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bokcolmaps/python-bokcolmaps.changes
2020-11-11 20:48:34.375769855 +0100
+++
/work/SRC/openSUSE:Factory/.python-bokcolmaps.new.2401/python-bokcolmaps.changes
2021-04-06 17:31:40.315252046 +0200
@@ -1,0 +2,5 @@
+Fri Apr 2 10:50:10 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python36 build: NumPy not available (NEP 29)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bokcolmaps.spec ++++++
--- /var/tmp/diff_new_pack.V0L9gS/_old 2021-04-06 17:31:40.811252607 +0200
+++ /var/tmp/diff_new_pack.V0L9gS/_new 2021-04-06 17:31:40.811252607 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-bokcolmaps
#
-# 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
@@ -16,8 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-bokcolmaps
Version: 2.0.1
Release: 0
@@ -55,11 +56,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec -B -m unittest bokcolmaps/Tests/*
+%pyunittest -v bokcolmaps/Tests/*
%files %{python_files}
%doc README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/bokcolmaps
+%{python_sitelib}/bokcolmaps-%{version}*-info
%changelog