Hello community,
here is the log from the commit of package python3-jupyter_ipywidgets for
openSUSE:Factory checked in at 2016-07-30 00:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_ipywidgets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets/python3-jupyter_ipywidgets-doc.changes
2016-05-25 21:27:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets-doc.changes
2016-07-30 00:27:59.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 27 21:39:26 UTC 2016 - [email protected]
+
+- Update to version 5.2.2
+ * No upstream changelog
+- Merge documentation subpackages into single package.
+
+-------------------------------------------------------------------
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets/python3-jupyter_ipywidgets.changes
2016-05-25 21:27:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets.changes
2016-07-30 00:27:59.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 27 21:39:26 UTC 2016 - [email protected]
+
+- Update to version 5.2.2
+ * No upstream changelog
+
+-------------------------------------------------------------------
Old:
----
ipywidgets-5.1.4.tar.gz
New:
----
ipywidgets-5.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_ipywidgets-doc.spec ++++++
--- /var/tmp/diff_new_pack.jtUKw8/_old 2016-07-30 00:28:01.000000000 +0200
+++ /var/tmp/diff_new_pack.jtUKw8/_new 2016-07-30 00:28:01.000000000 +0200
@@ -15,9 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
+# LaTeX documentation building is currently broken
+%define build_pdf 0
+%else
+%define build_pdf 0
+%endif
+
Name: python3-jupyter_ipywidgets-doc
-Version: 5.1.4
+Version: 5.2.2
Release: 0
Summary: Documentation for python3-jupyter_ipywidgets
License: BSD-3-Clause
@@ -26,21 +33,21 @@
Source:
https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
BuildRequires: pandoc
BuildRequires: python3-Sphinx
+%if %{build_pdf}
+BuildRequires: python3-Sphinx-latex
+%endif
BuildRequires: python3-jupyter_sphinx_theme
+Recommends: python3-jupyter_ipywidgets = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+Provides: %{name}-html = %{version}
+Provides: %{name}-pdf = %{version}
+Obsoletes: %{name}-html < %{version}
+Obsoletes: %{name}-pdf < %{version}
%description
Documentation and help files for python3-jupyter_ipywidgets.
-%package html
-Summary: HTML documentation for python3-jupyter_ipywidgets
-Group: Development/Languages/Python
-Recommends: python3-jupyter_ipywidgets = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_ipywidgets in HTML format.
-
%prep
%setup -q -n ipywidgets-%{version}
@@ -52,13 +59,19 @@
pushd docs
export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
+%if %{build_pdf}
+make latexpdf
+%endif
make html
rm -rf build/html/.buildinfo
popd
-%files html
+%files
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/html/
+%if %{build_pdf}
+%doc docs/_build/latex/jupyter_core.pdf
+%endif
%changelog
++++++ python3-jupyter_ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.jtUKw8/_old 2016-07-30 00:28:01.000000000 +0200
+++ /var/tmp/diff_new_pack.jtUKw8/_new 2016-07-30 00:28:01.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-jupyter_ipywidgets
-Version: 5.1.4
+Version: 5.2.2
Release: 0
Summary: IPython HTML widgets for Jupyter
License: BSD-3-Clause
++++++ ipywidgets-5.1.4.tar.gz -> ipywidgets-5.2.2.tar.gz ++++++
++++ 4802 lines of diff (skipped)