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 Jan  6 12:04:39 UTC 2026

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

Log Message:
py-ipython: updated to 9.9.0

IPython 9.9

This release includes several bug fixes and improvements across completions, type annotations, and developer experience.

- :ghpull:`15092` Fix formatting for completion suggestions section
- :ghpull:`15057` Reduce types in splitinput.py
- :ghpull:`15096` Use Any type in traceback tuple
- :ghpull:`15099` Fix filename of CVE test
- :ghpull:`15091` Skip downstream CI if only docs changes
- :ghpull:`15093` Replace sphinxext/github with extlink configuration
- :ghpull:`15103` Tips and docs about argcomplete
- :ghpull:`15105` Add prompt_toolkit's unix_word_rubout to assignable commands for shortcuts
- :ghpull:`15095` Enable pretty-printing for PEP-649 annotated functions
- :ghpull:`15106` Fix completions for methods starting with ``_``
- :ghpull:`15111` Stop assuming that memory addresses are signed
- :ghpull:`15102` Bump macOS runner version in GitHub Actions
- :ghpull:`15101` Fix crash on literal with surrogate


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.85 -r1.86 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.118 pkgsrc/devel/py-ipython/Makefile:1.119
--- pkgsrc/devel/py-ipython/Makefile:1.118      Fri Dec  5 11:25:41 2025
+++ pkgsrc/devel/py-ipython/Makefile    Tue Jan  6 12:04:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2025/12/05 11:25:41 adam Exp $
+# $NetBSD: Makefile,v 1.119 2026/01/06 12:04:39 adam Exp $
 
-DISTNAME=      ipython-9.8.0
+DISTNAME=      ipython-9.9.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.85 pkgsrc/devel/py-ipython/distinfo:1.86
--- pkgsrc/devel/py-ipython/distinfo:1.85       Fri Dec  5 11:25:41 2025
+++ pkgsrc/devel/py-ipython/distinfo    Tue Jan  6 12:04:39 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2025/12/05 11:25:41 adam Exp $
+$NetBSD: distinfo,v 1.86 2026/01/06 12:04:39 adam Exp $
 
-BLAKE2s (ipython-9.8.0.tar.gz) = 827535c16f0fc9e4dc0cdbd2e563a9e7033e471f7be078cd5052ca997ebf155c
-SHA512 (ipython-9.8.0.tar.gz) = 1f7be5df369ff9c8a5905529286d59927775b47766f6a61ad97f062fb8a068aa9875610e5b313207bf26013ac4dc6d2b24d4d28c3b54586e1f08193d980a6eba
-Size (ipython-9.8.0.tar.gz) = 4424940 bytes
+BLAKE2s (ipython-9.9.0.tar.gz) = 86e2153692dd1613c4b5d08b34fbaa699300a8270d3c87b02c2db2da345e83df
+SHA512 (ipython-9.9.0.tar.gz) = f381764a71f73b2b565996565d26d43c587c9cd21e9286c317950b3ee3a41fb9f2fc79022e5c99560f39e90e7bcfb166f54cfbe0113f0b36523578cf6aaaca8b
+Size (ipython-9.9.0.tar.gz) = 4425043 bytes
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index