Hello community,
here is the log from the commit of package python-networkx for openSUSE:Factory
checked in at 2019-07-28 10:18:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
and /work/SRC/openSUSE:Factory/.python-networkx.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx"
Sun Jul 28 10:18:57 2019 rev:18 rq:717963 version:2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes
2019-02-04 14:25:31.845050387 +0100
+++
/work/SRC/openSUSE:Factory/.python-networkx.new.4126/python-networkx.changes
2019-07-28 10:19:05.472601542 +0200
@@ -1,0 +2,18 @@
+Tue Jul 23 17:28:58 UTC 2019 - Todd R <[email protected]>
+
+- Update to version 2.3
+ Highlights:
+ * Dropped support for Python 2. We are no longer supporting Python 2.7 and
we will
+ start changing code to take advantage of Python 3 features we couldn't
before.
+ * Added some Moral Graph analysis functions.
+ * Enable matplotlib drawing using curved arrows via connectionstyle
parameter.
+ * Remove ticks and axes labels from matplotlib plots.
+ * Two new generators of Harary Graphs.
+ * Added Dual Barabasi-Albert model
+ * Added VoteRank algorithm
+ * Added Equitable coloring algorithms
+ * Added planar layout algorithms
+ * Les Miserables network example
+ * Javascript example update
+
+-------------------------------------------------------------------
Old:
----
networkx-2.2.zip
New:
----
networkx-2.3.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.Kodyaa/_old 2019-07-28 10:19:07.168601544 +0200
+++ /var/tmp/diff_new_pack.Kodyaa/_new 2019-07-28 10:19:07.168601544 +0200
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-networkx
-Version: 2.2
+Version: 2.3
Release: 0
Summary: Python package for the study of complex networks
License: BSD-3-Clause