From 7c9b99eb47d6f1e00e561db1402fad736a438071adc504738cd2028f8a63537d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jan 2018 09:36:51 +0000 Subject: [PATCH] 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 --- pydot-1.2.3.tar.gz | 3 --- pydot-1.2.4.tar.gz | 3 +++ python-pydot.changes | 17 +++++++++++++++++ python-pydot.spec | 10 +++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 pydot-1.2.3.tar.gz create mode 100644 pydot-1.2.4.tar.gz diff --git a/pydot-1.2.3.tar.gz b/pydot-1.2.3.tar.gz deleted file mode 100644 index 29c3bf5..0000000 --- a/pydot-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb5d3f249f97fbd9c4bb16959e61bc32ecf40eee1a9f6d27abe8d01c0a73502 -size 20268 diff --git a/pydot-1.2.4.tar.gz b/pydot-1.2.4.tar.gz new file mode 100644 index 0000000..34a1f0b --- /dev/null +++ b/pydot-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6 +size 132018 diff --git a/python-pydot.changes b/python-pydot.changes index db829e0..d3da453 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 6 17:20:02 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.2.4: + * ENH: propagate `LD_LIBRARY_PATH` when calling GraphViz + * API: raise `OSError` when a GraphViz executable is not found + * API: add method `__str__` to classes `Node, Edge, Graph` + * API: add arg `encoding` to `Dot` methods `create, write` + * API: quote cluster names when necessary + * API: give source and destination nodes as separate args to + `Edge.__init__` + * API: never ignore `src, dst`, overwrite if `points` defined in + `obj_dict` + ------------------------------------------------------------------- Wed Apr 19 16:15:07 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pydot.spec b/python-pydot.spec index 012f89d..772416e 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -1,7 +1,7 @@ # # spec file for package python-pydot # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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.3 +Version: 1.2.4 Release: 0 Url: https://github.com/erocarrera/pydot Summary: Create (dot) graphs from python @@ -26,11 +26,11 @@ License: MIT Group: Development/Libraries/Python Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pyparsing >= 2.1.4} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pyparsing >= 2.1.4} Requires: graphviz Requires: python-pyparsing >= 2.1.4 BuildArch: noarch