forked from pool/python-objgraph
Accepting request 896344 from home:pgajdos:python
- 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 <https://github.com/mgedmin/objgraph/issues/47>`_. - Add support for Python 3.8. - Drop support for Python 3.5. - %check: use %pytest rpm macro OBS-URL: https://build.opensuse.org/request/show/896344 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=10
This commit is contained in:
@@ -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
|
||||
<https://github.com/mgedmin/objgraph/issues/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 <tchvatal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user