Hello community,
here is the log from the commit of package python-jupyter-require for
openSUSE:Factory checked in at 2020-01-16 18:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-require (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-require.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-require"
Thu Jan 16 18:20:35 2020 rev:5 rq:764781 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-require/python-jupyter-require.changes
2019-11-29 16:01:33.776838751 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-require.new.26092/python-jupyter-require.changes
2020-01-16 18:20:37.964954174 +0100
@@ -1,0 +2,27 @@
+Wed Jan 15 15:29:04 UTC 2020 - Todd R <[email protected]>
+
+- Update to 0.6.1
+ + New
+ * Include CHANGELOG in the package distribution. [Marek Cermak]
+ + Changes
+ * Use .rst for CHANGELOG. [Marek Cermak]
+ + Fix
+ * Fixed multiple action buttons after reload. [Marek Cermak]
+- Update to 0.6.0
+ + New
+ * Added Makefile. [Marek Cermak]
+ * Added .gitchangelog.rc. [Marek Cermak]
+ * Reload extension when the kernel is reloaded. [Marek Cermak]
+- Update to 0.5.0
+ + Changes
+ * Refactor RequireJS to singleton pattern. [Marek Cermak]
+- Update to 0.4.3 (2019-11-23)
+ + New
+ * Give more descriptive comm error output. [Marek Cermak]
+
+-------------------------------------------------------------------
+Sat Jan 11 14:13:51 UTC 2020 - Bernhard Wiedemann <[email protected]>
+
+- Use pyproject_install macro (boo#1094323)
+
+-------------------------------------------------------------------
Old:
----
jupyter_require-0.4.2-py2.py3-none-any.whl
New:
----
jupyter_require-0.6.1-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-require.spec ++++++
--- /var/tmp/diff_new_pack.P0VvpW/_old 2020-01-16 18:20:38.552954506 +0100
+++ /var/tmp/diff_new_pack.P0VvpW/_new 2020-01-16 18:20:38.556954509 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter-require
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter-require
-Version: 0.4.2
+Version: 0.6.1
Release: 0
License: MIT
Summary: Jupyter nbextension for loading non-python dependencies in
Jupyter notebooks
@@ -72,7 +72,8 @@
# Not needed
%install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
cp %{buildroot}%{python3_sitelib}/jupyter_require-%{version}.dist-info/LICENSE
.