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: Fri Apr 28 14:37:45 UTC 2023
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
py-ipython: updated to 8.13.0
IPython 8.13
------------
As usual for the end of the month, minor release of IPython. This release is
significant in that it not only has a number of bugfixes, but also drop support
for Python 3.8 as per NEP 29 (:ghpull:`14023`).
All the critical bugfixes have been backported onto the 8.12.1 release (see
below). In addition to that went into 8.12.1 you'll find:
- Pretty reprensentation for ``Counter`` has been fixed to match the Python one
and be in decreasing order. :ghpull:`14032`
- Module completion is better when jedi is disabled :ghpull:`14029`.
- Improvment of ``%%bash`` magic that would get stuck :ghpull:`14019`
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.60 -r1.61 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.87 pkgsrc/devel/py-ipython/Makefile:1.88
--- pkgsrc/devel/py-ipython/Makefile:1.87 Mon Apr 3 17:33:39 2023
+++ pkgsrc/devel/py-ipython/Makefile Fri Apr 28 14:37:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2023/04/03 17:33:39 adam Exp $
+# $NetBSD: Makefile,v 1.88 2023/04/28 14:37:45 adam Exp $
-DISTNAME= ipython-8.12.0
+DISTNAME= ipython-8.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -13,12 +13,11 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.16:../../editors/py-jedi
-DEPENDS+= ${PYPKGPREFIX}-matplotlib-inline>0:../../graphics/py-matplotlib-inline
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-inline-[0-9]*:../../graphics/py-matplotlib-inline
DEPENDS+= ${PYPKGPREFIX}-pexpect>=4.4:../../devel/py-pexpect
DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
-DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.11:../../devel/py-prompt_toolkit
+DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.38:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.4.0:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-stack-data-[0-9]*:../../sysutils/py-stack-data
DEPENDS+= ${PYPKGPREFIX}-traitlets>=5:../../devel/py-traitlets
@@ -29,9 +28,14 @@ DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:
USE_LANGUAGES= # none
+USE_PKG_RESOURCES= yes
+
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
-USE_PKG_RESOURCES= yes
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
post-install:
cd ${DESTDIR}${PREFIX} && \
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.60 pkgsrc/devel/py-ipython/distinfo:1.61
--- pkgsrc/devel/py-ipython/distinfo:1.60 Mon Apr 3 17:33:39 2023
+++ pkgsrc/devel/py-ipython/distinfo Fri Apr 28 14:37:45 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2023/04/03 17:33:39 adam Exp $
+$NetBSD: distinfo,v 1.61 2023/04/28 14:37:45 adam Exp $
-BLAKE2s (ipython-8.12.0.tar.gz) = f0cc29718c4bfc65942cfd124e60cd1980bbecae8593fc6d997d378d933210de
-SHA512 (ipython-8.12.0.tar.gz) = 3e9a42a6fb34a46d32d1236eac99182a756db2ec7b57c77dbedff1e4b25bcf2ef37effe4e5575cda450a1cde77e3c0d24172dcf19d102110a1ac75b9cfe9272c
-Size (ipython-8.12.0.tar.gz) = 5465154 bytes
+BLAKE2s (ipython-8.13.0.tar.gz) = 8a8e0a1ff4aa26fd49eff265290d05ee25ef8f3c5c167b06869837a8617fef1e
+SHA512 (ipython-8.13.0.tar.gz) = df71a2d30c3e88be89126b7f7178b45377b32c54ed78af0f3dda2612ccdbf7a55f23ccfe8293e50b063f47ecdcab6ff4454855bdabd5c1a45c4e573fd7a7b6d4
+Size (ipython-8.13.0.tar.gz) = 5467133 bytes
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
Home |
Main Index |
Thread Index |
Old Index