Hello community,
here is the log from the commit of package python-jupyter_sphinx_theme for
openSUSE:Factory checked in at 2017-10-03 23:16:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_sphinx_theme (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_sphinx_theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_sphinx_theme"
Tue Oct 3 23:16:22 2017 rev:1 rq:522387 version:0.0.6
Changes:
--------
New Changes file:
--- /dev/null 2017-07-20 07:30:00.335470106 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_sphinx_theme.new/python-jupyter_sphinx_theme.changes
2017-10-03 23:16:24.981753633 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Sep 8 15:02:54 UTC 2017 - [email protected]
+
+- Initial version
New:
----
jupyter-sphinx-theme-0.0.6.tar.gz
python-jupyter_sphinx_theme.changes
python-jupyter_sphinx_theme.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_sphinx_theme.spec ++++++
#
# spec file for package python-jupyter_sphinx_theme
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-jupyter_sphinx_theme
Version: 0.0.6
Release: 0
License: MIT
Summary: Jupyter Sphinx Theme
Url: http://github.com/jupyter/sphinx-theme
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/j/jupyter-sphinx-theme/jupyter-sphinx-theme-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-2to3
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
%if %{with test}
BuildRequires: %{python_module Sphinx >= 1.3.6}
BuildRequires: %{python_module jupyter_nbsphinx}
BuildRequires: %{python_module recommonmark >= 0.4.0}
BuildRequires: %{python_module setuptools}
%endif
Requires: python-Sphinx >= 1.3.6
Requires: python-jupyter_nbsphinx
Requires: python-recommonmark >= 0.4.0
Requires: python-setuptools
Provides: python-jupyter-sphinx-theme = %{version}
BuildArch: noarch
%python_subpackages
%description
A Jupyter Sphinx theme for narrative documentation.
%prep
%setup -q -n jupyter-sphinx-theme-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%{python_sitelib}/*
%changelog