Hello community, here is the log from the commit of package python-pydot3 for openSUSE:Factory checked in at 2017-07-06 00:01:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydot3 (Old) and /work/SRC/openSUSE:Factory/.python-pydot3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydot3" Thu Jul 6 00:01:21 2017 rev:2 rq:507107 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydot3/python-pydot3.changes 2017-05-17 17:17:52.077188961 +0200 +++ /work/SRC/openSUSE:Factory/.python-pydot3.new/python-pydot3.changes 2017-07-06 00:01:24.263163002 +0200 @@ -1,0 +2,5 @@ +Thu Jun 29 15:17:34 UTC 2017 - [email protected] + +- drop undefine for python2, this works fine for all pythons + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydot3.spec ++++++ --- /var/tmp/diff_new_pack.REBl8M/_old 2017-07-06 00:01:25.814944396 +0200 +++ /var/tmp/diff_new_pack.REBl8M/_new 2017-07-06 00:01:25.818943833 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python3-pydot3 +# spec file for package python-pydot3 # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Dr. Axel Braun @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname pydot3 @@ -29,13 +30,12 @@ Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz Source1: example-demo.py Source2: example-rank.py -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros Requires: graphviz Requires: python-pyparsing BuildArch: noarch %python_subpackages -%undefine have_python2 %description pydot allows to easily create both directed and non directed graphs from Python.
