14
0
forked from pool/python-yappi

- 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
- Update to 1.4.0
- update to 1.3.6:
  * Use PyEval_GetLocals for getting locals in Py3.10 and up.
  * Fix cp->coroutines becomes NULL when head is removed
  - Add support for Python 3.10
  * Fix various issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=30
This commit is contained in:
2023-12-15 22:34:32 +00:00
committed by Git OBS Bridge
parent ec68df0101
commit fc767de5bb
4 changed files with 30 additions and 18 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 15 22:24:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 7 16:13:58 UTC 2022 - Andreas Schwab <schwab@suse.de>
@@ -6,21 +16,21 @@ Wed Dec 7 16:13:58 UTC 2022 - Andreas Schwab <schwab@suse.de>
-------------------------------------------------------------------
Wed Nov 9 19:54:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 1.4.0
- Update to 1.4.0
* Add support for Python 3.11
-------------------------------------------------------------------
Fri Sep 16 23:34:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 1.3.6:
- update to 1.3.6:
* cibuildwheel integration
-------------------------------------------------------------------
Sat Jun 4 12:43:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
* Use PyEval_GetLocals for getting locals in Py3.10 and up.
* Fix cp->coroutines becomes NULL when head is removed
* Remove pypistats dw count
-------------------------------------------------------------------
@@ -33,7 +43,7 @@ Sat Oct 16 19:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
Thu Apr 22 19:52:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
- Add support for Python 3.10
- Add support for Python 3.10
-------------------------------------------------------------------
Tue Mar 16 20:10:58 UTC 2021 - Matej Cepl <mcepl@suse.com>
@@ -47,7 +57,7 @@ Mon Nov 9 04:31:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
* Add support for profiling gevent applications
* A new API has been defined: `set_context_backend` which accepts `greenlet`
as a backend.
* Fix various issues
* Fix various issues
-------------------------------------------------------------------
Sun Aug 16 22:31:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>