File IPython.changes of Package IPython

-------------------------------------------------------------------
Wed Sep 23 11:32:05 UTC 2015 - toddrme2178@gmail.com

- Update to 3.2.2
  * This is a critical security update.  
    Addresses vulnerabilities when files have maliciously crafted filenames (CVE-2015-6938),
    or vulnerability when opening text files with malicious binary content (CVE pending).

-------------------------------------------------------------------
Mon Aug 31 09:40:19 UTC 2015 - toddrme2178@gmail.com

- Implement update-alternatives
  This avoids a conflict with the python3 version of the new 
  jupyter packages.  The python3 version of jupyter should not
  conflict with the python2 versions of IPython.

-------------------------------------------------------------------
Mon Jul 13 20:23:34 UTC 2015 - arun@gmx.de

- update to version 3.2.1:
  * IPython 3.2.1 is a small bugfix release, primarily for cross-site
    security fixes in the notebook. Users are strongly encouraged to
    upgrade immediately. There are also a few small unicode and
    nbconvert-related fixes

-------------------------------------------------------------------
Wed Jul  1 16:13:20 UTC 2015 - toddrme2178@gmail.com

- update to version 3.2.0:
  * IPython 3.2 contains important security fixes. Users are 
    strongly encouraged to upgrade immediately.
  * Highlights:
    - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http
    - Revert the face color of matplotlib axes in the inline backend to not be transparent.
    - Enable mathjax safe mode by default
    - Fix XSS vulnerability in JSON error messages
    - Various widget-related fixes
- update to version 3.1.0:
  * Highlights:
    + Various focus jumping and scrolling fixes in the notebook.
    + Various message ordering and widget fixes in the notebook.
    + Images in markdown and output are confined to the notebook
      width. An .unconfined CSS class is added to disable this
      behavior per-image. The resize handle on output images is
      removed.
    + Improved ordering of tooltip content for Python functions,
      putting the signature at the top.
    + Fix UnicodeErrors when displaying some objects with unicode
      reprs on Python 2.
    + Set the kernel’s working directory to the notebook directory
      when running nbconvert --execute, so that behavior matches the
      live notebook.
    + Allow setting custom SSL options for the tornado server with
      NotebookApp.ssl_options, and protect against POODLE with default
      settings by disabling SSLv3.
    + Fix memory leak in the IPython.parallel Controller on Python 3.
  * See Issues closed in the 3.x development cycle for details.
- Don't depend on wxwidgets for SLES 12

-------------------------------------------------------------------
Mon Mar  2 16:57:13 UTC 2015 - toddrme2178@gmail.com

- specfile:
  * added mistune, jsonschema requirement
  * updated some version numbers for requirements
  * removed pandoc requirement
  * no longer build html documentation.  This requires the jsdoc
    package, which is not available from OBS and appears 
    complicated to set up.
- update to version 3.0.0:
  * Using different kernels
  * typing unicode identifiers
  * new widgets
  * lots of other changes, see
    http://ipython.org/ipython-doc/3/whatsnew/version3.html

-------------------------------------------------------------------
Sat Jan  3 20:12:18 UTC 2015 - arun@gmx.de

