2017-04-19 16:16:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 19 16:15:07 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version.
|
|
|
|
|
2016-11-01 20:24:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 1 20:19:09 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update source url
|
|
|
|
- Remove some obsolete parts of the spec file
|
|
|
|
|
2016-11-01 20:03:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 1 19:38:17 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 1.2.3
|
|
|
|
- support Python 2.6
|
|
|
|
- several corrections
|
|
|
|
- quote empty strings to avoid graphviz errors
|
|
|
|
- Update to 1.2.0
|
|
|
|
- support Python 3
|
|
|
|
- bumped dependency to `pyparsing >= 2.1.4`
|
|
|
|
- tests running on Travis CI
|
|
|
|
- tests require `chardet`
|
|
|
|
- detect character encoding for most test files
|
|
|
|
using the package `chardet`
|
|
|
|
- API:
|
|
|
|
+ on all operating systems, search GraphViz
|
|
|
|
executables in environment `$PATH`,
|
|
|
|
using `subprocess.Popen`.
|
|
|
|
No paths hard-coded due to security and privacy issues.
|
|
|
|
+ add option to pass GraphViz executable name
|
|
|
|
or absolute path as `prog` to `pydot.Dot.write_*` methods.
|
|
|
|
This provides an alternative to
|
|
|
|
adding GraphViz to the `$PATH`.
|
|
|
|
+ the functions:
|
|
|
|
* `pydot.graph_from_dot_data`
|
|
|
|
* `pydot.graph_from_dot_file`
|
|
|
|
* `dot_parser.parse_dot_data`
|
|
|
|
changed to always return a `list` of graphs,
|
|
|
|
instead of behaving differently for singletons.
|
|
|
|
+ require that the user explicitly give an encoding to
|
|
|
|
the function `pydot.graph_from_dot_file`,
|
|
|
|
with default encoding same as `io.open`.
|
|
|
|
+ decode to unicode at program boundaries, and
|
|
|
|
treat binary images as bytes,
|
|
|
|
for more compatibility with python 3.
|
|
|
|
Use `io.open`, instead of the built-in `open`.
|
|
|
|
+ rm function `pydot.set_graphviz_executables`
|
|
|
|
+ rm attribute `pydot.Dot.progs`
|
|
|
|
- Update to 1.1.0
|
|
|
|
- compatibility with `pyparsing >= 1.5.7`
|
|
|
|
- API:
|
|
|
|
+ `pydot.Graph.to_string`: hide `subgraph` keyword only if so requested
|
|
|
|
+ produce `warnings.warn` if `pydot.dot_parser` fails to import,
|
|
|
|
instead of `print`
|
|
|
|
- Update to 1.0.29
|
|
|
|
- Maintenance release that keeps the same API
|
|
|
|
- pin `pyparsing == 1.5.7`
|
|
|
|
- update version number in source code
|
|
|
|
- update `setup.py`
|
|
|
|
- Remove unneeded python-pydot-1.0.28_fix_pyparser_2_incompatibility.patch
|
|
|
|
- Remove out-of-date example files
|
|
|
|
|
2014-05-19 11:47:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 3 14:00:00 UTC 2014 - andrea@opensuse.org
|
|
|
|
|
|
|
|
- added python-pydot-1.0.28_fix_pyparser_2_incompatibility.patch to fix
|
|
|
|
incompatibility when using pydot with pyparser 2
|
|
|
|
|
2012-05-25 09:05:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 25 09:05:07 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.0.28
|
|
|
|
* Bugfixes
|
|
|
|
- Spec file cleanup
|
|
|
|
|
2011-06-02 09:46:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 1 07:34:40 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.25
|
|
|
|
* Minor bugfixes
|
|
|
|
- Spec file cleanup:
|
|
|
|
* Package examples as 'examples'
|
|
|
|
* Use SUSE version checks for %py_requires and noarch
|
|
|
|
|
2011-02-18 11:38:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 17 22:24:32 UTC 2011 - jw@novell.com
|
|
|
|
|
2011-06-02 09:46:46 +00:00
|
|
|
- Update to 1.0.4
|
|
|
|
- Example-demo.py added.
|
2011-02-18 11:38:46 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 17 21:35:33 UTC 2011 - jw@novell.com
|
|
|
|
|
2011-06-02 09:46:46 +00:00
|
|
|
- Taken from home:leo_eraly
|
2011-02-18 11:38:46 +00:00
|
|
|
|