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:           Sun Nov 26 10:05:41 UTC 2023

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

Log Message:
py-ipython: updated to 8.18.0

IPython 8.18
------------

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.97 -r1.98 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.68 -r1.69 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.97 pkgsrc/devel/py-ipython/Makefile:1.98
--- pkgsrc/devel/py-ipython/Makefile:1.97       Thu Nov  2 09:17:35 2023
+++ pkgsrc/devel/py-ipython/Makefile    Sun Nov 26 10:05:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2023/11/02 09:17:35 adam Exp $
+# $NetBSD: Makefile,v 1.98 2023/11/26 10:05:41 adam Exp $
 
-DISTNAME=      ipython-8.17.2
+DISTNAME=      ipython-8.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.68 pkgsrc/devel/py-ipython/distinfo:1.69
--- pkgsrc/devel/py-ipython/distinfo:1.68       Thu Nov  2 09:17:35 2023
+++ pkgsrc/devel/py-ipython/distinfo    Sun Nov 26 10:05:41 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.68 2023/11/02 09:17:35 adam Exp $
+$NetBSD: distinfo,v 1.69 2023/11/26 10:05:41 adam Exp $
 
-BLAKE2s (ipython-8.17.2.tar.gz) = 10f76ef110b7550ac3043b83d9edb540ec1a4d1407e28bbfe0378d81f71c66ac
-SHA512 (ipython-8.17.2.tar.gz) = 87039da43cb942c78238c4c69a2e2e7d6d1757a9ce8aac5f1bcd30a112a38f1b4f51672749ed469945844070eec661c6bb2f137405336f71d6adc1f5d26a11e2
-Size (ipython-8.17.2.tar.gz) = 5486488 bytes
+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
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index