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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6
size 132018

3
pydot-1.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01
size 128236

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> Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

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