Hello community, here is the log from the commit of package IPython for openSUSE:Factory checked in at 2015-03-05 15:40:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/IPython (Old) and /work/SRC/openSUSE:Factory/.IPython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "IPython" Changes: -------- --- /work/SRC/openSUSE:Factory/IPython/IPython.changes 2015-01-07 09:38:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2015-03-05 18:16:23.000000000 +0100 @@ -1,0 +2,17 @@ +Mon Mar 2 16:57:13 UTC 2015 - [email protected] + +- specfile: + * added mistune, jsonschema requirement + * updated some version numbers for requirements + * removed pandoc requirement + * no longer build html documentation. This requires the jsdoc + package, which is not available from OBS and appears + complicated to set up. +- update to version 3.0.0: + * Using different kernels + * typing unicode identifiers + * new widgets + * lots of other changes, see + http://ipython.org/ipython-doc/3/whatsnew/version3.html + +------------------------------------------------------------------- Old: ---- ipython-2.3.0.tar.gz New: ---- ipython-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ IPython.spec ++++++ --- /var/tmp/diff_new_pack.fpVHUU/_old 2015-03-05 18:16:25.000000000 +0100 +++ /var/tmp/diff_new_pack.fpVHUU/_new 2015-03-05 18:16:25.000000000 +0100 @@ -18,7 +18,7 @@ Name: IPython BuildRequires: python-devel -Version: 2.3.0 +Version: 3.0.0 Release: 0 Source0: https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz Source1: ipython-icons.tar.xz @@ -29,6 +29,7 @@ Group: Development/Languages/Python BuildArch: noarch BuildRequires: python +BuildRequires: python-setuptools BuildRequires: python-Cython BuildRequires: python-curses BuildRequires: python-nose >= 0.10.1 @@ -36,7 +37,6 @@ BuildRequires: python-pexpect BuildRequires: python-pymongo BuildRequires: python-pyzmq-devel >= 2.1.11 -BuildRequires: python-setuptools BuildRequires: python-wxWidgets %if 0%{?suse_version} %py_requires @@ -57,18 +57,17 @@ Recommends: python-matplotlib Recommends: python-qt4 # html notebook -BuildRequires: python-tornado >= 3.1 -Recommends: python-tornado >= 3.1 -%if 0%{?suse_version} > 1310 -# nbconvert, only available on factory -BuildRequires: pandoc >= 1.10 -Recommends: pandoc >= 1.10 -%endif +BuildRequires: python-tornado >= 4.0 +Recommends: python-tornado >= 4.0 +BuildRequires: python-mistune >= 0.5 +Recommends: python-mistune >= 0.5 +#ipython nbformat +BuildRequires: python-jsonschema +Requires: python-jsonschema #documentation BuildRequires: graphviz BuildRequires: graphviz-gnome BuildRequires: python-Sphinx >= 0.3 -BuildRequires: python-matplotlib BuildRequires: python-numpydoc %description @@ -122,12 +121,13 @@ install -d -m 755 %{buildroot}%{_docdir}/ +# docs now require jsdoc, a javascript package # make docs -pushd docs -PYTHONPATH=$PYTHONPATH:%{buildroot}%{python_sitelib} make html -rm build/html/.buildinfo -mv build/html %{buildroot}%{_docdir}/%{name}/ -popd +# pushd docs +# PYTHONPATH=$PYTHONPATH:%{buildroot}%{python_sitelib} make html +# rm build/html/.buildinfo +# mv build/html %{buildroot}%{_docdir}/%{name}/ +# popd # add examples cp -vr examples %{buildroot}%{_docdir}/%{name}/ ++++++ ipython-2.3.0.tar.gz -> ipython-3.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/IPython/ipython-2.3.0.tar.gz /work/SRC/openSUSE:Factory/.IPython.new/ipython-3.0.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
