From d1477ddc67fc899cae932efddb9eb5fbab15ccc04468588c1f776050a1db5bb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 2 Oct 2022 09:40:53 +0000 Subject: [PATCH] - update to 2.8.7: * Fixed unused root argument in has_bridges (#5846) * docstring updates for `union`, `disjoint_union`, and `compose` (#5892) * Updated networkx/classes/function.py . Solves Issue #5463 (#5474) * Improved documentation for all_simple_paths (#5944) * Change is_path to return False when node not in G instead of raising exception (#5943) * Minor docstring touchups and test refactor for `is_path` (#5967) * Update documentation header links for latest pydata-sphinx-theme (#5966) * Fix failing example due to mpl 3.6 colorbar. (#5994) * Add Tidelift security vulnerability link (#6001) * Update linters (#6006) * ``is_path`` used to raise a `KeyError` when the ``path`` argument contained a node that was not in the Graph. The behavior has been updated so that ``is_path`` returns `False` in this case rather than raising the exception. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=49 --- networkx-2.8.6.tar.gz | 3 --- networkx-2.8.7.tar.gz | 3 +++ python-networkx.changes | 18 ++++++++++++++++++ python-networkx.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 networkx-2.8.6.tar.gz create mode 100644 networkx-2.8.7.tar.gz diff --git a/networkx-2.8.6.tar.gz b/networkx-2.8.6.tar.gz deleted file mode 100644 index fe4ef71..0000000 --- a/networkx-2.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2b7730300860cbd2dafe8e5af89ff5c9a65c3975b352799d87a6238b4301a6 -size 1957238 diff --git a/networkx-2.8.7.tar.gz b/networkx-2.8.7.tar.gz new file mode 100644 index 0000000..3a52319 --- /dev/null +++ b/networkx-2.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815383fd52ece0a7024b5fd8408cc13a389ea350cd912178b82eed8b96f82cd3 +size 1958634 diff --git a/python-networkx.changes b/python-networkx.changes index 4a49f92..23160cf 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Oct 2 09:32:51 UTC 2022 - Dirk Müller + +- update to 2.8.7: + * Fixed unused root argument in has_bridges (#5846) + * docstring updates for `union`, `disjoint_union`, and `compose` (#5892) + * Updated networkx/classes/function.py . Solves Issue #5463 (#5474) + * Improved documentation for all_simple_paths (#5944) + * Change is_path to return False when node not in G instead of raising exception (#5943) + * Minor docstring touchups and test refactor for `is_path` (#5967) + * Update documentation header links for latest pydata-sphinx-theme (#5966) + * Fix failing example due to mpl 3.6 colorbar. (#5994) + * Add Tidelift security vulnerability link (#6001) + * Update linters (#6006) + * ``is_path`` used to raise a `KeyError` when the ``path`` argument contained + a node that was not in the Graph. The behavior has been updated so that + ``is_path`` returns `False` in this case rather than raising the exception. + ------------------------------------------------------------------- Sat Sep 10 13:23:22 UTC 2022 - Arun Persaud diff --git a/python-networkx.spec b/python-networkx.spec index 0b3a055..e00a17f 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-networkx -Version: 2.8.6 +Version: 2.8.7 Release: 0 Summary: Python package for the study of complex networks License: BSD-3-Clause