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.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccc46aa70529
branches: trunk
changeset: 319714:ccc46aa70529
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 19 08:29:56 2019 +0000
description:
py-ipython: updated to 7.3.0
IPython 7.3.0
IPython 7.3.0 bring several bug fixes and small improvements that you will
described bellow.
The biggest change to this release is the implementation of the %conda and
%pip magics, that will attempt to install packages in the **current
environment**. You may still need to restart your interpreter or kernel for the
change to be taken into account, but it should simplify installation of packages
into remote environment. Installing using pip/conda from the command line is
still the prefer method.
The %pip magic was already present, but was only printing a warning; now it
will actually forward commands to pip.
Misc bug fixes and improvements:
- Compatibility with Python 3.8.
- Do not expand shell variable in execution magics, and added the
no_var_expand decorator for magic requiring a similar functionality
- Add %pip and %conda magic
- Re-initialize posix aliases after a %reset
- Allow the IPython command line to run *.ipynb files
diffstat:
devel/py-ipython/Makefile | 4 ++--
devel/py-ipython/PLIST | 5 ++++-
devel/py-ipython/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r 6da4f839b741 -r ccc46aa70529 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Tue Feb 19 08:27:47 2019 +0000
+++ b/devel/py-ipython/Makefile Tue Feb 19 08:29:56 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2018/11/30 09:59:40 adam Exp $
+# $NetBSD: Makefile,v 1.33 2019/02/19 08:29:56 adam Exp $
-DISTNAME= ipython-7.2.0
+DISTNAME= ipython-7.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
diff -r 6da4f839b741 -r ccc46aa70529 devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST Tue Feb 19 08:27:47 2019 +0000
+++ b/devel/py-ipython/PLIST Tue Feb 19 08:29:56 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/11/21 17:31:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/02/19 08:29:56 adam Exp $
bin/iptest-${PYVERSSUFFIX}
bin/ipython-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}
@@ -149,6 +149,9 @@
${PYSITELIB}/IPython/core/magics/osm.py
${PYSITELIB}/IPython/core/magics/osm.pyc
${PYSITELIB}/IPython/core/magics/osm.pyo
+${PYSITELIB}/IPython/core/magics/packaging.py
+${PYSITELIB}/IPython/core/magics/packaging.pyc
+${PYSITELIB}/IPython/core/magics/packaging.pyo
${PYSITELIB}/IPython/core/magics/pylab.py
${PYSITELIB}/IPython/core/magics/pylab.pyc
${PYSITELIB}/IPython/core/magics/pylab.pyo
diff -r 6da4f839b741 -r ccc46aa70529 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Tue Feb 19 08:27:47 2019 +0000
+++ b/devel/py-ipython/distinfo Tue Feb 19 08:29:56 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2018/11/30 09:59:40 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/02/19 08:29:56 adam Exp $
-SHA1 (ipython-7.2.0.tar.gz) = a7d77e97989e72a4fb767045b9c215fdac586c36
-RMD160 (ipython-7.2.0.tar.gz) = 067d31e86e2b04d721477e18e1e3645c1c71d60b
-SHA512 (ipython-7.2.0.tar.gz) = 2236b620d66592d8cb453d03393d818c924f230dbc50f4b1a898fd746bf5c2dde345caa695024e508c81ee5e0e58452613bc31febf8e6df5485efb273327f95b
-Size (ipython-7.2.0.tar.gz) = 5112895 bytes
+SHA1 (ipython-7.3.0.tar.gz) = 9e739ddb2313f887eaab85ec3fb6fd1d072d45d8
+RMD160 (ipython-7.3.0.tar.gz) = b893f1e24bf37b92e97006b43382a16ba36e4b41
+SHA512 (ipython-7.3.0.tar.gz) = 3fc0de6b7d1af9e48fd265df57ea2a51d73464d0d7d475cc6d84f219eb6f6705c843ceb2656ee2e8d8fd66d1dcc5b26ff6e7080a7560a981e97d206fd65ebacc
+Size (ipython-7.3.0.tar.gz) = 5115887 bytes
SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324
Home |
Main Index |
Thread Index |
Old Index