From e09b48895a55d5069e53af4dfe80066206b406e76055324045f80e87f2472565 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 08:32:22 +0000 Subject: [PATCH] - update to 3.6.1: * Add support for Python 3.12. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=17 --- objgraph-3.6.0.tar.gz | 3 --- objgraph-3.6.1.tar.gz | 3 +++ python-objgraph.changes | 6 ++++++ python-objgraph.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 objgraph-3.6.0.tar.gz create mode 100644 objgraph-3.6.1.tar.gz diff --git a/objgraph-3.6.0.tar.gz b/objgraph-3.6.0.tar.gz deleted file mode 100644 index 3f1da93..0000000 --- a/objgraph-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:369567c37b4f2f928160b6f6ededcbea8fc7e929831877fd1056c78a900c17d3 -size 759495 diff --git a/objgraph-3.6.1.tar.gz b/objgraph-3.6.1.tar.gz new file mode 100644 index 0000000..e97a1da --- /dev/null +++ b/objgraph-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe96c74147bbcaae8665b396e5388bdcc3197deebba4e6381f05202ee5b453a7 +size 759513 diff --git a/python-objgraph.changes b/python-objgraph.changes index b89e440..0549a6d 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 16 08:32:06 UTC 2024 - Dirk Müller + +- update to 3.6.1: + * Add support for Python 3.12. + ------------------------------------------------------------------- Tue Dec 12 10:53:15 UTC 2023 - Dirk Müller diff --git a/python-objgraph.spec b/python-objgraph.spec index eac090c..180ea09 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-objgraph # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-objgraph -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Python module to draw object reference graphs with graphviz License: MIT