pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython1 Update py-ipython1 to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88358680caec
branches:  trunk
changeset: 632297:88358680caec
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sat Mar 22 16:38:05 2014 +0000

description:
Update py-ipython1 to 1.2.1

1.2.1:

* :ghpull:`4372`: Don't assume that SyntaxTB is always called with a SyntaxError
* :ghpull:`5166`: remove mktemp usage
* :ghpull:`5163`: Simplify implementation of TemporaryWorkingDirectory.
* :ghpull:`5105`: add index to format to support py2.6

* :ghissue:`5101`: IPython 1.2.0: notebook fail with "500 Internal Server Error"

1.2.0:

* :ghpull:`4972`: Work around problem in doctest discovery in Python 3.4 with PyQt
* :ghpull:`4934`: `ipython profile create` respects `--ipython-dir`
* :ghpull:`4845`: Add Origin Checking.
* :ghpull:`4928`: use importlib.machinery when available
* :ghpull:`4849`: Various unicode fixes (mostly on Windows)
* :ghpull:`4880`: set profile name from profile_dir
* :ghpull:`4908`: detect builtin docstrings in oinspect
* :ghpull:`4909`: sort dictionary keys before comparison, ordering is not guaranteed
* :ghpull:`4903`: use https for all embeds
* :ghpull:`4868`: Static path fixes
* :ghpull:`4820`: fix regex for cleaning old logs with ipcluster
* :ghpull:`4840`: Error in Session.send_raw()
* :ghpull:`4762`: whitelist alphanumeric characters for cookie_name
* :ghpull:`4748`: fix race condition in profiledir creation.
* :ghpull:`4720`: never use ssh multiplexer in tunnels
* :ghpull:`4738`: don't inject help into user_ns
* :ghpull:`4722`: allow purging local results as long as they are not outstanding
* :ghpull:`4668`: Make non-ASCII docstring unicode
* :ghpull:`4639`: Minor import fix to get qtconsole with --pylab=qt working
* :ghpull:`4453`: Play nice with App Nap
* :ghpull:`4609`: Fix bytes regex for Python 3.
* :ghpull:`4488`: fix typo in message spec doc
* :ghpull:`4346`: getpass() on Windows & Python 2 needs bytes prompt
* :ghpull:`4230`: Switch correctly to the user's default matplotlib backend after inline.
* :ghpull:`4214`: engine ID metadata should be unicode, not bytes
* :ghpull:`4232`: no highlight if no language specified
* :ghpull:`4218`: Fix display of SyntaxError when .py file is modified
* :ghpull:`4217`: avoid importing numpy at the module level
* :ghpull:`4213`: fixed dead link in examples/notebooks readme to Part 3
* :ghpull:`4183`: ESC should be handled by CM if tooltip is not on
* :ghpull:`4193`: Update for #3549: Append Firefox overflow-x fix
* :ghpull:`4205`: use TextIOWrapper when communicating with pandoc subprocess
* :ghpull:`4204`: remove some extraneous print statements from IPython.parallel
* :ghpull:`4201`: HeadingCells cannot be split or merged

* :ghissue:`4892`: IPython.qt test failure with python3.4
* :ghissue:`4810`: ipcluster bug in clean_logs flag
* :ghissue:`4765`: missing build script for highlight.js
* :ghissue:`4761`: ipv6 address triggers cookie exception
* :ghissue:`4721`: purge_results with jobid crashing - looking for insight
* :ghissue:`4602`: "ipcluster stop" fails after "ipcluster start --daemonize" using python3.3
* :ghissue:`3386`: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn't support the buffer API
* :ghissue:`4485`: Incorrect info in "Messaging in IPython" documentation.
* :ghissue:`4351`: /parallel/apps/launcher.py error
* :ghissue:`4334`: NotebookApp.webapp_settings static_url_prefix causes crash
* :ghissue:`4039`: Celltoolbar example issue
* :ghissue:`4256`: IPython no longer handles unicode file names
* :ghissue:`4122`: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex
* :ghissue:`3819`: nbconvert add extra blank line to code block on Windows.
* :ghissue:`4203`: remove spurious print statement from parallel annoted functions
* :ghissue:`4200`: Notebook: merging a heading cell and markdown cell cannot be undone

