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:           Mon Nov 27 15:26:13 UTC 2023

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

Log Message:
py-ipython: updated to 8.18.1

IPython 8.18 and 8.18.1
-----------------------

8.18.1 is identical to 8.18 but pin ``prompt_toolkit`` to greater than ``3.0.41``

Small release of IPython that fixes a small number of inconveniences.

 - :ghpull:`14251` Fix a memory leak in qt event loop integration by setting
   the Loop parent to None.
 - :ghpull:`14252` Pickleshare was made an optional dependency in 8.17, this
   leads to warnings in some installations when using modules completions. The
   warning has been silenced.
 - :ghpull:`14241` Update event loop code for compatibility with more recent
   ``prompt_toolkit`` due to deprecations in Python 3.12.
 - :ghpull:`14245` Fix doc example on Pygments styles
 - :ghpull:`14238` Remove dependency on app_nope, this is actually only a
   dependency of IPykernel.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.69 -r1.70 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.98 pkgsrc/devel/py-ipython/Makefile:1.99
--- pkgsrc/devel/py-ipython/Makefile:1.98       Sun Nov 26 10:05:41 2023
+++ pkgsrc/devel/py-ipython/Makefile    Mon Nov 27 15:26:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2023/11/26 10:05:41 adam Exp $
+# $NetBSD: Makefile,v 1.99 2023/11/27 15:26:12 adam Exp $
 
-DISTNAME=      ipython-8.18.0
+DISTNAME=      ipython-8.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-jedi>=0.16:../.
 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.38:../../devel/py-prompt_toolkit
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=3.0.41:../../devel/py-prompt_toolkit
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.4.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-stack-data-[0-9]*:../../sysutils/py-stack-data
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5:../../devel/py-traitlets

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.69 pkgsrc/devel/py-ipython/distinfo:1.70
--- pkgsrc/devel/py-ipython/distinfo:1.69       Sun Nov 26 10:05:41 2023
+++ pkgsrc/devel/py-ipython/distinfo    Mon Nov 27 15:26:12 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2023/11/26 10:05:41 adam Exp $
+$NetBSD: distinfo,v 1.70 2023/11/27 15:26:12 adam Exp $
 
-BLAKE2s (ipython-8.18.0.tar.gz) = 8989cba19406443aa4c3fdecdfc725d4f1b7d7e0d4f1237a52520347652c15f6
-SHA512 (ipython-8.18.0.tar.gz) = b6ff299c6e1058b4586d5789645d8035c6653e6546d266eadd46630dd6919d78cc632ef827d12cfe3cc3c215fa144c4c5c032974a959717d95100abb25dff386
-Size (ipython-8.18.0.tar.gz) = 5486388 bytes
+BLAKE2s (ipython-8.18.1.tar.gz) = 5f7abf6179e932a4f9c8d47f05ebeb947a7036efdb8ffa1d5e930f3287f3f561
+SHA512 (ipython-8.18.1.tar.gz) = 7c1ace56c8d8c4c1e42a8db8cee73f7e0ce195fcd9d6bfc2c4a68391c3c3341dd5a228c85fc79ffb2cd4693817312162f7905ec2049a7523be345a78b4f66d9b
+Size (ipython-8.18.1.tar.gz) = 5486330 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index