Hello community,
here is the log from the commit of package python3-jupyter_core for
openSUSE:Factory checked in at 2016-02-17 10:24:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_core (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_core"
Changes:
--------
New Changes file:
--- /dev/null 2016-01-27 19:41:03.648095915 +0100
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_core.new/python3-jupyter_core-doc.changes
2016-02-17 12:23:34.000000000 +0100
@@ -0,0 +1,66 @@
+-------------------------------------------------------------------
+Fri Feb 12 14:13:19 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:35:12 UTC 2015 - [email protected]
+
+- Don't install hidden file.
+
+-------------------------------------------------------------------
+Wed Sep 30 10:08:04 UTC 2015 - [email protected]
+
+- Build documentation
+
+-------------------------------------------------------------------
+Sat Sep 19 14:28:17 UTC 2015 - [email protected]
+
+- update to version 4.0.6:
+ * fix typo preventing migration when custom.css is missing
+
+- changes from 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 21 09:02:25 UTC 2015 - [email protected]
+
+- Add pbr requirement
+
+-------------------------------------------------------------------
+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:08:29 UTC 2015 - [email protected]
+
+- Update dependency names
+
+-------------------------------------------------------------------
+Tue Jul 21 10:49:36 UTC 2015 - [email protected]
+
+- Initial version
+
---
/work/SRC/openSUSE:Factory/python3-jupyter_core/python3-jupyter_core.changes
2015-10-08 08:24:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_core.new/python3-jupyter_core.changes
2016-02-17 12:23:35.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Feb 12 14:13:19 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:
----
python3-jupyter_core-doc.changes
python3-jupyter_core-doc.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_core-doc.spec ++++++
#
# spec file for package python3-jupyter_core-doc
#
# 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/
#
Name: python3-jupyter_core-doc
Version: 4.0.6
Release: 0
Summary: Documentation for python3-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: python3-jupyter_core
BuildRequires: python3-Sphinx
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
BuildRequires: python3-Sphinx-latex
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Documentation and help files for python3-jupyter_core in HTML format
%package html
Summary: HTML documentation for python3-jupyter_core
Recommends: python3-jupyter_core = %{version}
%description html
Documentation and help files for python3-jupyter_core in HTML format
%package pdf
Summary: PDF documentation for python3-jupyter_core
Recommends: python3-jupyter_core = %{version}
%description pdf
Documentation and help files for python3-jupyter_core in PDF format
%prep
%setup -q -n jupyter_core-%{version}
%build
# Not needed
%install
# Build the documentation
pushd docs
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
%endif
PYTHONPATH=%{buildroot}%{python3_sitelib} make html
rm -rf _build/html/.buildinfo
popd
%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/latex/jupyter_core.pdf
%endif
%changelog
++++++ python3-jupyter_core.spec ++++++
--- /var/tmp/diff_new_pack.7xGuWE/_old 2016-02-17 12:23:35.000000000 +0100
+++ /var/tmp/diff_new_pack.7xGuWE/_new 2016-02-17 12:23:35.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_core
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -32,11 +32,6 @@
BuildRequires: python3-mock
BuildRequires: python3-pbr
BuildRequires: python3-pytest
-# Documentation requirements
-BuildRequires: python3-Sphinx
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
-BuildRequires: python3-Sphinx-latex
-%endif
Requires: python3 >= 3.3
Requires: python3-ipython_genutils
Requires: python3-traitlets
@@ -55,20 +50,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}
@@ -92,15 +73,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}%{python3_sitelib} make latexpdf
-%endif
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
-rm -rf _build/html/.buildinfo
-popd
-
%check
# test_migrate requires files not found in the package
pushd jupyter_core/tests
@@ -131,16 +103,4 @@
%ghost %{_sysconfdir}/alternatives/jupyter-migrate
%{python3_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