From 745fd005c4ab83a788b4aa4cdabfa4cda38fa8b886b870fad6a2323cdedd873c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Dec 2023 10:53:36 +0000 Subject: [PATCH] - update to 3.6.0: * Add support for Python 3.9, 3.10, and 3.11. * Drop support for Python 2.7 and 3.6. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=15 --- objgraph-3.5.0.tar.gz | 3 --- objgraph-3.6.0.tar.gz | 3 +++ python-objgraph.changes | 7 +++++++ python-objgraph.spec | 5 +---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 objgraph-3.5.0.tar.gz create mode 100644 objgraph-3.6.0.tar.gz diff --git a/objgraph-3.5.0.tar.gz b/objgraph-3.5.0.tar.gz deleted file mode 100644 index 86873ab..0000000 --- a/objgraph-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4752ca5bcc0e0512e41b8cc4d2780ac2fd3b3eabd03b7e950a5594c06203dfc4 -size 638591 diff --git a/objgraph-3.6.0.tar.gz b/objgraph-3.6.0.tar.gz new file mode 100644 index 0000000..3f1da93 --- /dev/null +++ b/objgraph-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369567c37b4f2f928160b6f6ededcbea8fc7e929831877fd1056c78a900c17d3 +size 759495 diff --git a/python-objgraph.changes b/python-objgraph.changes index 0ad6f66..b89e440 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 12 10:53:15 UTC 2023 - Dirk Müller + +- update to 3.6.0: + * Add support for Python 3.9, 3.10, and 3.11. + * Drop support for Python 2.7 and 3.6. + ------------------------------------------------------------------- Fri Apr 21 12:28:40 UTC 2023 - Dirk Müller diff --git a/python-objgraph.spec b/python-objgraph.spec index a6b08f2..eac090c 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python %{?sle15_python_module_pythons} Name: python-objgraph -Version: 3.5.0 +Version: 3.6.0 Release: 0 Summary: Python module to draw object reference graphs with graphviz License: MIT @@ -36,7 +34,6 @@ BuildRequires: python-rpm-macros Requires: graphviz-gd Requires: graphviz-gnome Requires: python-graphviz -Obsoletes: %{oldpython}-objgraph-doc BuildArch: noarch %python_subpackages