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 8.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4159cadf6f9b
branches:  trunk
changeset: 375076:4159cadf6f9b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 06 17:18:31 2022 +0000

description:
py-ipython: updated to 8.1.1

IPython 8.1.1
-------------

Fix an issue with virtualenv and Python 3.8 introduced in 8.1

Revert
error in Python 3.8, and fixed in a different way in


IPython 8.1.0
-------------

IPython 8.1 is the first minor release after 8.0 and fixes a number of bugs and
Update a few behavior that were problematic with the 8.0 as with many new major
release.

Note that beyond the changes listed here, IPython 8.1.0 also contains all the
features listed in :ref:`version 7.32`.

 - Misc and multiple fixes around quotation auto-closing. It is now disabled by
   default. Run with ``TerminalInteractiveShell.auto_match=True`` to re-enabled
 - Require pygments>=2.4.0
   is now explicit in ``setup.cfg``/``setup.py``
 - Docs improvement of ``core.magic_arguments`` examples.
 - Multi-line edit executes too early with await.

 - ``black``  is back as an optional dependency, and autoformatting disabled by
   default until some fixes are implemented (black improperly reformat magics).

   reformatter has been added
   ``TerminalInteractiveShell.autoformatter="black"``,
   ``TerminalInteractiveShell.autoformatter="yapf"`` to re-enable auto formating
   with black, or switch to yapf.

 - Fix and issue where ``display`` was not defined.

 - Auto suggestions are now configurable. Currently only
   ``AutoSuggestFromHistory`` (default) and ``None``. new provider contribution
   welcomed.

 - multiple packaging/testing improvement to simplify downstream packaging
   (xfail with reasons, try to not access network...).

 - Update deprecation. ``InteractiveShell.magic`` internal method has been
   deprecated for many years but did not emit a warning until now.

 - internal ``appended_to_syspath`` context manager has been deprecated.

 - fix an issue with symlinks in virtualenv

 - Fix an issue with vim mode, where cursor would not be reset on exit

 - ipython directive now remove only known pseudo-decorators

 - ``IPython/lib/security`` which used to be used for jupyter notebook has been
   removed.

 - Fix an issue where ``async with`` would execute on new lines.

diffstat:

 devel/py-ipython/Makefile |   6 +++---
 devel/py-ipython/PLIST    |  14 +++++++-------
 devel/py-ipython/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (84 lines):

diff -r ed0e452206bf -r 4159cadf6f9b devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sun Mar 06 17:14:50 2022 +0000
+++ b/devel/py-ipython/Makefile Sun Mar 06 17:18:31 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2022/02/04 13:39:33 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/03/06 17:18:31 adam Exp $
 
-DISTNAME=      ipython-8.0.1
+DISTNAME=      ipython-8.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -18,7 +18,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pexpect>=4.4:../../devel/py-pexpect
 DEPENDS+=      ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
 DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=3.0.2:../../devel/py-prompt_toolkit
-DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.4.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-stack-data-[0-9]*:../../sysutils/py-stack-data
diff -r ed0e452206bf -r 4159cadf6f9b devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST    Sun Mar 06 17:14:50 2022 +0000
+++ b/devel/py-ipython/PLIST    Sun Mar 06 17:18:31 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/01/24 18:37:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2022/03/06 17:18:31 adam Exp $
 bin/ipython-${PYVERSSUFFIX}
 bin/ipython3-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -422,9 +422,6 @@
 ${PYSITELIB}/IPython/lib/pretty.py
 ${PYSITELIB}/IPython/lib/pretty.pyc
 ${PYSITELIB}/IPython/lib/pretty.pyo
-${PYSITELIB}/IPython/lib/security.py
-${PYSITELIB}/IPython/lib/security.pyc
-${PYSITELIB}/IPython/lib/security.pyo
 ${PYSITELIB}/IPython/lib/tests/__init__.py
 ${PYSITELIB}/IPython/lib/tests/__init__.pyc
 ${PYSITELIB}/IPython/lib/tests/__init__.pyo
@@ -456,9 +453,6 @@
 ${PYSITELIB}/IPython/lib/tests/test_pretty.py
 ${PYSITELIB}/IPython/lib/tests/test_pretty.pyc
 ${PYSITELIB}/IPython/lib/tests/test_pretty.pyo
-${PYSITELIB}/IPython/lib/tests/test_security.py
-${PYSITELIB}/IPython/lib/tests/test_security.pyc
-${PYSITELIB}/IPython/lib/tests/test_security.pyo
 ${PYSITELIB}/IPython/paths.py
 ${PYSITELIB}/IPython/paths.pyc
 ${PYSITELIB}/IPython/paths.pyo
@@ -739,6 +733,9 @@
 ${PYSITELIB}/IPython/utils/tests/test_decorators.py
 ${PYSITELIB}/IPython/utils/tests/test_decorators.pyc
 ${PYSITELIB}/IPython/utils/tests/test_decorators.pyo
+${PYSITELIB}/IPython/utils/tests/test_deprecated.py
+${PYSITELIB}/IPython/utils/tests/test_deprecated.pyc
+${PYSITELIB}/IPython/utils/tests/test_deprecated.pyo
 ${PYSITELIB}/IPython/utils/tests/test_dir2.py
 ${PYSITELIB}/IPython/utils/tests/test_dir2.pyc
 ${PYSITELIB}/IPython/utils/tests/test_dir2.pyo
@@ -766,6 +763,9 @@
 ${PYSITELIB}/IPython/utils/tests/test_pycolorize.py
 ${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyc
 ${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyo
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.py
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyc
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyo
 ${PYSITELIB}/IPython/utils/tests/test_sysinfo.py
 ${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyc
 ${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyo
diff -r ed0e452206bf -r 4159cadf6f9b devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Sun Mar 06 17:14:50 2022 +0000
+++ b/devel/py-ipython/distinfo Sun Mar 06 17:18:31 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2022/01/24 18:37:58 adam Exp $
+$NetBSD: distinfo,v 1.49 2022/03/06 17:18:31 adam Exp $
 
-BLAKE2s (ipython-8.0.1.tar.gz) = d5010516999ca08f764792df699991246e3fdd21c660ea7d27edf8116d036099
-SHA512 (ipython-8.0.1.tar.gz) = c4f3cf6e4aa7dab1e4e8cec2d669e5fe4ea3eeac9063132a38544596fafbaaed0f287bbdce12e8bc3d7613766c51b0e1ff8c7c86fdbd53e387caade6bbcdb828
-Size (ipython-8.0.1.tar.gz) = 5306811 bytes
+BLAKE2s (ipython-8.1.1.tar.gz) = a437730a68183966534a79b77525d6d7d837927389b9281be6a063f80a7f561b
+SHA512 (ipython-8.1.1.tar.gz) = ce93d4d0839f32256461ff53c510f694db6ec0358a487a6af016d41f811e1b78b3244f1c67097e14afd32635ae392b4bff5d6eb2fc823c299c699335dc43bdc0
+Size (ipython-8.1.1.tar.gz) = 5313998 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index