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.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/769a0bdba76a
branches:  trunk
changeset: 388987:769a0bdba76a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 28 17:58:59 2022 +0000

description:
py-ipython: updated to 8.7.0

IPython 8.7.0
-------------

Small release of IPython with a couple of bug fixes and new features for this
month. Next month is end of year, it is unclear if there will be a release close
the new year's eve, or if the next release will be at end of January.

Here are a few of the relevant fixes,
as usual you can find the full list of PRs on GitHub under `the 8.7 milestone
<https://github.com/ipython/ipython/pulls?q=milestone%3A8.7>`__.

   - :ghpull:`13834` bump the minimum prompt toolkit to 3.0.11.
   - IPython shipped with the ``py.typed`` marker now, and we are progressively
     adding more types. :ghpull:`13831`
   - :ghpull:`13817` add configuration of code blacks formatting.

diffstat:

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

diffs (45 lines):

diff -r 0d9bc15a19b0 -r 769a0bdba76a devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Mon Nov 28 17:44:41 2022 +0000
+++ b/devel/py-ipython/Makefile Mon Nov 28 17:58:59 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2022/10/31 17:14:47 adam Exp $
+# $NetBSD: Makefile,v 1.82 2022/11/28 17:58:59 adam Exp $
 
-DISTNAME=      ipython-8.6.0
+DISTNAME=      ipython-8.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -17,7 +17,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-inline>0:../../graphics/py-matplotlib-inline
 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}-prompt_toolkit>=3.0.11:../../devel/py-prompt_toolkit
 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
diff -r 0d9bc15a19b0 -r 769a0bdba76a devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST    Mon Nov 28 17:44:41 2022 +0000
+++ b/devel/py-ipython/PLIST    Mon Nov 28 17:58:59 2022 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.18 2022/10/31 17:14:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/11/28 17:58:59 adam Exp $
+bin/ipython${PYVERSSUFFIX}
 bin/ipython-${PYVERSSUFFIX}
 bin/ipython3-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
diff -r 0d9bc15a19b0 -r 769a0bdba76a devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Mon Nov 28 17:44:41 2022 +0000
+++ b/devel/py-ipython/distinfo Mon Nov 28 17:58:59 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2022/10/31 17:14:47 adam Exp $
+$NetBSD: distinfo,v 1.55 2022/11/28 17:58:59 adam Exp $
 
-BLAKE2s (ipython-8.6.0.tar.gz) = ae23c8e2866171cd6837d9d392ddf81904a7b484daf9cb5d0a39fc5d16790e9d
-SHA512 (ipython-8.6.0.tar.gz) = 54c9e354754b1086e5b87d4d76fa4fe5aa261b095d18210f6660fa9e0a3177db4c9b66d26da5e5d6880a40534477d8c6ea59615c4069327939bca41d49addb47
-Size (ipython-8.6.0.tar.gz) = 5329155 bytes
+BLAKE2s (ipython-8.7.0.tar.gz) = 347fba3abdf6bcb00039c1ec6aea65546a4511b32b0408740aca5c4fa8102f42
+SHA512 (ipython-8.7.0.tar.gz) = 4652d06d1a0cf33a2b55f640d6bcc3fd9f1f644c848e869bc3807da8f4166060798ea5629fa80cc98a4a79b8ea1cde6013507eae859354a5db270b7fb3cca6bf
+Size (ipython-8.7.0.tar.gz) = 5329857 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index