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 Sep  8 17:38:42 UTC 2020

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

Log Message:
py-ipython: updated to 7.18.1

IPython 7.18 is a minor release that mostly contains bugfixes.

 - ``CRLF`` is now handled by magics my default; solving some issues due to copy
   pasting on windows.

 - Requiring pexpect ``>=4.3`` as we are Python 3.7+ only and earlier version of
   pexpect will be incompatible.

 - Minimum jedi version is now 0.16.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.31 -r1.32 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.54 pkgsrc/devel/py-ipython/Makefile:1.55
--- pkgsrc/devel/py-ipython/Makefile:1.54       Mon Aug 31 23:07:01 2020
+++ pkgsrc/devel/py-ipython/Makefile    Tue Sep  8 17:38:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2020/08/31 23:07:01 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2020/09/08 17:38:42 adam Exp $
 
-DISTNAME=      ipython-7.17.0
+DISTNAME=      ipython-7.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-jedi>=0.10:../../editors/py-jedi
+DEPENDS+=      ${PYPKGPREFIX}-jedi>=0.16:../../editors/py-jedi
 DEPENDS+=      ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=      ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
 DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=3.0.1:../../devel/py-prompt_toolkit2

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.31 pkgsrc/devel/py-ipython/distinfo:1.32
--- pkgsrc/devel/py-ipython/distinfo:1.31       Mon Aug  3 09:15:00 2020
+++ pkgsrc/devel/py-ipython/distinfo    Tue Sep  8 17:38:42 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2020/08/03 09:15:00 adam Exp $
+$NetBSD: distinfo,v 1.32 2020/09/08 17:38:42 adam Exp $
 
-SHA1 (ipython-7.17.0.tar.gz) = a675703b0b8b385350620a4cfe2f637ad0ba566f
-RMD160 (ipython-7.17.0.tar.gz) = c0c039f4505bf172d3578202d55d1dcdfd9cdd83
-SHA512 (ipython-7.17.0.tar.gz) = 0dabc6f4079719d2dd75c5ee92e4523b016b4a790776ccc7130a60bdd4ca1b88bcdcfb9ddd192f9c1a4397c27a27e7f7297540275d06832f870af347e2f14dd9
-Size (ipython-7.17.0.tar.gz) = 5139470 bytes
+SHA1 (ipython-7.18.1.tar.gz) = b5f2dd66f0fb169ebb2ed1931659f6ec1bca8305
+RMD160 (ipython-7.18.1.tar.gz) = 66a4143cfc24384188696f3cd6f47ce26003b51b
+SHA512 (ipython-7.18.1.tar.gz) = 71f495021df56bbea97fb26b9274e54f7662875b7690a9493bdf682635e048d9ec53a947ee9b0d487634a3a8c639f0d93c6639b3a0dd20bdfefbb4c53fb53799
+Size (ipython-7.18.1.tar.gz) = 5139337 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index