From 813ea95620f61ba181aaef5ae4c61b868d9c51b1f15fb5cc8dccf5e85ed0758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 10 Mar 2025 12:27:20 +0000 Subject: [PATCH] Accepting request 1251744 from home:glaubitz:branches:devel:languages:python - Update to 3.6.2 * Add support for Python 3.13. - Drop python313.patch, fixed upstream OBS-URL: https://build.opensuse.org/request/show/1251744 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=22 --- objgraph-3.6.1.tar.gz | 3 --- objgraph-3.6.2.tar.gz | 3 +++ python-objgraph.changes | 7 +++++++ python-objgraph.spec | 6 ++---- python313.patch | 12 ------------ 5 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 objgraph-3.6.1.tar.gz create mode 100644 objgraph-3.6.2.tar.gz delete mode 100644 python313.patch diff --git a/objgraph-3.6.1.tar.gz b/objgraph-3.6.1.tar.gz deleted file mode 100644 index e97a1da..0000000 --- a/objgraph-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe96c74147bbcaae8665b396e5388bdcc3197deebba4e6381f05202ee5b453a7 -size 759513 diff --git a/objgraph-3.6.2.tar.gz b/objgraph-3.6.2.tar.gz new file mode 100644 index 0000000..e7447e7 --- /dev/null +++ b/objgraph-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b9f2f40f7422e3c7f45a61c4dafdaf81f03ff0649d6eaec866f01030e51ad8 +size 759524 diff --git a/python-objgraph.changes b/python-objgraph.changes index 13798c1..4b18bbd 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 10 10:13:44 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.6.2 + * Add support for Python 3.13. +- Drop python313.patch, fixed upstream + ------------------------------------------------------------------- Sun Sep 1 19:14:13 UTC 2024 - Dirk Müller diff --git a/python-objgraph.spec b/python-objgraph.spec index 4db3e66..17bbbc4 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-objgraph # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,13 @@ %{?sle15_python_module_pythons} Name: python-objgraph -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Python module to draw object reference graphs with graphviz License: MIT Group: Development/Languages/Python URL: http://mg.pov.lt/objgraph/ Source: https://files.pythonhosted.org/packages/source/o/objgraph/objgraph-%{version}.tar.gz -# see https://github.com/mgedmin/objgraph/issues/80 -Patch1: python313.patch BuildRequires: %{python_module graphviz} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} diff --git a/python313.patch b/python313.patch deleted file mode 100644 index d69754d..0000000 --- a/python313.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: objgraph-3.6.1/tests.py -=================================================================== ---- objgraph-3.6.1.orig/tests.py -+++ objgraph-3.6.1/tests.py -@@ -465,6 +465,7 @@ class StringRepresentationTest(GarbageCo - objgraph._gradient((0.1, 0.2, 0.3), - (0.2, 0.3, 0.4), 0, 0)) - -+ @skipIf(sys.version_info[1] > 12, "Python 3.13 fails with error here (gh#mgedmin/objgraph#80)") - def test_edge_label_frame_locals(self): - frame = sys._getframe() - self.assertEqual(' [label="f_locals",weight=10]',