Changelog for
python-yappi-debugsource-1.6.10-1.2.x86_64.rpm :
* Wed Nov 20 2024 Dirk Müller
- update to 1.6.10:
* Add support for python 3.13
* fix: Silently ignore exceptions for `PyObject_GetAttrString` calls
* Wed Apr 10 2024 Daniel Garcia - Remove not needed dependency python-contextvars
* Fri Dec 15 2023 Dirk Müller - update to 1.6.0:
* Drop support 2.7-3.5 and clean backward compatible code
* Add Python 3.12 wheels- update to 1.5.1:
* Add support for Python 3.12
* Fix child callgrind functions disappear
* Wed Dec 07 2022 Andreas Schwab - Skip test_context_cbks_reset_to_default under qemu
* Wed Nov 09 2022 Yogalakshmi Arunachalam - Update to 1.4.0
* Add support for Python 3.11
* Fri Sep 16 2022 Yogalakshmi Arunachalam - update to 1.3.6:
* cibuildwheel integration
* Sat Jun 04 2022 Dirk Müller - update to 1.3.5:
* Use PyEval_GetLocals for getting locals in Py3.10 and up.
* Fix cp->coroutines becomes NULL when head is removed
* Remove pypistats dw count
* Sat Oct 16 2021 Dirk Müller - update to 1.3.3:
* further python 3.10 fixes
* Thu Apr 22 2021 Dirk Müller - update to 1.3.2: - Add support for Python 3.10
* Tue Mar 16 2021 Matej Cepl - Switch off build for python 3.6.