From f6c2a62ba764896bd36909cef74ad2aa9c76b16f7830105538416f040bfb3bae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Oct 2021 14:27:19 +0000 Subject: [PATCH] Accepting request 925188 from home:fbauzac:branches:devel:languages:python:numeric - update to 2.6.3: * Fix modularity functions (gh#networkx/networkx#5072) * CI/MAINT: drop gdal tests (gh#networkx/networkx#5068) * modularity_max: provide labels to get_edge_data (gh#networkx/networkx#4965) * Improvements to greedy_modularity_community (gh#networkx/networkx#4996) * use weight arg instead of 'weight' key at greedy_modularity_communities() * modularity_max: breaking the loop when given community size is reached (gh#networkx/networkx#4950) * modularity_max: allow input of desired number of communities * greedy_modularity_communities with digraphs and multi(di)graphs (gh#networkx/networkx#5007) (gh#networkx/networkx#5007) * Allow greedy_modularity_communities to use floating point weights or resolution (gh#networkx/networkx#5065) * change i,j,k notation to u,v,w (no indexes since gh#networkx/networkx#5007) OBS-URL: https://build.opensuse.org/request/show/925188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=44 --- networkx-2.6.1.tar.gz | 3 --- networkx-2.6.3.tar.gz | 3 +++ python-networkx.changes | 15 +++++++++++++++ python-networkx.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 networkx-2.6.1.tar.gz create mode 100644 networkx-2.6.3.tar.gz diff --git a/networkx-2.6.1.tar.gz b/networkx-2.6.1.tar.gz deleted file mode 100644 index 65b98e3..0000000 --- a/networkx-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4cb807d1bccf1593c7d0742d9127d9e04e021867299082658b0fc3907924e8 -size 1842369 diff --git a/networkx-2.6.3.tar.gz b/networkx-2.6.3.tar.gz new file mode 100644 index 0000000..26c2a07 --- /dev/null +++ b/networkx-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51 +size 1844862 diff --git a/python-networkx.changes b/python-networkx.changes index 4c84c5b..fd073d7 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 13 22:37:10 CEST 2021 - Fabrice Bauzac + +- update to 2.6.3: + * Fix modularity functions (gh#networkx/networkx#5072) + * CI/MAINT: drop gdal tests (gh#networkx/networkx#5068) + * modularity_max: provide labels to get_edge_data (gh#networkx/networkx#4965) + * Improvements to greedy_modularity_community (gh#networkx/networkx#4996) + * use weight arg instead of 'weight' key at greedy_modularity_communities() + * modularity_max: breaking the loop when given community size is reached (gh#networkx/networkx#4950) + * modularity_max: allow input of desired number of communities + * greedy_modularity_communities with digraphs and multi(di)graphs (gh#networkx/networkx#5007) (gh#networkx/networkx#5007) + * Allow greedy_modularity_communities to use floating point weights or resolution (gh#networkx/networkx#5065) + * change i,j,k notation to u,v,w (no indexes since gh#networkx/networkx#5007) + ------------------------------------------------------------------- Mon Aug 2 07:28:15 UTC 2021 - Dirk Müller diff --git a/python-networkx.spec b/python-networkx.spec index f0b3352..a2c2cf1 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-networkx -Version: 2.6.1 +Version: 2.6.3 Release: 0 Summary: Python package for the study of complex networks License: BSD-3-Clause