pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 30 19:41:41 UTC 2021

Modified Files:
        pkgsrc/devel/py-ipython: Makefile distinfo

Log Message:
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`


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-ipython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.63 pkgsrc/devel/py-ipython/Makefile:1.64
--- pkgsrc/devel/py-ipython/Makefile:1.63       Sun Aug 29 08:39:35 2021
+++ pkgsrc/devel/py-ipython/Makefile    Thu Sep 30 19:41:41 2021
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.40 pkgsrc/devel/py-ipython/distinfo:1.41
--- pkgsrc/devel/py-ipython/distinfo:1.40       Sun Aug 29 08:39:35 2021
+++ pkgsrc/devel/py-ipython/distinfo    Thu Sep 30 19:41:41 2021
@@ -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