Hello community, here is the log from the commit of package IPython for openSUSE:Factory checked in at 2014-05-08 12:38:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-03-09 18:26:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2014-05-08 12:38:41.000000000 +0200 @@ -1,0 +2,22 @@ +Thu Apr 3 00:21:54 UTC 2014 - [email protected] + +- updated to 2.0.0 + + The principal milestones of 2.0 are: + + * interactive widgets for the notebook + * directory navigation in the notebook dashboard + * persistent URLs for notebooks + * a new modal user interface in the notebook + * a security model for notebooks + + more details at http://ipython.org/ipython-doc/2/whatsnew/version2.0.html + + * changes in spec file: + - manual remove binaries that end in *2 + - added dependencies matplotlib, numpydoc, updated version for tornado + - logger, color and irunner are not provided anymore, remove from file list + - Copying is now in rst format + - name and location of desktop files changed + +------------------------------------------------------------------- Old: ---- ipython-1.2.1.tar.gz New: ---- ipython-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ IPython.spec ++++++ --- /var/tmp/diff_new_pack.4ez9B4/_old 2014-05-08 12:38:43.000000000 +0200 +++ /var/tmp/diff_new_pack.4ez9B4/_new 2014-05-08 12:38:43.000000000 +0200 @@ -18,7 +18,7 @@ Name: IPython BuildRequires: python-devel -Version: 1.2.1 +Version: 2.0.0 Release: 0 Source0: https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,12 +57,14 @@ Requires: python-matplotlib Requires: python-qt4 # html notebook -BuildRequires: python-tornado >= 2.0 -Requires: python-tornado >= 2.0 +BuildRequires: python-tornado >= 3.1 +Requires: python-tornado >= 3.1 #documentation BuildRequires: graphviz BuildRequires: graphviz-gnome BuildRequires: python-Sphinx >= 0.3 +BuildRequires: python-matplotlib +BuildRequires: python-numpydoc %description IPython provides a replacement for the interactive python (Python) @@ -113,9 +115,7 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -# move automatically installed documentation to the right directory install -d -m 755 %{buildroot}%{_docdir}/ -mv -f %{buildroot}/usr/share/doc/ipython/ %{buildroot}%{_docdir}/%{name} # make docs pushd docs @@ -124,10 +124,18 @@ mv build/html %{buildroot}%{_docdir}/%{name}/ popd +# move automatically installed documentation to the right directory +#mv -f %{buildroot}/usr/share/doc/packages/IPython/ %{buildroot}%{_docdir}/%{name} + # set executable -chmod a+x %{buildroot}%{python_sitelib}/%{name}/html/static/components/less.js/bin/lessc chmod a+x %{buildroot}%{python_sitelib}/%{name}/external/mathjax.py -chmod a+x %{buildroot}%{python_sitelib}/%{name}/html/static/components/marked/bin/marked + +# remove all executables that end in *2 +rm %{buildroot}/%{_bindir}/ipcluster2 +rm %{buildroot}/%{_bindir}/ipcontroller2 +rm %{buildroot}/%{_bindir}/ipengine2 +rm %{buildroot}/%{_bindir}/iptest2 +rm %{buildroot}/%{_bindir}/ipython2 # remove hidden files rm -f %{buildroot}%{python_sitelib}/%{name}/.git_commit_info.ini @@ -137,7 +145,7 @@ %fdupes %{buildroot}%{_docdir}/%{name}/ # install .desktop files -mv examples/core/*.desktop ./ +mv examples/IPython\ Kernel/*.desktop ./ sed -i 's/gnome-netstatus-idle/ipython/g' *.desktop %suse_update_desktop_file -r -i ipython System TerminalEmulator %suse_update_desktop_file -r -i ipython-qtconsole System TerminalEmulator @@ -154,36 +162,27 @@ %files %defattr(-,root,root) -%doc COPYING.txt README.rst +%doc COPYING.rst README.rst %{_bindir}/ipcluster %{_bindir}/ipcontroller %{_bindir}/ipengine -%{_bindir}/iplogger %{_bindir}/iptest %{_bindir}/ipython -%{_bindir}/irunner -%{_bindir}/pycolor %{_mandir}/man1/ipcluster.1.gz %{_mandir}/man1/ipcontroller.1.gz %{_mandir}/man1/ipengine.1.gz -%{_mandir}/man1/iplogger.1.gz %{_mandir}/man1/ipython.1.gz -%{_mandir}/man1/irunner.1.gz -%{_mandir}/man1/pycolor.1.gz %{_datadir}/applications/ipython-qtconsole.desktop %{_datadir}/applications/ipython.desktop %{_datadir}/icons/hicolor/ %{python_sitelib}/%{name} %{python_sitelib}/ipython-%{version}-py*.egg-info -%exclude %{_docdir}/%{name}/html/ -%if 0%{?suse_version} > 1220 -%exclude %{_docdir}/%{name}/examples/ -%endif +%exclude %{_docdir}/%{name}/ %files doc %defattr(-,root,root) %{_docdir}/%{name}/ -%exclude %{_docdir}/%{name}/COPYING.txt +%exclude %{_docdir}/%{name}/COPYING.rst %exclude %{_docdir}/%{name}/README.rst %changelog ++++++ ipython-1.2.1.tar.gz -> ipython-2.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/IPython/ipython-1.2.1.tar.gz /work/SRC/openSUSE:Factory/.IPython.new/ipython-2.0.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
