- 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:
parent
a5a5d3e6e7
commit
745fd005c4
BIN
objgraph-3.5.0.tar.gz
(Stored with Git LFS)
BIN
objgraph-3.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
objgraph-3.6.0.tar.gz
Normal file
3
objgraph-3.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:369567c37b4f2f928160b6f6ededcbea8fc7e929831877fd1056c78a900c17d3
|
||||
size 759495
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user