Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2013-05-28 07:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-03-17 
10:13:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes     2013-05-28 
07:38:30.000000000 +0200
@@ -1,0 +2,10 @@
+Fri May 17 17:33:56 UTC 2013 - [email protected]
+
+- update to 0.13.2
+    - bugfix-release, 52 bugs fixed
+    - improved compatibility with new Qt versions
+      (fixes bnc#819931, obsoletes ipython-fix-loading-newer-pyqt.diff)
+- drop conditionals for too-old SUSE releases
+- shorten summary
+
+-------------------------------------------------------------------
python3-IPython.changes: same change

Old:
----
  ipython-0.13.1.tar.gz
  ipython-fix-loading-newer-pyqt.diff

New:
----
  ipython-0.13.2.tar.gz

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

Other differences:
------------------
++++++ IPython.spec ++++++
--- /var/tmp/diff_new_pack.Ry0SFb/_old  2013-05-28 07:38:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Ry0SFb/_new  2013-05-28 07:38:31.000000000 +0200
@@ -18,9 +18,9 @@
 
 Name:           IPython
 BuildRequires:  python-devel
-Version:        0.13.1
+Version:        0.13.2
 Release:        0
-Source0:        ipython-%{version}.tar.gz
+Source0:        
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://ipython.scipy.org/
 Summary:        An Enhanced Interactive Python Shell
@@ -31,16 +31,9 @@
 %py_requires
 BuildRequires:  fdupes
 %endif
-%if 0%{?suse_version} > 1130
 Suggests:       python-wxWidgets
-%else
-Suggests:       python-wxGTK
-%endif
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
 BuildArch:      noarch
-%else
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
+
 # qtconsole
 Requires:       python-Pygments
 Requires:       python-pyzmq > 2.1.4
@@ -48,42 +41,26 @@
 #ipython notebook
 Requires:       python-tornado
 
-%if 0%{?suse_version} > 1230
-# PATCH-FIX-UPSTREAM ipython-fix-loading-newer-pyqt.diff
-Patch0:         ipython-fix-loading-newer-pyqt.diff
-%endif
-
 %description
 IPython provides a replacement for the interactive python (Python)
 interpreter with extra functionality.
 
 Main features:
-
 * Comprehensive object introspection.
-
 * Input history that is persistent across sessions.
-
 * Caching of output results during a session with automatically
    generated references.
-
 * Readline-based name completion.
-
 * Extensible system of 'magic' commands for controlling the
    environment and performing many tasks related either to IPython
    or the operating system.
-
 * Configuration system with easy switching between different setups
    (simpler than changing $PYTHONSTARTUP environment variables every
    time).
-
 * Session logging and reloading.
-
 * Extensible syntax processing for special purpose situations.
-
 * Access to the system shell with user-extensible alias system.
-
 * Easily embeddable in other Python programs.
-
 * Integrated access to the pdb debugger and the Python profiler.
 
 
@@ -103,10 +80,6 @@
 %prep
 %setup -q -n ipython-%{version}
 
-%if 0%{?suse_version} > 1230
-%patch0 -p1
-%endif
-
 # Get rid of library shebangs
 # for file in *.py; do
 #  sed -i '/\/usr\/bin\/env/d' $file

++++++ python3-IPython.spec ++++++
--- /var/tmp/diff_new_pack.Ry0SFb/_old  2013-05-28 07:38:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Ry0SFb/_new  2013-05-28 07:38:31.000000000 +0200
@@ -18,9 +18,9 @@
 
 %define        modname IPython
 Name:           python3-%{modname}
-Version:        0.13.1
+Version:        0.13.2
 Release:        0
-Source0:        ipython-%{version}.tar.gz
+Source0:        
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://ipython.scipy.org/
 Summary:        An Enhanced Interactive Python Shell
@@ -35,11 +35,7 @@
 BuildRequires:  fdupes
 %endif
 # not available yet upstream
-#%if 0%{?suse_version} > 1130
 #Suggests:       python3-wxWidgets
-#%else
-#Suggests:       python3-wxGTK
-#%endif
 BuildArch:      noarch
 Requires:       python3-distribute
 Requires:       python3-xml
@@ -51,51 +47,32 @@
 #ipython notebook
 Requires:       python3-tornado
 
-%if 0%{?suse_version} > 1230
-# PATCH-FIX-UPSTREAM ipython-fix-loading-newer-pyqt.diff
-Patch0:         ipython-fix-loading-newer-pyqt.diff
-%endif
-
 %description
 IPython provides a replacement for the interactive python (Python)
 interpreter with extra functionality.
 
 Main features:
-
 * Comprehensive object introspection.
-
 * Input history that is persistent across sessions.
-
 * Caching of output results during a session with automatically
    generated references.
-
 * Readline-based name completion.
-
 * Extensible system of 'magic' commands for controlling the
    environment and performing many tasks related either to IPython
    or the operating system.
-
 * Configuration system with easy switching between different setups
    (simpler than changing $PYTHONSTARTUP environment variables every
    time).
-
 * Session logging and reloading.
-
 * Extensible syntax processing for special purpose situations.
-
 * Access to the system shell with user-extensible alias system.
-
 * Easily embeddable in other Python programs.
-
 * Integrated access to the pdb debugger and the Python profiler.
 
 #docs not built with python3 so no doc subpackage now, suggest using python2 
IPython docs
 
 %prep
 %setup -q -n ipython-%{version}
-%if 0%{?suse_version} > 1230
-%patch0 -p1
-%endif
 
 # Get rid of library shebangs
 # for file in *.py; do

++++++ ipython-0.13.1.tar.gz -> ipython-0.13.2.tar.gz ++++++
++++ 1713 lines of diff (skipped)

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

Reply via email to