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.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e440ecc238
branches:  trunk
changeset: 410920:b0e440ecc238
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 01 12:27:04 2020 +0000

description:
py-ipython: updated to 7.12.0

IPython 7.12 is a minor update that mostly brings code cleanup, removal of
longtime deprecated function and a couple update to documentation cleanup as well.

Notable changes are the following:
- Exit non-zero when ipython is given a file path to run that doesn't exist
- Test PR on ARM64 with Travis-CI
- Update CI to work with latest Pytest
- Add infrastructure to run ipykernel eventloop via trio
- Support git blame ignore revs
- Start multi-line ``__repr__`` s on their own line

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r ef809a3d793e -r b0e440ecc238 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sat Feb 01 12:25:25 2020 +0000
+++ b/devel/py-ipython/Makefile Sat Feb 01 12:27:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2020/01/26 17:31:03 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2020/02/01 12:27:04 adam Exp $
 
-DISTNAME=      ipython-7.11.1
+DISTNAME=      ipython-7.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r ef809a3d793e -r b0e440ecc238 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Sat Feb 01 12:25:25 2020 +0000
+++ b/devel/py-ipython/distinfo Sat Feb 01 12:27:04 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2020/01/02 10:24:57 adam Exp $
+$NetBSD: distinfo,v 1.26 2020/02/01 12:27:04 adam Exp $
 
-SHA1 (ipython-7.11.1.tar.gz) = f7de6de2772038e7b46934403733ec37195a20fd
-RMD160 (ipython-7.11.1.tar.gz) = 0d3262c6d3443236ef35d3a511818744d687e7c8
-SHA512 (ipython-7.11.1.tar.gz) = 44e4196e134e375c31027679bf2fe31aa6fe02919cb94479225442cc01a0b261d1b34ae2a24c182ef53862c9db8ac55200ab96320282bd82e248c9a351eb9c04
-Size (ipython-7.11.1.tar.gz) = 5130089 bytes
+SHA1 (ipython-7.12.0.tar.gz) = b4cbd76b05f4d099b98a2540ca3e0145af73d1cf
+RMD160 (ipython-7.12.0.tar.gz) = 518237a3f8cc8ef6db4547b61ebc5c41e74a2b89
+SHA512 (ipython-7.12.0.tar.gz) = 99fb09e6f0e0e03b47498700b401953de085ca57edef7a2ff7ead8bc40a62847438fb84606a35c15ec32b191417d5dc9e6f563f9e0263375e7a576ce7b151fba
+Size (ipython-7.12.0.tar.gz) = 5130435 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index