forked from pool/python-pydot
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
This commit is contained in:
committed by
Git OBS Bridge
parent
9faa5fbcd6
commit
7c9b99eb47
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edb5d3f249f97fbd9c4bb16959e61bc32ecf40eee1a9f6d27abe8d01c0a73502
|
|
||||||
size 20268
|
|
3
pydot-1.2.4.tar.gz
Normal file
3
pydot-1.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6
|
||||||
|
size 132018
|
@@ -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
|
Wed Apr 19 16:15:07 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pydot
|
# 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
|
# 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.3
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/erocarrera/pydot
|
Url: https://github.com/erocarrera/pydot
|
||||||
Summary: Create (dot) graphs from python
|
Summary: Create (dot) graphs from python
|
||||||
@@ -26,11 +26,11 @@ License: MIT
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pyparsing >= 2.1.4}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module pyparsing >= 2.1.4}
|
|
||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
Requires: python-pyparsing >= 2.1.4
|
Requires: python-pyparsing >= 2.1.4
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Reference in New Issue
Block a user