Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-03-09 18:43:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-12-19 12:37:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes     
2014-03-09 18:43:58.000000000 +0100
@@ -1,0 +2,69 @@
+Fri Mar  7 03:49:54 UTC 2014 - [email protected]
+
+- update to 1.2.1 (including 1.2.0)
+
+ Pull Requests (38):
+ 1.2.1:
+    PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError
+    PR #5166: remove mktemp usage
+    PR #5163: Simplify implementation of TemporaryWorkingDirectory.
+    PR #5105: add index to format to support py2.6
+ 1.2.0:
+    PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt
+    PR #4934: ipython profile create respects –ipython-dir
+    PR #4845: Add Origin Checking.
+    PR #4928: use importlib.machinery when available
+    PR #4849: Various unicode fixes (mostly on Windows)
+    PR #4880: set profile name from profile_dir
+    PR #4908: detect builtin docstrings in oinspect
+    PR #4909: sort dictionary keys before comparison, ordering is not 
guaranteed
+    PR #4903: use https for all embeds
+    PR #4868: Static path fixes
+    PR #4820: fix regex for cleaning old logs with ipcluster
+    PR #4840: Error in Session.send_raw()
+    PR #4762: whitelist alphanumeric characters for cookie_name
+    PR #4748: fix race condition in profiledir creation.
+    PR #4720: never use ssh multiplexer in tunnels
+    PR #4738: don’t inject help into user_ns
+    PR #4722: allow purging local results as long as they are not outstanding
+    PR #4668: Make non-ASCII docstring unicode
+    PR #4639: Minor import fix to get qtconsole with –pylab=qt working
+    PR #4453: Play nice with App Nap
+    PR #4609: Fix bytes regex for Python 3.
+    PR #4488: fix typo in message spec doc
+    PR #4346: getpass() on Windows & Python 2 needs bytes prompt
+    PR #4230: Switch correctly to the user’s default matplotlib backend after 
inline.
+    PR #4214: engine ID metadata should be unicode, not bytes
+    PR #4232: no highlight if no language specified
+    PR #4218: Fix display of SyntaxError when .py file is modified
+    PR #4217: avoid importing numpy at the module level
+    PR #4213: fixed dead link in examples/notebooks readme to Part 3
+    PR #4183: ESC should be handled by CM if tooltip is not on
+    PR #4193: Update for #3549: Append Firefox overflow-x fix
+    PR #4205: use TextIOWrapper when communicating with pandoc subprocess
+    PR #4204: remove some extraneous print statements from IPython.parallel
+    PR #4201: HeadingCells cannot be split or merged
+
+ Issues (17):
+ 1.2.1:
+    #5101: IPython 1.2.0: notebook fail with “500 Internal Server Error”
+ 1.2.0:
+    #4892: IPython.qt test failure with python3.4
+    #4810: ipcluster bug in clean_logs flag
+    #4765: missing build script for highlight.js
+    #4761: ipv6 address triggers cookie exception
+    #4721: purge_results with jobid crashing - looking for insight
+    #4602: “ipcluster stop” fails after “ipcluster start –daemonize” using 
python3.3
+    #3386: Magic %paste not working in Python 3.3.2. TypeError: Type str 
doesn’t support the buffer API
+    #4485: Incorrect info in “Messaging in IPython” documentation.
+    #4351: /parallel/apps/launcher.py error
+    #4334: NotebookApp.webapp_settings static_url_prefix causes crash
+    #4039: Celltoolbar example issue
+    #4256: IPython no longer handles unicode file names
+    #4122: Nbconvert [windows]: Inconsistent line endings in markdown cells 
exported to latex
+    #3819: nbconvert add extra blank line to code block on Windows.
+    #4203: remove spurious print statement from parallel annoted functions
+    #4200: Notebook: merging a heading cell and markdown cell cannot be undone
+
+
+-------------------------------------------------------------------

Old:
----
  ipython-1.1.0.tar.gz

New:
----
  ipython-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python3-IPython.spec ++++++
--- /var/tmp/diff_new_pack.feJHRW/_old  2014-03-09 18:43:59.000000000 +0100
+++ /var/tmp/diff_new_pack.feJHRW/_new  2014-03-09 18:43:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-IPython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define        modname IPython
 Name:           python3-%{modname}
-Version:        1.1.0
+Version:        1.2.1
 Release:        0
 Source0:        
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -27,27 +27,27 @@
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 BuildArch:      noarch
+BuildRequires:  gnome-icon-theme
 BuildRequires:  python3
 BuildRequires:  python3-2to3
+BuildRequires:  python3-Cython
 BuildRequires:  python3-curses
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-BuildRequires:  python3-Cython
-BuildRequires:  python3-opengl
 BuildRequires:  python3-nose >= 0.10.1
+BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel >= 2.1.11
 BuildRequires:  python3-xml
-BuildRequires:  gnome-icon-theme
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-Requires:       python3-xml
-Requires:       python(abi) = %{py3_ver}
-Requires:       python3-pyzmq >= 2.1.11
 Requires:       gnome-icon-theme
+Requires:       python3-pyzmq >= 2.1.11
 Requires:       python3-tk
+Requires:       python3-xml
+Requires:       python(abi) = %{py3_ver}
 Recommends:     python3-curses
 Recommends:     python3-pymongo
 # not available yet upstream
@@ -61,9 +61,9 @@
 BuildRequires:  python3-tornado >= 2.0
 Requires:       python3-tornado >= 2.0
 #documentation
-BuildRequires:  python3-Sphinx >= 0.3
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
+BuildRequires:  python3-Sphinx >= 0.3
 
 %description
 IPython provides a replacement for the interactive python (Python)

++++++ ipython-1.1.0.tar.gz -> ipython-1.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-1.2.1.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to