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: Wed Nov 4 10:08:14 UTC 2020
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.32 -r1.33 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.55 pkgsrc/devel/py-ipython/Makefile:1.56
--- pkgsrc/devel/py-ipython/Makefile:1.55 Tue Sep 8 17:38:42 2020
+++ pkgsrc/devel/py-ipython/Makefile Wed Nov 4 10:08:14 2020
@@ -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}-decorator-[0-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 @@ DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools
post-install:
cd ${DESTDIR}${PREFIX} && \
@@ -37,5 +37,4 @@ post-install:
${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"
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.32 pkgsrc/devel/py-ipython/distinfo:1.33
--- pkgsrc/devel/py-ipython/distinfo:1.32 Tue Sep 8 17:38:42 2020
+++ pkgsrc/devel/py-ipython/distinfo Wed Nov 4 10:08:14 2020
@@ -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