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 Oct  3 10:11:47 UTC 2024

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

Log Message:
py-ipython: updated to 8.28.0

IPython 8.28

Slight delay of this September release as I was busy at Pydata Paris last week.
Not many user visible changes for this release, a couple of bug fixes and
workaround:

 - :ghpull:`14480` AssertionError: assert _xterm_term_title_saved in WSL – It is
   unclear why the terminal title is not saved in WSL, if you've WSL experience
   we'd love your feedback and help to not just ignore an error
 - :ghpull:`14510` Fix use of pyside6 >= 6.7.0
 - :ghpull:`14518` Make values public (_tb_highlight & _tb_highlight_style)
 - :ghpull:`14515` Use environment variable to identify conda / mamba


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.72 -r1.73 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.101 pkgsrc/devel/py-ipython/Makefile:1.102
--- pkgsrc/devel/py-ipython/Makefile:1.101      Tue Sep  3 08:33:10 2024
+++ pkgsrc/devel/py-ipython/Makefile    Thu Oct  3 10:11:47 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2024/09/03 08:33:10 adam Exp $
+# $NetBSD: Makefile,v 1.102 2024/10/03 10:11:47 adam Exp $
 
-DISTNAME=      ipython-8.27.0
+DISTNAME=      ipython-8.28.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.72 pkgsrc/devel/py-ipython/distinfo:1.73
--- pkgsrc/devel/py-ipython/distinfo:1.72       Tue Sep  3 08:33:10 2024
+++ pkgsrc/devel/py-ipython/distinfo    Thu Oct  3 10:11:47 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2024/09/03 08:33:10 adam Exp $
+$NetBSD: distinfo,v 1.73 2024/10/03 10:11:47 adam Exp $
 
-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
+BLAKE2s (ipython-8.28.0.tar.gz) = 914225968596a728a99eed7dee7277e3466ba7f9e75262ff25948ed067555e81
+SHA512 (ipython-8.28.0.tar.gz) = 5634b9faf55eec9cf2775587e994b4298ae9ddd6420fbdcc6a9c32c0f9bbe39f5137e6b39a2f5a5c40efa1deba668d81fe39867151480eb4b88f3850d8670719
+Size (ipython-8.28.0.tar.gz) = 5495762 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index