summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2014-03-22 16:38:05 +0000
committerprlw1 <prlw1@pkgsrc.org>2014-03-22 16:38:05 +0000
commit45cd625e4c7166ce803df37b820a3dda4e43fbaf (patch)
tree43cb32b87cddeee60053aafe286793362c4b074d /devel
parent762884d0e278e1824b482929b3cce9217539bbc0 (diff)
downloadpkgsrc-45cd625e4c7166ce803df37b820a3dda4e43fbaf.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/py-ipython1/Makefile7
-rw-r--r--devel/py-ipython1/PLIST11
-rw-r--r--devel/py-ipython1/distinfo8
3 files changed, 17 insertions, 9 deletions
diff --git a/devel/py-ipython1/Makefile b/devel/py-ipython1/Makefile
index 623fbd7477e..44210c7e095 100644
--- a/devel/py-ipython1/Makefile
+++ b/devel/py-ipython1/Makefile
@@ -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
HOMEPAGE= http://ipython.org/
diff --git a/devel/py-ipython1/PLIST b/devel/py-ipython1/PLIST
index db8a20f23b1..16a9be3e611 100644
--- a/devel/py-ipython1/PLIST
+++ b/devel/py-ipython1/PLIST
@@ -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/extensions/tests/test_storemagic.pyo
${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 --git a/devel/py-ipython1/distinfo b/devel/py-ipython1/distinfo
index 6876fd0b9d9..96e9912e445 100644
--- a/devel/py-ipython1/distinfo
+++ b/devel/py-ipython1/distinfo
@@ -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