From b400b5a6bb088347128b62ae6e706eb3910423b3f51e5b323ae86923ab8460f5 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 23 Jul 2019 17:32:08 +0000 Subject: [PATCH] Accepting request 717962 from home:TheBlackCat:branches:devel:languages:python:numeric - 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 OBS-URL: https://build.opensuse.org/request/show/717962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=11 --- networkx-2.2.zip | 3 --- networkx-2.3.zip | 3 +++ python-networkx.changes | 18 ++++++++++++++++++ python-networkx.spec | 3 ++- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 networkx-2.2.zip create mode 100644 networkx-2.3.zip 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