Hello community,
here is the log from the commit of package python-jupyter-require for
openSUSE:Factory checked in at 2019-06-13 23:06:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-require (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-require.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-require"
Thu Jun 13 23:06:00 2019 rev:2 rq:709578 version:0.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-require/python-jupyter-require.changes
2019-05-22 11:10:02.410594337 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-require.new.4811/python-jupyter-require.changes
2019-06-13 23:06:01.595208272 +0200
@@ -1,0 +2,9 @@
+Wed Jun 12 20:09:57 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.2.6
+ * Remove empty parameters from AsyncFunction
+- Update to 0.2.5
+ * Jupyter-tools has become jupyter-nbutils package
+ * Fix typo in %%define
+
+-------------------------------------------------------------------
Old:
----
jupyter_require-0.2.4-py2.py3-none-any.whl
New:
----
jupyter_require-0.2.6-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-require.spec ++++++
--- /var/tmp/diff_new_pack.doI06Y/_old 2019-06-13 23:06:02.575206992 +0200
+++ /var/tmp/diff_new_pack.doI06Y/_new 2019-06-13 23:06:02.599206960 +0200
@@ -16,8 +16,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-jupyter-require
-Version: 0.2.4
+Version: 0.2.6
Release: 0
License: MIT
Summary: Jupyter nbextension for loading non-python dependencies in
Jupyter notebooks
@@ -28,15 +29,17 @@
BuildRequires: %{python_module daiquiri}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipykernel}
+BuildRequires: %{python_module jupyter-contrib-nbextensions}
+BuildRequires: %{python_module jupyter-nbutils}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module jupyter-contrib-nbextensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-csscompressor
Requires: python-daiquiri
Requires: python-ipython
Requires: python-ipykernel
+Requires: python-jupyter-nbutils
Requires: python-jupyter-contrib-nbextensions
Requires: jupyter-jupyter-require = %{version}
BuildArch: noarch
@@ -53,7 +56,6 @@
Summary: Jupyter nbextension for loading non-python dependencies in
Jupyter notebooks
Requires: jupyter-ipython
Requires: jupyter-ipykernel
-Requires: jupyter-ipykernel
Requires: jupyter-jupyter-contrib-nbextensions
Requires: python3-jupyter-require = %{version}