Change logs for ipython source package in Precise

  • ipython (0.13.2-1~ubuntu12.04.2) precise-backports; urgency=low
    
      * SECURITY UPDATE: remote execution via cross origin websocket if one has
        knowledge of the kernel id (LP: #1344854)
        - debian/patches/CVE-2014-3429.patch: check origin of connections
        - CVE-2014-3429
     -- Julian Taylor <email address hidden>   Sat, 19 Jul 2014 14:05:50 +0200
  • ipython (0.13.2-1~ubuntu12.04.1) precise-backports; urgency=low
    
      * No-change backport to precise (LP: #1074765)
    
    ipython (0.13.2-1) experimental; urgency=low
    
      * New upstream bugfix release
      * remove versions from test dependencies
        not supported by autopkgtest package
      * add python-lxml to tools test dependencies
      * drop dependencies of the tested packages from tests/control Depends
    
    ipython (0.13.2~rc2-1) experimental; urgency=low
    
      * New upstream release candidate (LP: #1161818, #1162112)
      * pass -a to xvfb-run
      * drop DM-Upload-Allowed, not needed anymore
      * don't link documentation of ipython-doc so ipython3 does not depend on
        ipython (Closes: #695554)
        Requires ipython-doc.preinst to not lose copyright on upgrade
      * add ipython3 and ipython3-qtconsole desktop files (Closes: #693612)
      * fix detection of cython modules for multiarch python (Closes: #697704)
      * don't install tests for notebook and qtconsole
      * bump standard to 3.9.4, no changes required
      * add autopkgtests running testsuite and testing tools, cython magics
        and incomplete install message
      * fix crash on tracebacks without line numbers (Closes: #701597)
      * add tkinter package to debianize-error-messages.patch (Closes: #701707)
      * use canonical vcs fields in control
    
    ipython (0.13.1-2) unstable; urgency=low
    
      * update watch file to use github directly
        thanks to Bart Martens for the file
      * ipython-doc: break/replace ipython << 0.11-2 (Closes: #694280)
    
    ipython (0.13.1-1) unstable; urgency=low
    
      * New upstream bugfix release
      * refresh patches, drop applied except-shadows-builtin-fix.patch
      * depend on libjs-jquery >= 1.7 (Closes: #685986)
      * drop build depends on dh-linktree and libjs-jquery-ui (Closes: #685985)
        - needs to be added again when we can use the packaged jquery-ui
      * drop LC_ALL=C.UTF-8 from build and install, not required anymore
      * override dh_python[23] to work around #683108
      * build depend on libc-bin (>= 2.13-1~) for C.UTF-8 locale used in tests
    
    ipython (0.13-1) unstable; urgency=low
    
      * New upstream release
        No repackging necessary anymore, js sources available in external
        minified variants are not installed
      * refresh patches, drop upstream applied full-qt-imports
      * add except-shadows-builtin-fix.patch
      * drop libjs-jquery-ui dependency, use the embedded development branch
      * don't compress the examples
      * remove executable permissions on embedded codemirror files
      * build with LC_ALL=C.UTF-8 to avoid a unicode issue in setupbase.py
      * remove generated doc images in clean
      * update copyright with new and removed files
      * remove unreachable Stephan Peijnik from uploaders
        thank you for your work
    
    ipython (0.12.1+dfsg-2) unstable; urgency=low
    
      * add ipython3-notebook package
      * move static notebook data to ipython-notebook-common
      * add ipython3 depend on python3-simplegeneric and remove the embedded copy
      * update use-system-mathjax-if-available.patch:
        prefer local mathjax installation over the system one
      * add parallel-2to3.patch:
        allow running 2to3 in parallel. Thanks to Jakub Wilk for the patch
      * add full-qt-imports.patch: (Closes: #671363)
        avoids choosing an incomplete qt version if a full one is available
      * use dh-linktree to link jquery-ui themes
      * debian/copyright: add missing copyright information for simplegeneric,
        mglob and decorators
    
    ipython (0.12.1+dfsg-1) unstable; urgency=low
    
      * New upstream release (Closes: #655413, #663256)
        Repackaged to remove minified javascript files from source.
      * add get-orig-source target to rules
      * ipython-notebook: depend on libjs-mathjax instead of recommending.
        mathjax can't be securely served from cloudfront.
      * debian/rules: delete build directory in clean (Closes: #671315)
      * remove transitional ipython-parallel package
      * set HOME to build folder for doc build and tests (Closes: #665224)
      * move all examples to ipython-doc
      * move python-argparse to suggests (Closes: #653650)
      * update standard version to 3.9.3, no changes needed
      * override lintian desktop-command-not-in-package
      * remove python-pymongo build dep, tests skipped without running mongod
     -- Felix Geyer <email address hidden>   Wed, 01 May 2013 17:55:32 +0200
  • ipython (0.12.1+dfsg-0ubuntu1.1) precise-security; urgency=medium
    
      * SECURITY UPDATE: remote execution via cross origin websocket if one has
        knowledge of the kernel id (LP: #1344854)
        - debian/patches/CVE-2014-3429.patch: check origin of connections
        - CVE-2014-3429
     -- Julian Taylor <email address hidden>   Sat, 19 Jul 2014 14:05:50 +0200
  • ipython (0.12.1+dfsg-0ubuntu1) precise; urgency=low
    
      * New upstream release (Closes: #655413, #663256)
        Repackaged to remove minified javascript files from source.
      * add get-orig-source target to rules
      * ipython-notebook: depend on libjs-mathjax instead of recommending.
        mathjax can't be securely served from cloudfront.
      * debian/rules: delete build directory in clean
      * remove transitional ipython-parallel package
      * set HOME to build folder for doc build and tests (Closes: #665224)
      * move all examples to ipython-doc
      * move python-argparse to suggests (Closes: #653650)
      * update standard version to 3.9.3, no changes needed
      * override lintian desktop-command-not-in-package
      * remove python-pymongo build dep, tests skipped without running mongod
     -- Julian Taylor <email address hidden>   Sun, 22 Apr 2012 16:26:59 +0200
  • ipython (0.12-1) unstable; urgency=low
    
    
      [ Julian Taylor ]
      * New upstream release
        - fix qtconsole crash with nonsensical -c input (Closes: #642326)
      * new package: ipython-notebook
      * new python3 packages: ipython3, ipython3-qtconsole (Closes: #650725)
      * refreshed patches
      * parallel example folder renamed newparallel -> parallel
      * drop upstream applied fix-version-checks-for-pyzmq-2.1.10.patch
      * add patch for notebook to use libjs-mathjax and recommend it
      * merge -parallel package back into ipython, add transitional package
      * added python-tk build dependency for a test
      * debian/copyright: update for the new notebook sources
      * debian/rules:
        - do not install test sources
        - fail on testsuite error
        - install ipython svg to icons folder and patch desktop to use it
      * debian/control: remove gtk suggests
      * remove obsolete README.source for quilt
    
      [ Piotr Ożarowski ]
      * ipython-qtconsole: add python-pyside.qt{core,gui,svn} as an alternative
        dependency to python-qt4
    
     -- Julian Taylor <email address hidden>  Thu, 29 Dec 2011 23:07:22 +0100
  • ipython (0.11-2) unstable; urgency=low
    
      * upload to unstable
      * add patch fix-version-checks-for-pyzmq-2.1.10.patch
      * fix debianize-error-messages.patch to reraise unknown exceptions
      * suggest python-zmq for ipython package
      * use dh_sphinxdoc
        - bump sphinx dependency to >= 1.0.7+dfsg-1~, replace libjs-jquery
          dependency with ${sphinxdoc:Depends} and drop ipython-doc.links
      * remove empty directory from ipython
      * link duplicate images in ipython-doc
      * remove obsolete Conflicts and Replaces
    
    ipython (0.11-1) experimental; urgency=low
    
      * New upstream release
      * install all upstream manpages
      * debian/copyright: refer to LGPL-2.1 instead of LGPL symlink
      * install .desktop files for ipython and ipython-qtconsole
        - override desktop-command-not-in-package lintian warning for -qtconsole
          the command is in ipython package on which -qtconsole depends
      * debian/control: update homepage
    
    ipython (0.11~rc4-1) experimental; urgency=low
    
      * New upstream release candidate
      * update patch for debian specific error messages
    
    ipython (0.11~rc3-1) experimental; urgency=low
    
      * New upstream release candidate
      * fix some DEP5 syntax errors
      * remove upstreamed testsuite-fix patch
      * delete disabled obsolete patches 03, 04, 06
      * move parallel binaries from ipython to ipython-parallel
      * remove obsolete manpages debian/ipythonx.1 and debian/ipython-wx.1
      * install parallel manpages only in -parallel package
    
    ipython (0.11~rc1-1) experimental; urgency=low
    
      * New upstream release candidate
      * change to source format 3.0 (quilt)
      * run testsuite during build
      * add clean target
      * build-depends:
        - matplotlib, pymongo, xauth, xvfb and qt4 for tests
        - graphviz, sphinx for docs
      * add dependencies and don't install embedded copy:
        - python-argparse(Closes: #555348)
        - python-configobj (Closes: #555339)
        - python-simplegeneric
        - python-decorator
        - python-pyparsing
        - pexpect
      * update patches
        - disabled obsolete patches 03, 04 and 06
        - refresh default background color patch 07
        - add patch to fix testsuite
        - add patch to improve error message on missing ipython-qtconsole
      * change to compat 7
      * split out -parallel package
      * split out -qtconsole package
      * split out -doc package
      * improve dependencies for each package
      * add doc-base control file
      * fix the ipythonX.Y startup scripts
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Dec 2011 11:00:15 +0000
  • ipython (0.10.2-1) unstable; urgency=low
    
      * new upstream release. Closes: #622643
      * added Julian Taylor <email address hidden> to uploaders
      * removed Bernd Zeimetz <email address hidden> from uploaders
        thank you for your work
      * Use environment python interpreter. Closes: #547003
      * wrap-and-sort debian/
      * update standard to 3.9.2. no changes needed
      * set default colorscheme to LightBG. LP: #241535
      * converted copyright to DEP5
      * control: removed python:Breaks
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:56:28 +0000