Hello community,

here is the log from the commit of package python-jupyter_core for 
openSUSE:Factory checked in at 2016-02-18 11:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_core (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_core"

Changes:
--------
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_core.new/python-jupyter_core-doc.changes
 2016-02-18 12:36:49.000000000 +0100
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Wed Feb 17 14:22:56 UTC 2016 - [email protected]
+
+- Simplify the tests for whether to build pdf documentation
+
+-------------------------------------------------------------------
+Wed Feb 17 08:53:35 UTC 2016 - [email protected]
+
+- Split documentation to speed up building.
+  This is a dependency of a lot of other packages, and the 
+  dependencies for the documentation are very heavy.  So build
+  the documentation separately to avoid holding up the build 
+  process.
+
+-------------------------------------------------------------------
+Thu Oct  1 11:33:33 UTC 2015 - [email protected]
+
+- Build documentation
+
+-------------------------------------------------------------------
+Wed Sep 23 11:20:47 UTC 2015 - [email protected]
+
+- update to version 4.0.6:
+  * fix typo preventing migration when custom.css is missing
+- update to version 4.0.5:
+  * fix subcommands on Windows (yes, again)
+  * fix migration when custom.js/css are not present
+
+-------------------------------------------------------------------
+Mon Aug 24 10:29:04 UTC 2015 - [email protected]
+
+- Update to 4.0.4
+  * ensure version is printed to stdout …
+  * remove file-extension from subcommand list on Windows
+- Update requirements
+
+-------------------------------------------------------------------
+Fri Aug 14 07:48:27 UTC 2015 - [email protected]
+
+- Update to 4.0.3
+  * use raw_input on Python 2
+  * Use setuptools entry points when setuptools in use
+  * Use instances of traits instead of trait classes
+- Fix package naming consistency
+
+-------------------------------------------------------------------
+Fri Aug 14 07:03:18 UTC 2015 - [email protected]
+
+- Fix update-alternatives usage
+
+-------------------------------------------------------------------
+Thu Aug 13 14:06:32 UTC 2015 - [email protected]
+
+- Update dependency names
+
+-------------------------------------------------------------------
+Tue Jul 21 10:49:36 UTC 2015 - [email protected]
+
+- Initial version
+
--- /work/SRC/openSUSE:Factory/python-jupyter_core/python-jupyter_core.changes  
2015-10-06 13:25:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_core.new/python-jupyter_core.changes 
    2016-02-18 12:36:49.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Feb 17 08:53:35 UTC 2016 - [email protected]
+
+- Split documentation to speed up building.
+  This is a dependency of a lot of other packages, and the 
+  dependencies for the documentation are very heavy.  So build
+  the documentation separately to avoid holding up the build 
+  process.
+
+-------------------------------------------------------------------

New:
----
  python-jupyter_core-doc.changes
  python-jupyter_core-doc.spec

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

Other differences:
------------------
++++++ python-jupyter_core-doc.spec ++++++
#
# spec file for package python-jupyter_core
#
# Copyright (c) 2016 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/
#


%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
%define build_pdf 1
%else
%define build_pdf 0
%endif

Name:           python-jupyter_core-doc
Version:        4.0.6
Release:        0
Summary:        Documentation for python-jupyter_core
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://jupyter.org
Source:         
https://pypi.python.org/packages/source/j/jupyter_core/jupyter_core-%{version}.tar.gz
BuildRequires:  python-jupyter_core
# Documentation requirements
BuildRequires:  python-Sphinx
%if %{build_pdf}
BuildRequires:  python-Sphinx-latex
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Documentation and help files for python3-jupyter_core.

%package html
Summary:        HTML documentation for python-jupyter_core
Recommends:     python-jupyter_core = %{version}

%description html
Documentation and help files for python-jupyter_core in HTML format.

%package pdf
Summary:        PDF documentation for python-jupyter_core
Recommends:     python-jupyter_core = %{version}

%description pdf
Documentation and help files for python-jupyter_core in PDF format.


%prep
%setup -q -n jupyter_core-%{version}

%build
# Not needed

%install
# Build the documentation
pushd docs
%if %{build_pdf}
PYTHONPATH=%{buildroot}%{python_sitelib} make latexpdf
%endif
PYTHONPATH=%{buildroot}%{python_sitelib} make html
rm -rf _build/html/.buildinfo
popd
 
%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/

%if %{build_pdf}
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/latex/jupyter_core.pdf
%endif

%changelog
++++++ python-jupyter_core.spec ++++++
--- /var/tmp/diff_new_pack.jDWCDo/_old  2016-02-18 12:36:50.000000000 +0100
+++ /var/tmp/diff_new_pack.jDWCDo/_new  2016-02-18 12:36:50.000000000 +0100
@@ -31,11 +31,6 @@
 BuildRequires:  python-pytest
 # Python 2.7 test requirements
 BuildRequires:  python-mock
-# Documentation requirements
-BuildRequires:  python-Sphinx
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-BuildRequires:  python-Sphinx-latex
-%endif
 Requires:       python >= 2.7
 Requires:       python-ipython_genutils
 Requires:       python-traitlets
@@ -58,21 +53,6 @@
 There is no reason to install this package on its own.  It will be pulled in
 as a dependency by packages that require it.
 
-%package doc-html
-Summary:        HTML documentation for %{name}
-Recommends:     %{name} = %{version}
-
-%description doc-html
-Documentation and help files for %{name} in HTML format
-
-%package doc-pdf
-Summary:        HTML documentation for %{name}
-Recommends:     %{name} = %{version}
-
-%description doc-pdf
-Documentation and help files for %{name} in PDF format
-
-
 %prep
 %setup -q -n jupyter_core-%{version}
 
@@ -96,15 +76,6 @@
     touch %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
-# Build the documentation
-pushd docs
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-PYTHONPATH=%{buildroot}%{python_sitelib} make latexpdf
-%endif
-PYTHONPATH=%{buildroot}%{python_sitelib} make html
-rm -rf _build/html/.buildinfo
-popd
-
 %check
 # test_migrate requires files not found in the package
 pushd jupyter_core/tests
@@ -135,16 +106,4 @@
 %ghost %{_sysconfdir}/alternatives/jupyter-migrate
 %{python_sitelib}/*
  
-%files doc-html
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/_build/html/
-
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-%files doc-pdf
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/_build/latex/jupyter_core.pdf
-%endif
-
 %changelog


Reply via email to