diff options
author | adam <adam@pkgsrc.org> | 2021-09-30 19:41:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-09-30 19:41:41 +0000 |
commit | b7d7d78c8a42a946dd4e227b76f34277e920cf40 (patch) | |
tree | 49000bcd06d8705f802b8fca53ae3c75d607adf8 /devel/py-ipython | |
parent | eb9d5c8edec4bea4f4ceff5b952b14a0631861d7 (diff) | |
download | pkgsrc-b7d7d78c8a42a946dd4e227b76f34277e920cf40.tar.gz |
py-ipython: updated to 7.28.0
IPython 7.28 is again a minor release that mostly bring bugfixes, and couple of
improvement. Many thanks to MrMino, who again did all the work this month, and
made a number of documentation improvements.
Here is a non-exhaustive list of changes,
Fixes:
- async with doesn't allow newlines :ghpull:`13090`
- Dynamically changing to vi mode via %config magic) :ghpull:`13091`
Virtualenv handling fixes:
- init_virtualenv now uses Pathlib :ghpull:`12548`
- Fix Improper path comparison of virtualenv directories :ghpull:`13140`
- Fix virtual environment user warning for lower case pathes :ghpull:`13094`
- Adapt to all sorts of drive names for cygwin :ghpull:`13153`
New Features:
- enable autoplay in embed YouTube player :ghpull:`13133`
Documentation:
- Fix formatting for the core.interactiveshell documentation :ghpull:`13118`
- Fix broken ipyparallel's refs :ghpull:`13138`
- Improve formatting of %time documentation :ghpull:`13125`
- Reword the YouTubeVideo autoplay WN :ghpull:`13147`
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index 8d70e8e4664..70c9f622b2c 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2021/08/29 08:39:35 adam Exp $ +# $NetBSD: Makefile,v 1.64 2021/09/30 19:41:41 adam Exp $ -DISTNAME= ipython-7.27.0 +DISTNAME= ipython-7.28.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index d7e2f2e6e19..6ec4571afd9 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.40 2021/08/29 08:39:35 adam Exp $ +$NetBSD: distinfo,v 1.41 2021/09/30 19:41:41 adam Exp $ -SHA1 (ipython-7.27.0.tar.gz) = a64001602601a4a7917a32b496543153f82dd65a -RMD160 (ipython-7.27.0.tar.gz) = 0429ad8c2fe073dec0760449bf969b5a11830a22 -SHA512 (ipython-7.27.0.tar.gz) = ff152af443a6dcc7516412de230c9c0b594691c89a4210ebe2ba32d051f2056781e902bdc35966a1d4fd719eeb5380b5b4124cb1590c899eb665559401320dc5 -Size (ipython-7.27.0.tar.gz) = 5190328 bytes +SHA1 (ipython-7.28.0.tar.gz) = 88063aec2d6c3a769bb30635ce867d870e1b22b0 +RMD160 (ipython-7.28.0.tar.gz) = 57faa79e71d613a30d1192c6dfb4e3a6719eab44 +SHA512 (ipython-7.28.0.tar.gz) = 227645ab2cc698f6f7141bb3712b254d75beaf3f227065530f25f988ac76b5a741752ddfa6bb2816b625eaa4972d434f9e73dbe465654e4efc5420b5d80650cb +Size (ipython-7.28.0.tar.gz) = 5150515 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 |