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.19.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f9feb9564bb
branches: trunk
changeset: 441449:6f9feb9564bb
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 04 10:08:14 2020 +0000
description:
py-ipython: updated to 7.19.0
IPython 7.19 accumulative two month of works, bug fixes and improvements, there
was exceptionally no release last month.
- Fix to restore the ability to specify more than one extension using command
line flags when using traitlets 5.0
- Docs docs formatting that make the install commands work on zsh
- Always display the last frame in tracebacks even if hidden with
``__traceback_hide__``
- Avoid an issue where a callback can be registered multiple times.
- Avoid an issue in debugger mode where frames changes could be lost.
- Never hide the frames that invoke a debugger, even if marked as hidden by
``__traceback_hide__``
- Fix calling the debugger in a recursive manner
diffstat:
devel/py-ipython/Makefile | 9 ++++-----
devel/py-ipython/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (53 lines):
diff -r 8f4912b6eccf -r 6f9feb9564bb devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Wed Nov 04 10:03:29 2020 +0000
+++ b/devel/py-ipython/Makefile Wed Nov 04 10:08:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2020/09/08 17:38:42 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/11/04 10:08:14 adam Exp $
-DISTNAME= ipython-7.18.1
+DISTNAME= ipython-7.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -15,8 +15,9 @@
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
+DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.2:../../devel/py-prompt_toolkit2
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
.include "../../mk/bsd.prefs.mk"
@@ -27,7 +28,6 @@
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools
post-install:
cd ${DESTDIR}${PREFIX} && \
@@ -37,5 +37,4 @@
${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
.include "../../lang/python/distutils.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8f4912b6eccf -r 6f9feb9564bb devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Wed Nov 04 10:03:29 2020 +0000
+++ b/devel/py-ipython/distinfo Wed Nov 04 10:08:14 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2020/09/08 17:38:42 adam Exp $
+$NetBSD: distinfo,v 1.33 2020/11/04 10:08:14 adam Exp $
-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 (ipython-7.19.0.tar.gz) = b123f3b3f4115bfcb7820b42a542b78810d86a8d
+RMD160 (ipython-7.19.0.tar.gz) = 292858c9a8f19d13cffe74f1f22c3556c3f68b32
+SHA512 (ipython-7.19.0.tar.gz) = 5350a125da3050acaea4899939a3b9d779009a2f5769fc9f3aa514ce029df050069ef9310d3255ad62f28912b4dec39207267248d3a2c3e9131cffd691322622
+Size (ipython-7.19.0.tar.gz) = 5225775 bytes
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
Home |
Main Index |
Thread Index |
Old Index