Hello community,

here is the log from the commit of package python-jupyter_contrib_core for 
openSUSE:Factory checked in at 2019-05-22 11:04:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_contrib_core (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_contrib_core.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_contrib_core"

Wed May 22 11:04:22 2019 rev:2 rq:697969 version:0.3.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_contrib_core/python-jupyter_contrib_core.changes
  2018-06-03 12:35:32.733638835 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_contrib_core.new.5148/python-jupyter_contrib_core.changes
        2019-05-22 11:04:24.426596452 +0200
@@ -1,0 +2,11 @@
+Thu Apr 25 01:59:57 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.5.1
+  * Fix for navigation hotkeys
+  * gist_it Making github endpoint configurable to support publishing gists to 
Github Enterprise
+  * Fix treefilter
+  * Enable ruler extension in editor
+  * Several spelling fixes
+- Split jupyter components into own subpackage.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_contrib_core.spec ++++++
--- /var/tmp/diff_new_pack.rEf8SH/_old  2019-05-22 11:04:25.710595843 +0200
+++ /var/tmp/diff_new_pack.rEf8SH/_new  2019-05-22 11:04:25.746595826 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_contrib_core
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,39 +12,41 @@
 # 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/
+#
 
-%bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without tests
 Name:           python-jupyter_contrib_core
 Version:        0.3.3
 Release:        0
-License:        BSD-3-Clause
 Summary:        Common utilities for jupyter-contrib projects
-Url:            https://github.com/jupyter-contrib/jupyter_contrib_core
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            https://github.com/jupyter-contrib/jupyter_contrib_core
 Source:         
https://files.pythonhosted.org/packages/source/j/jupyter_contrib_core/jupyter_contrib_core-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module jupyter_core}
-BuildRequires:  %{python_module jupyter_notebook >= 4.0}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module notebook >= 4.0}
 BuildRequires:  %{python_module tornado}
 BuildRequires:  %{python_module traitlets}
 BuildRequires:  python-mock
 %endif
 Requires:       python-jupyter_core
-Requires:       python-jupyter_notebook >= 4.0
+Requires:       python-notebook >= 4.0
 Requires:       python-setuptools
 Requires:       python-tornado
 Requires:       python-traitlets
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       python-jupyter_contrib_core = %{version}
+Obsoletes:      python-jupyter_contrib_core <= %{version}
+Requires:       jupyter-jupyter_contrib_core = %{version}
 BuildArch:      noarch
+
 %python_subpackages
 
 %description
@@ -55,6 +57,25 @@
 -   common application components and cli scripts
 -   utility classes and functions for use in tests
 
+This package provides the python interface.
+
+%package     -n jupyter-jupyter_contrib_core
+Summary:        Libraries and Languages for Jupyter
+Group:          Development/Languages/Python
+Requires:       jupyter-jupyter_core
+Requires:       jupyter-notebook >= 4.0
+Requires:       python3-jupyter_contrib_core = %{version}
+
+%description -n jupyter-jupyter_contrib_core
+Common utilities for jupyter-contrib projects. Includes:
+
+-   providing a notebook-4.2-compatible nbextension API in order to
+    smooth over differences in versions 4.0 and 4.1
+-   common application components and cli scripts
+-   utility classes and functions for use in tests
+
+This package provides the jupyter components.
+
 %prep
 %setup -q -n jupyter_contrib_core-%{version}
 
@@ -76,11 +97,13 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE.txt
-%python3_only %{_bindir}/jupyter-contrib
 %{python_sitelib}/jupyter_contrib_core/
 %{python_sitelib}/jupyter_contrib_core-%{version}-py*.egg-info
 
+%files -n jupyter-jupyter_contrib_core
+%license LICENSE.txt
+%{_bindir}/jupyter-contrib
+
 %changelog


Reply via email to