Hello community,
here is the log from the commit of package python3-jupyter_ipython for
openSUSE:Factory checked in at 2016-08-12 15:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_ipython"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython-doc.changes
2016-08-05 18:15:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython-doc.changes
2016-08-12 15:42:44.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 1 02:24:20 UTC 2016 - [email protected]
+
+- Combine PDF and HTML documentation into a single package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.mcCIGX/_old 2016-08-12 15:42:45.000000000 +0200
+++ /var/tmp/diff_new_pack.mcCIGX/_new 2016-08-12 15:42:45.000000000 +0200
@@ -29,7 +29,7 @@
Release: 0
Summary: Documentation for python-jupyter_ipython
License: BSD-3-Clause
-Group: Development/Languages/Python
+Group: Documentation/Other
Url: http://ipython.org
Source:
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
BuildRequires: fdupes
@@ -49,27 +49,16 @@
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
BuildRequires: python3-Sphinx-latex
%endif
+Recommends: python3-jupyter_ipython = %{version}
+Provides: %{name}-html
+Provides: %{name}-pdf
+Obsoletes: %{name}-html
+Obsoletes: %{name}-pdf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
-Documentation and help files for python3-jupyter_ipython
-
-%package html
-Summary: HTML documentation for python3-jupyter_ipython
-Group: Development/Languages/Python
-Recommends: python3-jupyter_ipython = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_ipython in HTML format
-
-%package pdf
-Summary: HTML documentation for python3-jupyter_ipython
-Group: Development/Languages/Python
-Recommends: python3-jupyter_ipython = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_ipython in PDF format
+Documentation and help files for python3-jupyter_ipython.
%prep
%setup -q -n ipython-%{version}
@@ -102,15 +91,11 @@
iptest
popd
-%files html
+%files
%defattr(-,root,root,-)
%doc COPYING.rst
%{_docdir}/python3-jupyter_ipython/html/
-
%if %{build_pdf}
-files pdf
-%defattr(-,root,root,-)
-%doc COPYING.rst docs/source/about/license_and_copyright.rst
%{_docdir}/python3-jupyter_ipython/jupyter_core.pdf
%endif