pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.26.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/884713295f25
branches: trunk
changeset: 456505:884713295f25
user: adam <adam%pkgsrc.org@localhost>
date: Sun Aug 01 18:04:13 2021 +0000
description:
py-ipython: updated to 7.26.0
IPython 7.26
============
IPython 7.26 is a minor release that fixes a couple of issues, updates in API
and Copyright/Licenses issues around various part of the codebase.
We'll highlight `this issue <https://github.com/ipython/ipython/issues/13039>`
pointing out we were including and refereeing to code from Stack Overflow which
was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us
to a rewriting of the corresponding logic which in our case was done in a more
efficient way (in our case we were searching string prefixes instead of full
strings).
You will notice also a number of documentation improvements and cleanup.
Of particular interest are the following Pull-requests:
- The IPython directive now uses Sphinx logging for warnings. :ghpull:`13030`.
- Add expiry days option to pastebin magic and change http protocol to https.
:ghpull:`13056`
- Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`.
diffstat:
devel/py-ipython/Makefile | 4 ++--
devel/py-ipython/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 31896166e466 -r 884713295f25 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sun Aug 01 17:53:13 2021 +0000
+++ b/devel/py-ipython/Makefile Sun Aug 01 18:04:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2021/06/28 06:51:43 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/08/01 18:04:13 adam Exp $
-DISTNAME= ipython-7.25.0
+DISTNAME= ipython-7.26.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
diff -r 31896166e466 -r 884713295f25 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Sun Aug 01 17:53:13 2021 +0000
+++ b/devel/py-ipython/distinfo Sun Aug 01 18:04:13 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2021/06/28 06:51:43 adam Exp $
+$NetBSD: distinfo,v 1.39 2021/08/01 18:04:13 adam Exp $
-SHA1 (ipython-7.25.0.tar.gz) = 2d29e6c24c7a3cdd1983d575b982f5ce67cc5a28
-RMD160 (ipython-7.25.0.tar.gz) = 37d6fbb93a2dd1a2658011f821a24eeb3023c116
-SHA512 (ipython-7.25.0.tar.gz) = 726d3577bfb05d0c01c55d7111f8ee03fa879427de0750ee25b0a6451365728b5fb8ccf79c42585268f768680b13f628956d292f27b9e622e5dee0b4d368d22b
-Size (ipython-7.25.0.tar.gz) = 5147224 bytes
+SHA1 (ipython-7.26.0.tar.gz) = 01388df3e8a89b28cc7a1078c28537657443d630
+RMD160 (ipython-7.26.0.tar.gz) = 28b3c38a4711f0de24ffc58db87cef7fa3455616
+SHA512 (ipython-7.26.0.tar.gz) = 142ff8ebddd61640e6ebff01d16b1310b6370643aa8cf4c7fd076872ad342949a1778c5ad74eccbafdc6b4d31a1849e096d75a28eafc555d629948db523b4776
+Size (ipython-7.26.0.tar.gz) = 5147847 bytes
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
Home |
Main Index |
Thread Index |
Old Index