diff --git a/networkx-2.2.zip b/networkx-2.2.zip deleted file mode 100644 index 1014f9a..0000000 --- a/networkx-2.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b -size 1700336 diff --git a/networkx-2.3.zip b/networkx-2.3.zip new file mode 100644 index 0000000..47e79ba --- /dev/null +++ b/networkx-2.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d +size 1743914 diff --git a/python-networkx.changes b/python-networkx.changes index 5b1e072..03bc975 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 23 17:28:58 UTC 2019 - Todd R + +- 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 + ------------------------------------------------------------------- Tue Jan 22 11:33:30 UTC 2019 - Matej Cepl diff --git a/python-networkx.spec b/python-networkx.spec index dd6f9a2..f742fa0 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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