Changelog for
python310-ipdb-0.13.13-3.1.noarch.rpm :
* Tue Mar 05 2024 Ben Greiner
- Skip python39: no longer supported since ipython 8.19
* Wed Jul 19 2023 ecsos - Add %{?sle15_python_module_pythons}
* Sun Mar 19 2023 Ben Greiner - Update to 0.13.13
* Use context manager for opening toml config- Release 0.13.12
* Modify tests to test 3.11 separately from earlier python versions.
* Sun Dec 25 2022 Ben Greiner - Update to 0.13.11
* Better exception handling when looking for config. [bignose-debian]- Release 0.13.10
* Better toml support (use tomlib for 3.11, tomli for 3.6 to 3.10). [salty-horse, mgorny]
* Minimal PEP 517 support. [cpcloud]
* 3.11 support for run as module and run as script. [nphilipp, gotcha]
* Based on OSV:PYSEC-2022-12 change ipython dependencies
* Sun Sep 19 2021 Ben Greiner - Update to 0.13.9
* Add the convenience function ``iex()`
* Do not instantiate IPython on import
* Add support for pyproject.toml as configuration file
* Tue Dec 15 2020 Benjamin Greiner - Update to 0.13.4
* Add \'-m\' option [mrmino]- Switch to pyunittest macro to avoid external mock package- Upstream calls the entrypoint ipdb3, no reason to be different, call proper python_clone for it.- Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Mon Jun 29 2020 Marketa Calabkova - Update to 0.13.3
* Allow runcall, runeval to also use set context value
* Add condition argument to set_trace
* Add option to set context via environment variable or configuration file
* Tue Mar 03 2020 Todd R - Update to 0.13.2
* Remove leftover debug code- Update to 0.13.1
* Fix when no configuration file- Update to 0.13.0
* Add option to set context via environment variable or configuration file.
* Fri Jan 03 2020 Todd R - Update to 0.12.3
* Fix version in usage- Drop python2 support due to dependencies dropping python2
* Sun Oct 13 2019 Axel Braun - runtime dependency on python-ipython added