14
0
forked from pool/python-yappi

- update to 1.6.10:

* Add support for python 3.13
  * fix: Silently ignore exceptions for `PyObject_GetAttrString`
    calls

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 20 15:29:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.6.10:
* Add support for python 3.13
* fix: Silently ignore exceptions for `PyObject_GetAttrString`
calls
-------------------------------------------------------------------
Wed Apr 10 10:30:18 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>