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:           Thu May  4 17:42:04 UTC 2023

Modified Files:
        pkgsrc/devel/py-ipython: Makefile distinfo

Log Message:
py-ipython: updated to 8.13.2

IPython 8.13.1, 8.13.2 and 8.12.2
---------------------------------

3 quick in succession patch release of IPython in addition to IPython 8.13.0
having been yanked.

IPython 8.13.0 was improperly tagged as still compatible with Python 3.8, and
still had some mention of compatibility woth 3.8. IPython 8.13.1 is identical to
8.13 but with the exception of being correctly tagged. This release and yank was
mostly done to fix CI.

IPython 8.12.2 and 8.13.2 contain UI fixes, with respect to right arrow not
working in some case in the terminal, and 8.12.2 contain also a requested
backport of :ghpull:`14029` (Allow safe access to the ``__getattribute__``
method of modules) for tab completion.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.62 -r1.63 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.89 pkgsrc/devel/py-ipython/Makefile:1.90
--- pkgsrc/devel/py-ipython/Makefile:1.89       Sun Apr 30 04:52:08 2023
+++ pkgsrc/devel/py-ipython/Makefile    Thu May  4 17:42:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2023/04/30 04:52:08 adam Exp $
+# $NetBSD: Makefile,v 1.90 2023/05/04 17:42:03 adam Exp $
 
-DISTNAME=      ipython-8.13.1
+DISTNAME=      ipython-8.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -30,7 +30,7 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.62 pkgsrc/devel/py-ipython/distinfo:1.63
--- pkgsrc/devel/py-ipython/distinfo:1.62       Sun Apr 30 04:52:08 2023
+++ pkgsrc/devel/py-ipython/distinfo    Thu May  4 17:42:03 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2023/04/30 04:52:08 adam Exp $
+$NetBSD: distinfo,v 1.63 2023/05/04 17:42:03 adam Exp $
 
-BLAKE2s (ipython-8.13.1.tar.gz) = 9215ccdf766cd76a6689fc31adbc655d332b25cc3534964c6472d2f4af5da280
-SHA512 (ipython-8.13.1.tar.gz) = 370512abc8fbe2c512b33167b8feded2b1177d9c194e60c912ee20e6286f90b20abb3982945f691c19cf0391dd556396d3df8755d5cd72fbbb5babe5f034a3d5
-Size (ipython-8.13.1.tar.gz) = 5467211 bytes
+BLAKE2s (ipython-8.13.2.tar.gz) = 73122feebee80cb562eeabc6ec2cbba65e0e993282f085fb637a47b1e2b886a6
+SHA512 (ipython-8.13.2.tar.gz) = 43bbc1669dffad690ee34c0455ca8ea66d30d6249d5c743c7cc100c0a218408761bce9cb798333bf7e7b0c03507009bcb8e1550bcd5be71680f30f822f9376bd
+Size (ipython-8.13.2.tar.gz) = 5467542 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index