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: Sun Dec 29 09:31:47 UTC 2024
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
py-ipython: updated to 8.31.0
IPython 8.31
Small release for this end of december; This release contains only two notable changes:
- :ghpull:`14594` Fix completion in tuples, where the completion was
suggesting tuples methods instead of methods and attributes of the current
element.
- :ghpull:`14598` Fix pdb issue with Python 3.13.1, this fix is not perfect
(see :ghissue:`14620`) but should be sufficient for now.
IPython 8.30
Small release for this end of november;
- :ghpull:`14579` improve the documentatation for custom IPython formatters, and how
you can register formatters for custom mime types.
- :ghpull:`14580` fix a bug in which commands that were not assigned a shortcut
could not be assigned one.
- :ghpull:`12690` fix a bug in which a single ``/`` on an empty line would not be
an error. This is due to the ``autocall`` behavior that we are thinking of
deprecating.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.74 -r1.75 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.105 pkgsrc/devel/py-ipython/Makefile:1.106
--- pkgsrc/devel/py-ipython/Makefile:1.105 Mon Nov 11 07:28:11 2024
+++ pkgsrc/devel/py-ipython/Makefile Sun Dec 29 09:31:47 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2024/11/11 07:28:11 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2024/12/29 09:31:47 adam Exp $
-DISTNAME= ipython-8.29.0
+DISTNAME= ipython-8.31.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.74 pkgsrc/devel/py-ipython/distinfo:1.75
--- pkgsrc/devel/py-ipython/distinfo:1.74 Tue Oct 29 20:11:48 2024
+++ pkgsrc/devel/py-ipython/distinfo Sun Dec 29 09:31:47 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2024/10/29 20:11:48 adam Exp $
+$NetBSD: distinfo,v 1.75 2024/12/29 09:31:47 adam Exp $
-BLAKE2s (ipython-8.29.0.tar.gz) = 8532d28ee904e3d60caa0d7cefd38c8420bc313833c38bcd242765a8eb67e319
-SHA512 (ipython-8.29.0.tar.gz) = 684c6f541c407ace48f6f889ad2fe776e3e32092c2af1d5863a07708c84469695165ae2765c98341d5098a362d47ee7f62e9ebd014494321b1928e44e64064f3
-Size (ipython-8.29.0.tar.gz) = 5497513 bytes
+BLAKE2s (ipython-8.31.0.tar.gz) = b1300c4161edc7c8330f27447ac07b22368f687ace85df6ca45480d002437a2b
+SHA512 (ipython-8.31.0.tar.gz) = b5fe31c54f93a696fcb6474d4bc7ca7c52ad1ce7bdd94971fd9b886b1e134d662524810bd5cc98e621fd3965f65c647cbd2d77d518d001af07a61c4b5a3320cb
+Size (ipython-8.31.0.tar.gz) = 5501011 bytes
SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e
Home |
Main Index |
Thread Index |
Old Index