15
0
Commit Graph

23 Commits

Author SHA256 Message Date
bb02fd0230 Accepting request 825341 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/825341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=10
2020-08-13 08:12:27 +00:00
38e08ea802 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=22
2020-08-06 08:30:45 +00:00
84c7e9e1a5 Accepting request 750863 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/750863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=9
2019-11-30 09:35:57 +00:00
Todd R
b7c6496d96 Accepting request 750607 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/750607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=20
2019-11-25 19:40:14 +00:00
5187c47929 Accepting request 730352 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/730352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=8
2019-09-23 10:09:02 +00:00
Tomáš Chvátal
32ed6af501 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=18
2019-09-12 10:13:11 +00:00
e56ef49b0f Accepting request 720879 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/720879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=7
2019-08-15 10:23:41 +00:00
Tomáš Chvátal
444e519414 Accepting request 720807 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/720807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=16
2019-08-04 13:07:38 +00:00
76c5e3bde7 Accepting request 710135 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=6
2019-06-22 09:21:22 +00:00
Tomáš Chvátal
3e8967a298 Accepting request 710115 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/710115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=14
2019-06-15 19:09:10 +00:00
61dc8a5f82 Accepting request 697106 from devel:languages:python
- Add minimal needed versions to BuildRequires
  Build fails with older python-pytest-mock versions so add the
  needed checks to avoid that

OBS-URL: https://build.opensuse.org/request/show/697106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=5
2019-04-26 20:42:09 +00:00
0c0492f89b - Add minimal needed versions to BuildRequires
Build fails with older python-pytest-mock versions so add the
  needed checks to avoid that

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=12
2019-04-23 11:00:09 +00:00
797270423c Accepting request 659404 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=4
2018-12-24 10:37:45 +00:00
68ba234e4c Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=10
2018-12-04 13:31:06 +00:00
196cb8cfcb Accepting request 648969 from devel:languages:python
- Update to 0.10.1:
  * python 3.7 support
  * Various fixes

OBS-URL: https://build.opensuse.org/request/show/648969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=3
2018-11-15 11:40:50 +00:00
Tomáš Chvátal
5d312fa135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=8 2018-11-14 12:49:24 +00:00
Tomáš Chvátal
43a300c6e4 - Update to 0.10.1:
* python 3.7 support
  * Various fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=7
2018-11-14 12:48:54 +00:00
fcaf6b2e94 Accepting request 562294 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/562294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=2
2018-01-09 13:53:24 +00:00
Tomáš Chvátal
95f10c204a Accepting request 562239 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/562239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=5
2018-01-07 09:34:16 +00:00
60489c815e Accepting request 542040 from devel:languages:python
Simple python interface for graphviz

OBS-URL: https://build.opensuse.org/request/show/542040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=1
2017-11-16 13:02:23 +00:00
c59ee2ac9d Accepting request 542038 from home:jengelh:branches:devel:languages:python
- Replace imperatives in description.

* please see long list of changes in

OBS-URL: https://build.opensuse.org/request/show/542038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=3
2017-11-15 13:17:11 +00:00
5d2f355bd2 Accepting request 542026 from home:mimi_vx:branches:devel:languages:python
- update to 0.8.1
* please see long list of changes in 
    d7149d507e/CHANGES

OBS-URL: https://build.opensuse.org/request/show/542026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=2
2017-11-15 13:01:50 +00:00
Todd R
6ada18b872 Accepting request 489135 from home:TheBlackCat:branches:devel:languages:python3
Needed by python-objgraph.

OBS-URL: https://build.opensuse.org/request/show/489135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=1
2017-04-18 15:35:18 +00:00