File python-ipdb.changes of Package python-ipdb
-------------------------------------------------------------------
Thu Nov 21 18:33:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python313: not supported gh#gotcha/ipdb#279
-------------------------------------------------------------------
Tue Mar 5 18:17:18 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
-------------------------------------------------------------------
Wed Jul 19 05:58:50 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Sun Mar 19 16:27:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 17:39:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 11:40:19 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 12:52:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 13:31:09 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 3 14:35:47 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 3 01:26:01 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.3
* Fix version in usage
- Drop python2 support due to dependencies dropping python2
-------------------------------------------------------------------
Sun Oct 13 14:44:45 UTC 2019 - Axel Braun <axel.braun@gmx.de>
- runtime dependency on python-ipython added
-------------------------------------------------------------------
Fri Sep 13 16:39:55 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Skip the bin install commands if the flavor is not being built
-------------------------------------------------------------------
Sun Aug 11 04:25:53 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.2
* Avoid emitting term-title bytes
-------------------------------------------------------------------
Sat Jul 27 03:12:41 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.1
* Fix --help
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.0
* Drop support for Python 3.3.x
* Stop deprecation warnings from being raised when IPython >= 5.1 is used.
Support for IPython < 5.1 has been dropped.
- Rename to to match python package naming guidelines.
-------------------------------------------------------------------
Fri Jan 18 21:59:43 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Initial packaging effort for 0.11