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,7 +1,7 @@
#
# spec file for package python-pydot
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pydot
Version: 1.2.4
Version: 1.4.1
Release: 0
Summary: Module to create (dot) graphs from Python
License: MIT