Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2015-09-30 05:50:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spyder (Old)
 and      /work/SRC/openSUSE:Factory/.spyder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spyder"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spyder/spyder.changes    2015-06-30 
10:19:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes       2015-09-30 
05:50:10.000000000 +0200
@@ -1,0 +2,34 @@
+Fri Aug 28 07:46:52 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 2.3.6
+  + New Features
+    * IPython Console
+      * Make it fully compatible with IPython/Jupyter 4.0
+    * Variable Explorer
+      * Don't refresh it when focused to avoid slow downs when 
+        working with big data
+      * Add variable name to DataFrame editor
+      * Fix several crashes and freezes when working with DataFrames
+    * Under the hood
+      * Use PyQt4 API #2 by default (API #1 is not supported anymore).
+        This is necessary to support IPython/Jupyter 4.0
+  + Bug fixes
+    * Multiple untitled files generate at close
+    * Indenting at the first position in file fails/crashes
+    * Crash after update IPython to 4.0
+    * Call tips and auto completion tips go out of screen on a second monitor
+    * Having a lof of data in the Variable explorer slows down Spyder 
considerably
+    * Spyder crash on launch with Babel 2.0/Python 3.4
+    * List of pandas dataframes in variable explorer slows down Spyder
+    * Variable explorer auto-refreshes after kernel restarts
+    * DataFrames with headers that contain BOM utf-8 data are 
freezing/crashing Spyder (in Python 2)
+    * Spyder crashes when displaying DataFrames with duplicate column names in 
the Variable Explorer
+    * Don't ask to confirm exit on default untitled files
+    * Display object name in DataFrame editor
+  + Pull requests
+    * Fix missing exception on Windows when importing data on the Variable 
Explorer
+    * Show call tips at right position when there are multiple screens
+    * Fix error when indenting on the first line of a file
+- Switch dependencies to jupyter versions
+    
+-------------------------------------------------------------------

Old:
----
  spyder-2.3.5.2.zip

New:
----
  spyder-2.3.6.zip

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

Other differences:
------------------
++++++ spyder.spec ++++++
--- /var/tmp/diff_new_pack.1A22FU/_old  2015-09-30 05:50:11.000000000 +0200
+++ /var/tmp/diff_new_pack.1A22FU/_new  2015-09-30 05:50:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           spyder
-Version:        2.3.5.2
+Version:        2.3.6
 Release:        0
 Url:            http://spyderlib.googlecode.com
 Summary:        Scientific PYthon Development EnviRonment
@@ -26,10 +26,12 @@
 Source:         
https://pypi.python.org/packages/source/s/spyder/spyder-%{version}.zip
 Source1:        spyder-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  IPython
 BuildRequires:  fdupes
 BuildRequires:  python-Sphinx >= 0.6.0
 BuildRequires:  python-devel >= 2.5
+BuildRequires:  python-flake8
+BuildRequires:  python-jupyter_ipykernel
+BuildRequires:  python-jupyter_qtconsole
 BuildRequires:  python-matplotlib
 BuildRequires:  python-numpy
 BuildRequires:  python-pep8
@@ -58,7 +60,9 @@
 Group:          Development/Languages/Python
 Requires:       python-Sphinx >= 0.6.0
 Requires:       python-qt4 >= 4.6
-Recommends:     IPython
+Recommends:     python-flake8
+Recommends:     python-jupyter_ipykernel
+Recommends:     python-jupyter_qtconsole
 Recommends:     python-matplotlib
 Recommends:     python-numpy
 Recommends:     python-pep8


Reply via email to