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:           Tue Jun  6 18:28:30 UTC 2023

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

Log Message:
py-ipython: updated to 8.14.0

IPython 8.14
------------

Small release of IPython.

 - :ghpull:`14080` fixes some shortcuts issues.
 - :ghpull:`14056` Add option to ``%autoreload`` to hide errors when reloading code. This will be the default for spyder
   user is my understanding.
 - :ghpull:`14039` (and :ghpull:`14040`) to show exception notes in tracebacks.

 - :ghpull:`14076` Add option to EventManager to prevent printing


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.63 -r1.64 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.90 pkgsrc/devel/py-ipython/Makefile:1.91
--- pkgsrc/devel/py-ipython/Makefile:1.90       Thu May  4 17:42:03 2023
+++ pkgsrc/devel/py-ipython/Makefile    Tue Jun  6 18:28:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2023/05/04 17:42:03 adam Exp $
+# $NetBSD: Makefile,v 1.91 2023/06/06 18:28:30 adam Exp $
 
-DISTNAME=      ipython-8.13.2
+DISTNAME=      ipython-8.14.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.63 pkgsrc/devel/py-ipython/distinfo:1.64
--- pkgsrc/devel/py-ipython/distinfo:1.63       Thu May  4 17:42:03 2023
+++ pkgsrc/devel/py-ipython/distinfo    Tue Jun  6 18:28:30 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2023/05/04 17:42:03 adam Exp $
+$NetBSD: distinfo,v 1.64 2023/06/06 18:28:30 adam Exp $
 
-BLAKE2s (ipython-8.13.2.tar.gz) = 73122feebee80cb562eeabc6ec2cbba65e0e993282f085fb637a47b1e2b886a6
-SHA512 (ipython-8.13.2.tar.gz) = 43bbc1669dffad690ee34c0455ca8ea66d30d6249d5c743c7cc100c0a218408761bce9cb798333bf7e7b0c03507009bcb8e1550bcd5be71680f30f822f9376bd
-Size (ipython-8.13.2.tar.gz) = 5467542 bytes
+BLAKE2s (ipython-8.14.0.tar.gz) = f8aa3789558d6ddb65ed043fcdd38a07197c6d41a368ffc045122755f6eef9fd
+SHA512 (ipython-8.14.0.tar.gz) = 94fe14fd914fa81fdb8e370cf0fe7bfb4286be1972b4499ed96e9bf7d018e89f586f3386269e1dafc4a2bc279df7980635bd748799639d6020f52c1cc8af6702
+Size (ipython-8.14.0.tar.gz) = 5470735 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index