Revisions of python-graphviz

buildservice-autocommit accepted request 1131503 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 31)
- add python312-syntax-warning.patch for python 3.12 support
buildservice-autocommit accepted request 1081903 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081425 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
SR for python stack proposal
buildservice-autocommit accepted request 998085 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 998029 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
- Update to v0.20.1
  * Fix documentation building: upgrade to Sphinx 5.0.
  * Fix broken user guide links in API documentation.
- Version 0.20
  * Add keyword-only neato_no_op argument to .render(), .pipe(),
    and stand-alone graphviz.render() and graphviz.pipe().
  * When building a Graph or Digraph, warn about an expected DOT
    syntax error in rendering when passing a string that ends with
    an odd number of backslashes (e.g. invalid dot.node('spam',
    label='\\') instead of correct ..., label=r'\\' for a node
    labled as a backslash).
  * Increase visibility of graphviz.escape() in the documentation.
- Version 0.19.2
  * Drop Python 3.6 support (end of life 23 Dec 2021).
  * Fix ExecutableNotFound and CalledProcessError in
    graphviz.__all__.
  * Better document 0.18 change of behaviour for the body
    argument/attribute (lines need to include their final newline).
- drop python-graphviz-pytest.patch
buildservice-autocommit accepted request 964379 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 26)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 964241 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 25)
- do not require python-mock for build
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 940278 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 24)
- 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.
buildservice-autocommit accepted request 825341 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- update to 0.14.1
  * Document the colon-separated ``node[:port[:compass]]`` format used for ``tail``
  and ``head`` points in the ``edge()``- and ``edges()``-methods'
  * Improve handling of escaped quotes (``\"``). Different from other layout engine
  escapes sequences such as ``\l`` and ``\N`` (which are passed on as is by
  default), there is no use case for backslash-escaping a literal quote character
  because escaping of quotes is done by this library. Therefore, a
  backslash-escaped quote (e.g. in ``label='\\"'``) is now treated the same as a
  plain unescaped quote, i.e. both ``label='"'`` and ``label='\\"'`` produce
  the same DOT source ``[label="\""]`` (a label that renders as a literal quote).
  Before this change, use of ``'\\"'`` could break the quoting mechanism creating
  invalid or unintended DOT, possibly leading to syntax errors from the rendering
  process.
buildservice-autocommit accepted request 750863 from Todd R's avatar Todd R (TheBlackCat) (revision 21)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 750607 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 20)
update to latest version
buildservice-autocommit accepted request 730352 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 18)
- Update to 0.13:
  * Fix missing escaping of backslashes, e.g. in labels
  * Add basic debug logging via the stdlib ``logging`` module.
  * Add ``escape()`` function (resembling ``re.escape()``)
  * Add explicit support for layout engine escape sequences
buildservice-autocommit accepted request 720879 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 720807 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 16)
update to latest version
buildservice-autocommit accepted request 710135 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 710115 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 14)
update to latest version
buildservice-autocommit accepted request 697106 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 13)
baserev update by copy to link target
Displaying revisions 1 - 20 of 32
openSUSE Build Service is sponsored by