- specfile:
  * updated copyright year
  * added Jinja2 requirement for notebook and nbconvert (bnc#911524)

-------------------------------------------------------------------
Mon Oct 13 14:27:18 UTC 2014 - toddrme2178@gmail.com

- Update to 2.3.0
  * Bugfix release

-------------------------------------------------------------------
Sat Aug 30 13:30:34 UTC 2014 - dimstar@opensuse.org

- Drop gnome-icon-theme BuildRequires: the theme no longer exists
  (it was merged and renamed to Adwaita-icon-theme). Instead,
  package the icons in a tarball and install them during build.

-------------------------------------------------------------------
Thu Aug 28 17:38:58 UTC 2014 - toddrme2178@gmail.com

- Add pandoc dependency for nbconvert notebook converter.
  This is only available for openSUSE > 13.1.
- Change some dependencies that are not required for basic 
  functionality to Recommends.

-------------------------------------------------------------------
Sat Aug  9 18:07:01 UTC 2014 - toddrme2178@gmail.com

- Update to 2.2.0
  * Bugfix release

-------------------------------------------------------------------
Tue Jul 15 11:47:36 UTC 2014 - toddrme2178@gmail.com

- Update to 2.1.0
  * Bugfix release

-------------------------------------------------------------------
Thu May  8 20:57:06 UTC 2014 - hpj@urpla.net

- add examples to -doc package

-------------------------------------------------------------------
Thu Apr  3 00:21:54 UTC 2014 - arun@gmx.de

- 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 end in *2
    - 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

-------------------------------------------------------------------
Fri Mar  7 04:15:13 UTC 2014 - arun@gmx.de

- - 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

-------------------------------------------------------------------
Thu Oct 24 10:51:01 UTC 2013 - speilicke@suse.com

- Require python-setuptools instead of distribute (upstreams merged)

-------------------------------------------------------------------
Tue Oct  8 14:30:43 UTC 2013 - toddrme2178@gmail.com

- Update to 1.1.0
  * Bugfixes
- Fix building on openSUSE 12.2

-------------------------------------------------------------------
Fri Aug  9 09:11:37 UTC 2013 - tzotsos@opensuse.org

- update to 1.0.0
- The principal milestone is the addition of IPython.nbconvert.
- Added IPython.kernel for all kernel-related code.
- Removed the frontend subpackage, as it caused unnecessary depth. 
- The IPython sphinx directives are now installed in IPython.sphinx.
- The input transformation framework has been reworked. 
- Exception types can now be displayed with a custom traceback.
- A new command, ipython history trim can be used to delete everything but the last 1000 entries in the history database.
- __file__ is defined in both config files at load time, and .ipy files executed with %run.
- %logstart and %logappend are no longer broken.
- Add glob expansion for %run, e.g. %run -g script.py *.txt.
- Expand variables ($foo) in Cell Magic argument line.
- By default, iptest will exclude various slow tests. All tests can be run with iptest –all.
- SQLite history can be disabled in the various cases that it does not behave well.
- %edit works on interactively defined variables.
- editor hooks have been restored from quarantine, enabling TextMate as editor, etc.
- The env variable PYTHONSTARTUP is respected by IPython.
- The %matplotlib magic was added.
- The --matplotlib command line flag was also added.

-------------------------------------------------------------------
Wed Jun  5 11:46:27 UTC 2013 - toddrme2178@gmail.com

- Install .desktop files
- Add buildrequires so there is proper detection of dependencies
  at build-time
- Add python-distribute buildrequires for proper dependency 
  detection
- Build full documentation in python 2 version
  (not yet working with python 3)
- Include license file and README file
- Change suggests to recommends since suggests are not well 
  supported
- Manually-specify executable and manual file names to better
  identify conflicts between python 2 and python 3 versions

-------------------------------------------------------------------
Fri May 17 17:33:56 UTC 2013 - jmatejek@suse.com

- 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

-------------------------------------------------------------------
Fri Mar 15 13:48:38 UTC 2013 - lbeltrame@kde.org

- Add ipython-fix-loading-newer-pyqt.diff to make Qt console
  load with PyQt 4.10 (fix already upstream)

-------------------------------------------------------------------
Wed Jan  2 19:44:41 UTC 2013 - toddrme2178@gmail.com

- Fix building on SLES

-------------------------------------------------------------------
Wed Oct 24 07:38:43 UTC 2012 - einar@heavensinferno.net

- Update to 0.13.1
  - New major upstream release
  - Major notebook improvements
  - Major improvements to the Qt console
  - Improvement of parallel tools

-------------------------------------------------------------------
Thu May  3 11:26:14 UTC 2012 - cfarrell@suse.com

- license update: BSD-3-Clause
  See http://ipython.org/ipython-doc/dev/about/license_and_copyright.html

-------------------------------------------------------------------
Mon Apr 30 13:06:58 UTC 2012 - toddrme2178@gmail.com

- Fix building python 3 package on openSUSE 11.4 x86_64

-------------------------------------------------------------------
Sat Apr 28 07:17:08 UTC 2012 - highwaystar.ru@gmail.com

- added python-tornado Requires for ipython notebook mode 

-------------------------------------------------------------------
Fri Apr 27 11:13:00 UTC 2012 - toddrme2178@gmail.com

- Update to 0.12.1
  Bugfixes
- Comment out non-existant wxpython-related python 3 packages
- Change python 3 binary names so they don't conflict with the 
  python 2 ones
- Fix removal of hidden git info in python3 package
- Small python 2 package spec file cleanups

-------------------------------------------------------------------
Fri Apr 27 08:38:48 UTC 2012 - highwaystar.ru@gmail.com

- added build dependency python3-2to3 
	without it files just not converted silently

-------------------------------------------------------------------
Thu Feb  9 02:26:35 UTC 2012 - highwaystar.ru@gmail.com

- added python3-IPython package

-------------------------------------------------------------------
Wed Feb  8 15:15:26 UTC 2012 - einar@heavensinferno.net

- updated to 0.12
  IPython 0.12 contains several major new features, as well as a large amount
  of bug and regression fixes.

  New features:
  * An interactive browser-based Notebook with rich media support
  * Two-process terminal console
  * Tabbed QtConsole
  * Full Python 3 compatibility
  * Standalone Kernel
  * PyPy support

-------------------------------------------------------------------
Sun Jul 31 19:28:17 UTC 2011 - ocefpaf@yahoo.com.br

- updated to 0.11
  IPython 0.11 is a *major* overhaul of IPython, two years in the making.  Most
  of the code base has been rewritten or at least reorganized, breaking backward
  compatibility with several APIs in previous versions.

  Since the internal APIs have changed so much, projects using IPython as a
  library (as opposed to end-users of the application) are the most likely to
  encounter regressions or changes that break their existing use patterns.

  A quick summary:
    * Standalone Qt console.
    * High-level parallel computing with ZeroMQ.
    * New model for GUI/plotting support in the terminal.
    * A two-process architecture.
    * Vim integration.
    * Integration into Microsoft Visual Studio
    * Improved unicode support.
    * Python 3 support.
    * New profile model.
    * SQLite storage for history.
    * New configuration system.
    * Pasting of code with prompts. 

-------------------------------------------------------------------
Sat Jul 16 01:38:19 UTC 2011 - ocefpaf@yahoo.com.br

- updated to 0.10.2
  * This is a minor bugfix and latst release of the 0.10.x series.
  * Closing of github ticket #185, a major regression we had
    in 0.10.1 where pylab mode with GTK was not working correctly,
    hence plots were blocking with GTK.  Since this is the default matplotlib
    backend on Unix systems, this was a major annoyance for many users.  Many
    thanks to Paul Ivanov for helping resolve this issue.
  * Fix IOError bug on Windows when used with -gthread.
  * Work robustly if $HOME is missing from environment.
  * Better POSIX support in ssh scripts (remove bash-specific idioms).
  * Improved support for non-ascii characters in log files.
  * Work correctly in environments where GTK can be imported but not started
    (such as a linux text console without X11).
  
-------------------------------------------------------------------
Wed Dec 29 15:07:59 CET 2010 - sbrabec@suse.cz

- Updated python-wxWidgets name.

-------------------------------------------------------------------
Tue Aug 11 14:58:46 CEST 2009 - matejcik@suse.cz

- removed useless item from filelist
- switched to noarch

-------------------------------------------------------------------
Sun Aug  9 12:03:16 CEST 2009 - coolo@novell.com

- new new python macros

-------------------------------------------------------------------
Wed Aug  5 17:35:27 CEST 2009 - matejcik@suse.cz

- update to 0.10
  * lots of bugfixes
  * improved gui and wx-based gui component
  * improved ipcluster
- split off -doc subpackage

-------------------------------------------------------------------
Wed Sep 10 13:35:34 CEST 2008 - matejcik@suse.cz

- update to 0.8.4
  * support for Leo
  * improved multithreading
  * better %edit
  * new extensions
  * better wx GUI

-------------------------------------------------------------------
Fri Mar 14 18:12:25 CET 2008 - matejcik@suse.cz

- update to 0.8.2
  * "shadow history" remembers every command forever
  * macros with arguments
  * various new extensions
  * various new features and bugfixes

-------------------------------------------------------------------
Wed Jul 25 19:41:02 CEST 2007 - jmatejek@suse.cz

- update to 0.8.1
  * fully syntax highlighted tracebacks
  * support for Ctrl+C while multithreading
  * improved unicode support
  * various new features and bugfixes

-------------------------------------------------------------------
Thu Oct 19 16:07:11 CEST 2006 - jmatejek@suse.cz

- update to 0.7.2
- many new features: extension API, better persistence,
  script runner, IPipe tabular data navigator, simplified
  output capturing etc.

-------------------------------------------------------------------
Tue Feb 28 16:46:02 CET 2006 - jmatejek@suse.cz

- updated to reflect python changes due to #149809

-------------------------------------------------------------------
Wed Jan 25 21:32:48 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Mon Oct 10 14:20:07 CEST 2005 - matejcik@suse.cz

- update to 0.6.15

-------------------------------------------------------------------
Wed Oct  5 14:02:21 CEST 2005 - dmueller@suse.de

 - add norootforbuild

-------------------------------------------------------------------
Wed Feb 16 17:07:28 CET 2005 - mcihar@suse.cz

- update to 0.6.11

-------------------------------------------------------------------
Tue Dec 21 16:21:53 CET 2004 - mcihar@suse.cz

- update to 0.6.6

-------------------------------------------------------------------
Wed Sep 01 12:02:12 CEST 2004 - mcihar@suse.cz

- update to 0.6.3

-------------------------------------------------------------------
Tue Aug 03 20:04:33 CEST 2004 - mcihar@suse.cz

- update to 0.6.2
- use py_requires macro

-------------------------------------------------------------------
Mon Oct 13 17:32:41 CEST 2003 - mcihar@suse.cz

- versioned python dependency
- fixed build on lib64 arches

-------------------------------------------------------------------
Mon Oct 13 16:00:00 CEST 2003 - mcihar@suse.cz

- created new package

openSUSE Build Service is sponsored by