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:           Sat Feb  1 12:27:04 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.25 -r1.26 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.46 pkgsrc/devel/py-ipython/Makefile:1.47
--- pkgsrc/devel/py-ipython/Makefile:1.46       Sun Jan 26 17:31:03 2020
+++ pkgsrc/devel/py-ipython/Makefile    Sat Feb  1 12:27:04 2020
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.25 pkgsrc/devel/py-ipython/distinfo:1.26
--- pkgsrc/devel/py-ipython/distinfo:1.25       Thu Jan  2 10:24:57 2020
+++ pkgsrc/devel/py-ipython/distinfo    Sat Feb  1 12:27:04 2020
@@ -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