- 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
This commit is contained in:
Dirk Mueller 2023-12-12 10:53:36 +00:00 committed by Git OBS Bridge
parent a5a5d3e6e7
commit 745fd005c4
4 changed files with 11 additions and 7 deletions

BIN
objgraph-3.5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
objgraph-3.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:369567c37b4f2f928160b6f6ededcbea8fc7e929831877fd1056c78a900c17d3
size 759495

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 12 10:53:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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