Source-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.18.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f307e5c22e0
branches:  trunk
changeset: 438697:5f307e5c22e0
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 08 17:38:42 2020 +0000

description:
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.

diffstat:

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

diffs (37 lines):

diff -r be23571f2ef2 -r 5f307e5c22e0 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Tue Sep 08 17:36:58 2020 +0000
+++ b/devel/py-ipython/Makefile Tue Sep 08 17:38:42 2020 +0000
@@ -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 @@
 
 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
diff -r be23571f2ef2 -r 5f307e5c22e0 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Tue Sep 08 17:36:58 2020 +0000
+++ b/devel/py-ipython/distinfo Tue Sep 08 17:38:42 2020 +0000
@@ -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