Skip to content

Commit

Permalink
py-ipython: updated to 7.26.0
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
adam committed Aug 1, 2021
1 parent b6df6eb commit fc64124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-ipython/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions devel/py-ipython/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fc64124

Please sign in to comment.