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: Sat Feb 11 12:42:14 UTC 2023
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
py-ipython: updated to 8.10.0
IPython 8.10
------------
Out of schedule release of IPython with minor fixes to patch a potential CVE-2023-24816.
This is a really low severity CVE that you most likely are not affected by unless:
- You are on windows.
- You have a custom build of Python without ``_ctypes``
- You cd or start IPython or Jupyter in untrusted directory which names may be
valid shell commands.
You can read more on `the advisory
<https://github.com/ipython/ipython/security/advisories/GHSA-29gw-9793-fvw7>`__.
In addition to fixing this CVE we also fix a couple of outstanding bugs and issues.
As usual you can find the full list of PRs on GitHub under `the 8.10 milestone
<https://github.com/ipython/ipython/milestone/112?closed=1>`__.
In Particular:
- bump minimum numpy to `>=1.21` version following NEP29. :ghpull:`13930`
- fix for compatibility with MyPy 1.0. :ghpull:`13933`
- fix nbgrader stalling when IPython's ``showtraceback`` function is
monkeypatched. :ghpull:`13934`
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.57 -r1.58 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.84 pkgsrc/devel/py-ipython/Makefile:1.85
--- pkgsrc/devel/py-ipython/Makefile:1.84 Tue Jan 31 09:22:21 2023
+++ pkgsrc/devel/py-ipython/Makefile Sat Feb 11 12:42:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2023/01/31 09:22:21 adam Exp $
+# $NetBSD: Makefile,v 1.85 2023/02/11 12:42:14 adam Exp $
-DISTNAME= ipython-8.9.0
+DISTNAME= ipython-8.10.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.57 pkgsrc/devel/py-ipython/distinfo:1.58
--- pkgsrc/devel/py-ipython/distinfo:1.57 Tue Jan 31 09:22:21 2023
+++ pkgsrc/devel/py-ipython/distinfo Sat Feb 11 12:42:14 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2023/01/31 09:22:21 adam Exp $
+$NetBSD: distinfo,v 1.58 2023/02/11 12:42:14 adam Exp $
-BLAKE2s (ipython-8.9.0.tar.gz) = f2f87510e16232a69a47b120cf9664c49bc6fc88c99d6d59ea3f9239c10b5dbb
-SHA512 (ipython-8.9.0.tar.gz) = 2a9df79ff26bb34866dc523e75ba8e8d8de25d510fc273cbbf762b3011e53ff5331869f1d6fc8c44df6c9a8b5745a0545fe301a556b7f20e3a3dfca994316735
-Size (ipython-8.9.0.tar.gz) = 5454595 bytes
+BLAKE2s (ipython-8.10.0.tar.gz) = 099f863ed742ff08b134c3fc7ae638540998deb918d4204ad7daf1899a475c2a
+SHA512 (ipython-8.10.0.tar.gz) = 5cfcdd49120d9ffc11d2f18501826b2f7094a51c439ac23e507f1027989ece4104d739a1905feba41f899d22a66e1345333f46e0f55d18925f166906f4992cfe
+Size (ipython-8.10.0.tar.gz) = 5456256 bytes
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
Home |
Main Index |
Thread Index |
Old Index