summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ipython: upgrade 8.26.0 -> 8.27.0Wang Mingyu2024-09-101-26/+0
| | | | | | | | | | | Changelog: ========== - autocall was beeing call getitem - Only copy files in startup dir if we just created it. - Fix some tests on Python 3.13 RC1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: switch to PEP-517 build backendalperak2024-08-091-3/+1
| | | | | | | | | | | | - The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. - The PyPi package name (defaults to PN without the python3- prefix), so there is no need to set PYPI_PACKAGE as ipython, it is by default. Fix: WARNING: python3-ipython-8.26.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with _build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.25.0 -> 8.26.0Wang Mingyu2024-07-011-0/+28
Changelog: =========== - bugfix for call to structured_traceback - fixed honoring custom repr for NamedTuple if assigned by partialmethod - Convert matplotlib gui name in enable_gui Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>