diff --git a/objgraph-3.4.1.tar.gz b/objgraph-3.4.1.tar.gz deleted file mode 100644 index 6fe2401..0000000 --- a/objgraph-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf29512d7f8b457b53fa0722ea59f516abb8abc59b78f97f0ef81394a0c615a7 -size 634602 diff --git a/objgraph-3.5.0.tar.gz b/objgraph-3.5.0.tar.gz new file mode 100644 index 0000000..86873ab --- /dev/null +++ b/objgraph-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4752ca5bcc0e0512e41b8cc4d2780ac2fd3b3eabd03b7e950a5594c06203dfc4 +size 638591 diff --git a/python-objgraph.changes b/python-objgraph.changes index d2a6ae1..a5a20e6 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 31 11:01:37 UTC 2021 - pgajdos@suse.com + +- version update to 3.5.0 + - Do not require ``mock`` for the test suite on Python 3; use unittest.mock + instead. + - 100% test coverage for each version of Python rather than combined, using + ``coverage-python-version``. + - Add the optional ``extra_node_attrs`` parameter to ``show_backrefs`` and + ``show_backrefs`` + - Fix IPython/Jupyter inline graph support code that would kick in even if you + explicitly passed a filename='foo.png' argument to + ``show_refs``/``show_backrefs``. See `issue 47 + `_. + - Add support for Python 3.8. + - Drop support for Python 3.5. +- %check: use %pytest rpm macro + ------------------------------------------------------------------- Mon Jun 3 11:21:35 UTC 2019 - Tomáš Chvátal diff --git a/python-objgraph.spec b/python-objgraph.spec index c1be1d6..f2a9f80 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-objgraph # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-objgraph -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: Python module to draw object reference graphs with graphviz License: MIT @@ -57,7 +57,7 @@ xdot can be used for interactive use. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.rst CHANGES.rst HACKING.rst