Hello community,
here is the log from the commit of package python-jupyter_cms for
openSUSE:Factory checked in at 2018-11-18 23:31:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_cms (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_cms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_cms"
Sun Nov 18 23:31:03 2018 rev:3 rq:649323 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter_cms/python-jupyter_cms.changes
2018-06-15 14:37:55.694661555 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_cms.new/python-jupyter_cms.changes
2018-11-18 23:31:18.381545223 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 13:09:03 UTC 2018 - Dominique Leuenberger <[email protected]>
+
+- No longer (build)require python3-scandir: this has been
+ eliminated.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_cms.spec ++++++
--- /var/tmp/diff_new_pack.Y2Mov8/_old 2018-11-18 23:31:19.209544226 +0100
+++ /var/tmp/diff_new_pack.Y2Mov8/_new 2018-11-18 23:31:19.213544221 +0100
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,32 +22,35 @@
Name: python-jupyter_cms
Version: 0.7.0
Release: 0
-License: BSD-3-Clause
Summary: Content management extension for Jupyter Notebook
-Url: https://github.com/jupyter-incubator/contentmanagement
+License: BSD-3-Clause
Group: Development/Languages/Python
+URL: https://github.com/jupyter-incubator/contentmanagement
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_cms/jupyter_cms-%{version}.tar.gz
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module scandir}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: python2-scandir
BuildRequires: python3-Whoosh >= 2.7.0
BuildRequires: python3-jupyter_notebook >= 4.2.0
+Requires: python-Whoosh >= 2.7.0
+Requires: python-jupyter_core
+Requires: python-jupyter_ipython >= 4.1.0
+Requires: python-jupyter_nbconvert >= 5.0.0
+Requires: python-jupyter_notebook >= 4.2.0
+BuildArch: noarch
%if %{with test}
+BuildRequires: %{python_module Whoosh >= 2.7.0}
BuildRequires: %{python_module entrypoints >= 0.2.2}
BuildRequires: %{python_module jupyter_core}
BuildRequires: %{python_module jupyter_ipython >= 4.1.0}
BuildRequires: %{python_module jupyter_nbconvert >= 5.0.0}
BuildRequires: %{python_module jupyter_notebook >= 4.2.0}
-BuildRequires: %{python_module Whoosh >= 2.7.0}
%endif
-Requires: python-jupyter_core
-Requires: python-jupyter_ipython >= 4.1.0
-Requires: python-jupyter_nbconvert >= 5.0.0
-Requires: python-jupyter_notebook >= 4.2.0
-Requires: python-scandir
-Requires: python-Whoosh >= 2.7.0
+%ifpython2
+Requires: python2-scandir
+%endif
%ifpython3
Requires(post): python-Whoosh >= 2.7.0
Requires(post): python-jupyter_notebook
@@ -56,8 +60,6 @@
%ifpython2
Requires: python3-jupyter_cms = %{version}
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -104,5 +106,4 @@
%{python_sitelib}/jupyter_cms-%{version}-py*.egg-info
%{python_sitelib}/jupyter_cms/
-
%changelog