14
0

- add python313.patch:

* skip known testfailure with 3.13
    :func:`long_typename`, :func:`safe_repr`, :func:`short_repr`,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=19
This commit is contained in:
2024-09-01 19:15:23 +00:00
committed by Git OBS Bridge
parent e09b48895a
commit 24db23a536
3 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 1 19:14:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add python313.patch:
* skip known testfailure with 3.13
-------------------------------------------------------------------
Sat Mar 16 08:32:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -103,7 +109,7 @@ Wed Apr 19 16:16:46 UTC 2017 - toddrme2178@gmail.com
(via the new ``output`` argument) as an alternative to a filename.
* Made internal helper methods private. This includes :func:`find_chain`,
:func:`show_graph`, :func:`obj_node_id`, :func:`obj_label`, :func:`quote`,
:func:`long_typename`, :func:`safe_repr`, :func:`short_repr`,
:func:`long_typename`, :func:`safe_repr`, :func:`short_repr`,
:func:`gradient`, :func:`edge_label`, and :func:`_program_in_path`.
* Correctly determine the name of old-style classes in :func:`count`,
:func:`by_type`, and graph drawing functions.