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:           Tue Sep  3 08:33:10 UTC 2024

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

Log Message:
py-ipython: updated to 8.27.0

IPython 8.27

New release of IPython after a month off (not enough changes). We can see a few
important changes for this release.

 - autocall was beeing  call getitem, :ghpull:`14486`
 - Only copy files in startup dir if we just created it. :ghpull:`14497`
 - Fix some tests on Python 3.13 RC1 :ghpull:`14504`; this one I guess make this
   the first IPython release officially compatible with Python 3.13; you will
   need the most recent ``executing`` and ``stack_data``, we won't pin to avoid
   forcing user of older Python version to upgrade.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.71 -r1.72 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.100 pkgsrc/devel/py-ipython/Makefile:1.101
--- pkgsrc/devel/py-ipython/Makefile:1.100      Sat Jul 20 12:38:41 2024
+++ pkgsrc/devel/py-ipython/Makefile    Tue Sep  3 08:33:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2024/07/20 12:38:41 adam Exp $
+# $NetBSD: Makefile,v 1.101 2024/09/03 08:33:10 adam Exp $
 
-DISTNAME=      ipython-8.26.0
+DISTNAME=      ipython-8.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -30,7 +30,7 @@ DEPENDS+=     ${PYPKGPREFIX}-appnope-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE=  38 39
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.71 pkgsrc/devel/py-ipython/distinfo:1.72
--- pkgsrc/devel/py-ipython/distinfo:1.71       Sat Jul 20 12:38:41 2024
+++ pkgsrc/devel/py-ipython/distinfo    Tue Sep  3 08:33:10 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.71 2024/07/20 12:38:41 adam Exp $
+$NetBSD: distinfo,v 1.72 2024/09/03 08:33:10 adam Exp $
 
-BLAKE2s (ipython-8.26.0.tar.gz) = 9c0d3e854adf721b19572c843b3843066f4fa3b7ba66f3f55b8dbd15cd36013f
-SHA512 (ipython-8.26.0.tar.gz) = 05f331cd39b75aed78bb06460f56145d9cefa2d65d818ae0fd25b3739d2c11830e3d6c427206787d3b3efec10de8ed4c966c25a70e4b7a7e1c914cfe8fba6a70
-Size (ipython-8.26.0.tar.gz) = 5493422 bytes
+BLAKE2s (ipython-8.27.0.tar.gz) = 1d737d2cd94ba0df23c640d8ebdc2c5931d11d1eeebb00535b1822cca4774c57
+SHA512 (ipython-8.27.0.tar.gz) = 0bc38bb182fd3342306ed8b9057873eed0554d8cd98ed03be1eb94ff885a39e977d12ceb4eac33fca06229cf7883a7a28f7570f9e698de7554c0533ad094c560
+Size (ipython-8.27.0.tar.gz) = 5494984 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index