pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.28.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/670e23ea11d6
branches: trunk
changeset: 459168:670e23ea11d6
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 30 19:41:41 2021 +0000
description:
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:
devel/py-ipython/Makefile | 4 ++--
devel/py-ipython/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r c54c8e8d5951 -r 670e23ea11d6 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Sep 30 19:03:01 2021 +0000
+++ b/devel/py-ipython/Makefile Thu Sep 30 19:41:41 2021 +0000
@@ -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 -r c54c8e8d5951 -r 670e23ea11d6 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Thu Sep 30 19:03:01 2021 +0000
+++ b/devel/py-ipython/distinfo Thu Sep 30 19:41:41 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index