Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-04-23 17:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and      /work/SRC/openSUSE:Factory/.python3-IPython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-IPython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-03-09 18:43:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes     
2014-04-23 17:33:33.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Apr  3 00:25:38 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 don't end in *3
+    - 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
+    - removed if case for >12.2 version, since IPython only builds for >12.2
+
+-------------------------------------------------------------------

Old:
----
  ipython-1.2.1.tar.gz

New:
----
  ipython-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-IPython.spec ++++++
--- /var/tmp/diff_new_pack.SV7jGp/_old  2014-04-23 17:33:34.000000000 +0200
+++ /var/tmp/diff_new_pack.SV7jGp/_new  2014-04-23 17:33:34.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define        modname IPython
 Name:           python3-%{modname}
-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
@@ -34,7 +34,9 @@
 BuildRequires:  python3-curses
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose >= 0.10.1
+BuildRequires:  python3-numpydoc
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel >= 2.1.11
@@ -58,8 +60,8 @@
 Requires:       python3-Pygments
 Requires:       python3-qt4
 #ipython notebook
-BuildRequires:  python3-tornado >= 2.0
-Requires:       python3-tornado >= 2.0
+BuildRequires:  python3-tornado >= 3.1
+Requires:       python3-tornado >= 3.1
 #documentation
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
@@ -115,7 +117,7 @@
 
 # move automatically installed documentation to the right directory
 install -d -m 755 %{buildroot}%{_docdir}/
-mv -f %{buildroot}/usr/share/doc/ipython/ %{buildroot}%{_docdir}/%{name}
+#mv -f %{buildroot}/usr/share/doc/IPython/ %{buildroot}%{_docdir}/%{name}
 
 # does not seem to work with python 3
 #make docs
@@ -134,9 +136,16 @@
 rm -f %{buildroot}/%{python3_sitelib}/IPython/.git_commit_info.ini
 rm -f %{buildroot}/%{_docdir}/%{name}/manual/.buildinfo
 
+# remove all executables that don't follow the bin/*3 convention for python3
+rm %{buildroot}/%{_bindir}/ipcluster
+rm %{buildroot}/%{_bindir}/ipcontroller
+rm %{buildroot}/%{_bindir}/ipengine
+rm %{buildroot}/%{_bindir}/iptest
+rm %{buildroot}/%{_bindir}/ipython
+
 # Fix .desktop files for python 3
-mv examples/core/ipython-qtconsole.desktop ./ipython3-qtconsole.desktop
-mv examples/core/ipython.desktop ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython.desktop  ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython-qtconsole.desktop 
./ipython3-qtconsole.desktop
 
 sed -i 's/Python/Python 3/g' *.desktop
 sed -i 's/ipython/ipython3/g' *.desktop
@@ -163,36 +172,26 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING.txt README.rst
+%doc COPYING.rst README.rst
 %{_bindir}/ipcluster3
 %{_bindir}/ipcontroller3
 %{_bindir}/ipengine3
-%{_bindir}/iplogger3
 %{_bindir}/iptest3
 %{_bindir}/ipython3
-%{_bindir}/irunner3
-%{_bindir}/pycolor3
 %{_mandir}/man1/ipcluster3.1.gz
 %{_mandir}/man1/ipcontroller3.1.gz
 %{_mandir}/man1/ipengine3.1.gz
-%{_mandir}/man1/iplogger3.1.gz
 %{_mandir}/man1/ipython3.1.gz
-%{_mandir}/man1/irunner3.1.gz
-%{_mandir}/man1/pycolor3.1.gz
 %{_datadir}/applications/ipython3-qtconsole.desktop
-#%{_datadir}/applications/ipython3-sh.desktop
 %{_datadir}/applications/ipython3.desktop
 %{_datadir}/icons/hicolor/
 %{python3_sitelib}/%{modname}
 %{python3_sitelib}/ipython-%{version}-py*.egg-info
-%if 0%{?suse_version} > 1220
-%exclude %{_docdir}/%{name}/examples/
-%endif
 
 %files doc
 %defattr(-,root,root)
 %doc %{_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/python3-IPython/ipython-1.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-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]

Reply via email to