14
0
forked from pool/python-pydot
Commit Graph

15 Commits

Author SHA256 Message Date
8af8d09950 - skip failing tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=25
2021-12-07 07:42:14 +00:00
58fd186e2d - update to 1.4.2:
- Documentation: Basic usage examples in `README.md`. (#141)
  
  Changed:
  - More detailed error message in case of Graphviz errors. (#239)
  - More detailed warning message in case of failure to import the DOT
    parser module. (#241)
  
  Deprecated:
  - A future pydot 2.0.0 will drop support for Python 2, 3.4 and
    possibly other Python versions that are end-of-life at that time.
    Pydot does not emit any deprecation warnings about this. Further
    pydot 1.x.x releases are currently not foreseen, but if there are
    any, should still support the mentioned Python versions. (#229)
  
  Fixed:
  - On Python 2, non-equality comparison (`!=`) between two separate, but
    equal `Edge` instances will now correctly return `False`, as it
    already did on Python 3. (#248)
  - Prevent `TypeError` in handling of DOT parser error. (#176)
  - Prevent `TypeError` in `graph_from_adjacency_matrix()` and
    `graph_from_incidence_matrix()`. (#98)
  - Prevent `TypeError` when creating an edge with a `Subgraph` or
    `Cluster` object (as opposed to name string) as an edge point. (#89)
  - Windows only: Fixed most failures to find Graphviz when a conda or
    Anaconda installation exists, but Graphviz was installed manually or
    through pip (`.bat`/`.exe` suffix problem). (#205)
  - Windows only: Fixed failure to run Graphviz related to side-by-side
    assembly (SxS) by now propagating the `SYSTEMROOT` environment
    variable. (#208)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=23
2021-04-22 19:35:50 +00:00
Tomáš Chvátal
e4a63b34c9 - We need the full graphviz-gd as otherwise it acts really weirdly
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=21
2020-02-25 08:22:22 +00:00
Tomáš Chvátal
281c736025 - Skip one failing test:
* pydot-skip-test.patch
- Enable testsuite and add tests dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=19
2019-04-04 12:59:37 +00:00
Tomáš Chvátal
344ede202f Accepting request 690650 from home:comurphy:branches:devel:languages:python
- Update to 1.4.1:
  * Make graph, edge, node attributes order deterministic
  *  Fix string formatting after catching error (#201)
  * Installation of pydot in conda env on Windows directly supported
  * Fixed comparing of SHA hash in regression tests (which fail now)
  * Dropped Python 2.6 support (#185)
  * Move errno from os to builtin. Fixes #177 (#191, #182)

OBS-URL: https://build.opensuse.org/request/show/690650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=18
2019-04-04 12:38:55 +00:00
Todd R
19607aba41 Accepting request 659789 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Grammar adjustments for the
  description.

OBS-URL: https://build.opensuse.org/request/show/659789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=16
2018-12-19 03:58:33 +00:00
df0326eb15 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=14
2018-12-04 13:50:33 +00:00
Tomáš Chvátal
7c9b99eb47 Accepting request 562204 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/562204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=12
2018-01-07 09:36:51 +00:00
Todd R
9faa5fbcd6 Accepting request 489385 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=10
2017-04-19 16:16:06 +00:00
Todd R
d5d50657ba Accepting request 438181 from home:TheBlackCat:branches:devel:languages:python
- Update source url
- Remove some obsolete parts of the spec file

OBS-URL: https://build.opensuse.org/request/show/438181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=8
2016-11-01 20:24:49 +00:00
Todd R
2eb1738b8f Accepting request 438173 from home:TheBlackCat:branches:devel:languages:python
Update to 1.2.3

OBS-URL: https://build.opensuse.org/request/show/438173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=7
2016-11-01 20:03:22 +00:00
Tomáš Chvátal
1da8718100 Accepting request 232538 from home:anubisg1:networking
added python-pydot-1.0.28_fix_pyparser_2_incompatibility.patch to fix incompatibility when using pydot with pyparser 2

OBS-URL: https://build.opensuse.org/request/show/232538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=5
2014-05-19 11:47:52 +00:00
Todd R
9ade095940 Accepting request 122275 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.0.28
  * Bugfixes
- Spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/122275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=3
2012-05-25 09:05:51 +00:00
2c4e431cb8 Accepting request 72407 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/72407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=2
2011-06-02 09:46:46 +00:00
Ciaran Farrell
9dd5e10f1c Accepting request 61764 from home:jnweiger
works, thanks

OBS-URL: https://build.opensuse.org/request/show/61764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=1
2011-02-18 11:38:46 +00:00