Hello community,
here is the log from the commit of package python-jupyter_jgraph for
openSUSE:Factory checked in at 2018-06-15 14:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_jgraph (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_jgraph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_jgraph"
Fri Jun 15 14:38:08 2018 rev:2 rq:615411 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_jgraph/python-jupyter_jgraph.changes
2018-06-03 12:37:03.626311229 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_jgraph.new/python-jupyter_jgraph.changes
2018-06-15 14:38:08.554191177 +0200
@@ -1,0 +2,6 @@
+Thu Jun 7 21:33:58 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+- Remove personal opinions from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_jgraph.spec ++++++
--- /var/tmp/diff_new_pack.3FTNFV/_old 2018-06-15 14:38:09.182168207 +0200
+++ /var/tmp/diff_new_pack.3FTNFV/_new 2018-06-15 14:38:09.182168207 +0200
@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,15 +21,15 @@
Name: python-jupyter_jgraph
Version: 0.2.1
Release: 0
+Summary: An embeddable webGL graph visualization library
License: MIT
-Summary: View graph data structures in the Jupyter notebook
-Url: http://github.com/patrickfuller/jgraph/
Group: Development/Languages/Python
+Url: http://github.com/patrickfuller/jgraph/
Source:
https://files.pythonhosted.org/packages/source/j/jgraph/jgraph-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module jupyter_ipython}
%endif
@@ -39,11 +40,7 @@
%description
An embeddable webGL graph visualization library.
-
-The IPython notebook is an open-source tool poised
-to replace MATLAB in many applications. As a
-scientist of sorts, I'm all about it. Therefore, I
-made handles to use jgraph with the notebook.
+With this, jgraph can be used with Jupyter notebooks.
%prep
%setup -q -n jgraph-%{version}