14
0
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:
Tomáš Chvátal
2018-01-07 09:36:51 +00:00
committed by Git OBS Bridge
parent 9faa5fbcd6
commit 7c9b99eb47
4 changed files with 25 additions and 8 deletions

View File

@@ -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