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 Aug 1 18:04:13 UTC 2021
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
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`.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.38 -r1.39 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.61 pkgsrc/devel/py-ipython/Makefile:1.62
--- pkgsrc/devel/py-ipython/Makefile:1.61 Mon Jun 28 06:51:43 2021
+++ pkgsrc/devel/py-ipython/Makefile Sun Aug 1 18:04:13 2021
@@ -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/}
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.38 pkgsrc/devel/py-ipython/distinfo:1.39
--- pkgsrc/devel/py-ipython/distinfo:1.38 Mon Jun 28 06:51:43 2021
+++ pkgsrc/devel/py-ipython/distinfo Sun Aug 1 18:04:13 2021
@@ -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