Hello community,

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

Package is "spyder3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spyder3/spyder3.changes  2015-06-30 
10:19:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spyder3.new/spyder3.changes     2015-09-30 
05:50:08.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:
------------------
++++++ spyder3.spec ++++++
--- /var/tmp/diff_new_pack.KNReb2/_old  2015-09-30 05:50:09.000000000 +0200
+++ /var/tmp/diff_new_pack.KNReb2/_new  2015-09-30 05:50:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           spyder3
-Version:        2.3.5.2
+Version:        2.3.6
 Release:        0
 Url:            http://spyderlib.googlecode.com
 Summary:        Scientific PYthon Development EnviRonment
@@ -27,17 +27,18 @@
 Source1:        spyder3-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
-BuildRequires:  python3-IPython >= 0.13
 BuildRequires:  python3-Pygments
 BuildRequires:  python3-Sphinx >= 0.6.0
-BuildRequires:  python3-devel >= 2.5
+BuildRequires:  python3-devel
+BuildRequires:  python3-flake8
+BuildRequires:  python3-jupyter_ipykernel
+BuildRequires:  python3-jupyter_qtconsole
 BuildRequires:  python3-matplotlib
 BuildRequires:  python3-numpy
-BuildRequires:  python3-pep8
 BuildRequires:  python3-psutil
 BuildRequires:  python3-pyflakes >= 0.5.0
 BuildRequires:  python3-qt4 >= 4.6
-BuildRequires:  python3-rope => 0.9.2
+BuildRequires:  python3-rope >= 0.9.2
 BuildRequires:  python3-scipy
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -59,8 +60,10 @@
 Group:          Development/Languages/Python
 Requires:       python3-Sphinx >= 0.6.0
 Requires:       python3-qt4 >= 4.6
-Recommends:     python3-IPython >= 0.13
 Recommends:     python3-Pygments
+Recommends:     python3-flake8
+Recommends:     python3-jupyter_ipykernel
+Recommends:     python3-jupyter_qtconsole
 Recommends:     python3-matplotlib
 Recommends:     python3-numpy
 Recommends:     python3-pep8


Reply via email to