15
0

Accepting request 940278 from home:dimstar:Factory

- Add noto-sans-fonts: in order to have a reliable test suite with
  pango 1.50, we need to have some fonts available.
- Add python-graphviz-pytest.patch: Allow to run pytest directly,
  instead of run-tests.py. Allows us to further use %%pytest
  without workarounds. Patch will be part of the next version.

- Update to version 0.19.1:
  + Fix undecoded CalledProcessError.stdout and .stderr when
    .pipe() call with an encoding different from self.encoding
    fails.
  + Fix missing project root conftest.py in source distribution.
  + Extend examples/graphviz-escapes.ipynb.
  + Improve test coverage.
  + Increase build scripts verbosity.

- Update to version 0.19:
  + Add PendingDeprecationWarning to calls using positional
    arguments that will be deprecated in a later version.
  + Add keyword-only outfile argument to .render() and stand-alone
    graphviz.render().
  + Add graphviz.set_jupyter_format() to set the output format used
    by the Jupyter visualization of graphviz.Graph,
    graphviz.Digraph, and graphviz.Source.
  + Add keyword-only raise_if_result_exists argument to .render()
    and stand-alone graphviz.render().
- For all intermediate releases between 0.14.1 and 0.19, please see
  the packaged CHANGES.txt.

OBS-URL: https://build.opensuse.org/request/show/940278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=24
This commit is contained in:
2021-12-13 18:44:26 +00:00
committed by Git OBS Bridge
parent 38e08ea802
commit 4a6ea4f30f
5 changed files with 123 additions and 12 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Dec 13 15:16:48 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Add noto-sans-fonts: in order to have a reliable test suite with
pango 1.50, we need to have some fonts available.
- Add python-graphviz-pytest.patch: Allow to run pytest directly,
instead of run-tests.py. Allows us to further use %%pytest
without workarounds. Patch will be part of the next version.
-------------------------------------------------------------------
Mon Dec 13 09:38:47 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.19.1:
+ Fix undecoded CalledProcessError.stdout and .stderr when
.pipe() call with an encoding different from self.encoding
fails.
+ Fix missing project root conftest.py in source distribution.
+ Extend examples/graphviz-escapes.ipynb.
+ Improve test coverage.
+ Increase build scripts verbosity.
-------------------------------------------------------------------
Wed Dec 8 11:21:12 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.19:
+ Add PendingDeprecationWarning to calls using positional
arguments that will be deprecated in a later version.
+ Add keyword-only outfile argument to .render() and stand-alone
graphviz.render().
+ Add graphviz.set_jupyter_format() to set the output format used
by the Jupyter visualization of graphviz.Graph,
graphviz.Digraph, and graphviz.Source.
+ Add keyword-only raise_if_result_exists argument to .render()
and stand-alone graphviz.render().
- For all intermediate releases between 0.14.1 and 0.19, please see
the packaged CHANGES.txt.
-------------------------------------------------------------------
Thu Aug 6 08:26:39 UTC 2020 - Dirk Mueller <dmueller@suse.com>