Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-altair-widgets for
openSUSE:Factory checked in at 2021-06-01 10:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altair-widgets (Old)
and /work/SRC/openSUSE:Factory/.python-altair-widgets.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-altair-widgets"
Tue Jun 1 10:37:51 2021 rev:4 rq:895856 version:0.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-altair-widgets/python-altair-widgets.changes
2020-12-17 17:08:50.965943725 +0100
+++
/work/SRC/openSUSE:Factory/.python-altair-widgets.new.1898/python-altair-widgets.changes
2021-06-01 10:39:05.340979274 +0200
@@ -1,0 +2,5 @@
+Fri May 28 02:41:49 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-altair-widgets.spec ++++++
--- /var/tmp/diff_new_pack.gEYbbt/_old 2021-06-01 10:39:05.836980118 +0200
+++ /var/tmp/diff_new_pack.gEYbbt/_new 2021-06-01 10:39:05.840980125 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-altair-widgets
#
-# 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,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
# The test suite is not packaged in the PyPI package. The tests available on
# GitHub require pytest-ipynb which is not available on openSUSE and was
# abandoned upstream