Changelog for
python311-yappi-1.6.0-37.31.i586.rpm :
* 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.
* Mon Nov 09 2020 Steve Kowalik - Update to 1.3.0:
* Add support for profiling gevent applications
* A new API has been defined: `set_context_backend` which accepts `greenlet` as a backend.
* Fix various issues