Hello community,
here is the log from the commit of package python2-networkx for
openSUSE:Factory checked in at 2019-07-30 12:39:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python2-networkx (Old)
and /work/SRC/openSUSE:Factory/.python2-networkx.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-networkx"
Tue Jul 30 12:39:13 2019 rev:2 rq:719716 version:2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python2-networkx/python2-networkx.changes
2019-07-29 17:27:30.678277337 +0200
+++
/work/SRC/openSUSE:Factory/.python2-networkx.new.4126/python2-networkx.changes
2019-07-30 12:39:20.382934232 +0200
@@ -1,0 +2,6 @@
+Mon Jul 29 18:37:55 UTC 2019 - Todd R <[email protected]>
+
+- Use python2 dependency names.
+- Make sure to provide oldpython names
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python2-networkx.spec ++++++
--- /var/tmp/diff_new_pack.IM8CZw/_old 2019-07-30 12:39:21.150934105 +0200
+++ /var/tmp/diff_new_pack.IM8CZw/_new 2019-07-30 12:39:21.150934105 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
%define skip_python3 1
Name: python2-networkx
Version: 2.2
@@ -37,14 +38,15 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-decorator >= 3.4.0
-Recommends: python-PyYAML
-Recommends: python-matplotlib
-Recommends: python-pydot
-Recommends: python-pygraphviz
-Recommends: python-pyparsing
-Recommends: python-scipy
+Requires: python2-decorator >= 3.4.0
+Recommends: python2-PyYAML
+Recommends: python2-matplotlib
+Recommends: python2-pydot
+Recommends: python2-pygraphviz
+Recommends: python2-pyparsing
+Recommends: python2-scipy
BuildArch: noarch
+Provides: %{oldpython}-networkx = %{version}
%python_subpackages
%description