diffstat:

 devel/py-ipython1/Makefile |   7 +++----
 devel/py-ipython1/PLIST    |  11 ++++++++++-
 devel/py-ipython1/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r ae8e0c5956cd -r 88358680caec devel/py-ipython1/Makefile
--- a/devel/py-ipython1/Makefile        Sat Mar 22 15:57:07 2014 +0000
+++ b/devel/py-ipython1/Makefile        Sat Mar 22 16:38:05 2014 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/01/25 08:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/22 16:38:05 prlw1 Exp $
 
-DISTNAME=      ipython-1.1.0
+DISTNAME=      ipython-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel lang
-MASTER_SITES=  http://archive.ipython.org/release/1.1.0/
+MASTER_SITES=  http://archive.ipython.org/release/1.2.1/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ipython.org/
diff -r ae8e0c5956cd -r 88358680caec devel/py-ipython1/PLIST
--- a/devel/py-ipython1/PLIST   Sat Mar 22 15:57:07 2014 +0000
+++ b/devel/py-ipython1/PLIST   Sat Mar 22 16:38:05 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/25 08:19:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/22 16:38:05 prlw1 Exp $
 ${PLIST.py2x}bin/ipcluster
 ${PLIST.py2x}bin/ipcontroller
 ${PLIST.py2x}bin/ipengine
@@ -423,6 +423,15 @@
 ${PYSITELIB}/IPython/external/__init__.py
 ${PYSITELIB}/IPython/external/__init__.pyc
 ${PYSITELIB}/IPython/external/__init__.pyo
+${PYSITELIB}/IPython/external/appnope/__init__.py
+${PYSITELIB}/IPython/external/appnope/__init__.pyc
+${PYSITELIB}/IPython/external/appnope/__init__.pyo
+${PYSITELIB}/IPython/external/appnope/_dummy.py
+${PYSITELIB}/IPython/external/appnope/_dummy.pyc
+${PYSITELIB}/IPython/external/appnope/_dummy.pyo
+${PYSITELIB}/IPython/external/appnope/_nope.py
+${PYSITELIB}/IPython/external/appnope/_nope.pyc
+${PYSITELIB}/IPython/external/appnope/_nope.pyo
 ${PYSITELIB}/IPython/external/argparse/__init__.py
 ${PYSITELIB}/IPython/external/argparse/__init__.pyc
 ${PYSITELIB}/IPython/external/argparse/__init__.pyo
diff -r ae8e0c5956cd -r 88358680caec devel/py-ipython1/distinfo
--- a/devel/py-ipython1/distinfo        Sat Mar 22 15:57:07 2014 +0000
+++ b/devel/py-ipython1/distinfo        Sat Mar 22 16:38:05 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2014/01/22 10:58:37 drochner Exp $
+$NetBSD: distinfo,v 1.2 2014/03/22 16:38:05 prlw1 Exp $
 
-SHA1 (ipython-1.1.0.tar.gz) = 8964fe82988f657da70160611504f6b729ff67b1
-RMD160 (ipython-1.1.0.tar.gz) = ba0e9d0403fe47809b3367830b8fa6d6291d790a
-Size (ipython-1.1.0.tar.gz) = 8658909 bytes
+SHA1 (ipython-1.2.1.tar.gz) = 0041de4de5cac2fb5d0522af84958c78c1dfd9bf
+RMD160 (ipython-1.2.1.tar.gz) = 318f97b515bd984d5eaac0e2558a5d67e3d5378d
+Size (ipython-1.2.1.tar.gz) = 8666632 bytes
 SHA1 (patch-setupbase.py) = 6e08afb144065c44fc01da35f935291764bb0cab



Home | Main Index | Thread Index | Old Index