14
0
forked from pool/python-pydot

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
This commit is contained in:
Tomáš Chvátal
2019-04-04 12:38:55 +00:00
committed by Git OBS Bridge
parent 19607aba41
commit 344ede202f
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 2 12:56:07 UTC 2019 - Colleen Murphy <comurphy@suse.com>
- 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)
-------------------------------------------------------------------
Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt <jengelh@inai.de>