Hello community,
here is the log from the commit of package python-jupyter_sphinx for
openSUSE:Factory checked in at 2019-05-22 11:05:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_sphinx (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_sphinx.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_sphinx"
Wed May 22 11:05:25 2019 rev:4 rq:698305 version:0.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_sphinx/python-jupyter_sphinx.changes
2018-09-15 15:35:59.740995005 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_sphinx.new.5148/python-jupyter_sphinx.changes
2019-05-22 11:05:27.150577667 +0200
@@ -1,0 +2,5 @@
+Thu Apr 25 01:59:57 UTC 2019 - Todd R <[email protected]>
+
+- Fix dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_sphinx.spec ++++++
--- /var/tmp/diff_new_pack.Pla2in/_old 2019-05-22 11:05:27.758577798 +0200
+++ /var/tmp/diff_new_pack.Pla2in/_new 2019-05-22 11:05:27.758577798 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter_sphinx
#
-# 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,7 +12,7 @@
# 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/
#
@@ -23,20 +23,21 @@
Summary: Jupyter Sphinx Extensions
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/jupyter-widgets/jupyter-sphinx
+URL: https://github.com/jupyter-widgets/jupyter-sphinx
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_sphinx/jupyter_sphinx-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-Sphinx >= 0.6
+Requires: python-ipywidgets >= 6.0.0
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx >= 0.6}
-BuildRequires: %{python_module jupyter_ipywidgets >= 6.0.0}
+BuildRequires: %{python_module ipywidgets >= 6.0.0}
# /SECTION
-Requires: python-Sphinx >= 0.6
-Requires: python-jupyter_ipywidgets >= 6.0.0
-BuildArch: noarch
-
+%ifpython3
+Provides: jupyter-jupyter_sphinx = %{version}
+%endif
%python_subpackages
%description
@@ -55,6 +56,7 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/jupyter_sphinx-%{version}-py*.egg-info
+%{python_sitelib}/jupyter_sphinx/
%changelog