Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-networkx for openSUSE:Factory
checked in at 2026-03-30 18:29:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
and /work/SRC/openSUSE:Factory/.python-networkx.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx"
Mon Mar 30 18:29:55 2026 rev:40 rq:1343470 version:3.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes
2025-07-06 17:19:14.183070004 +0200
+++
/work/SRC/openSUSE:Factory/.python-networkx.new.1999/python-networkx.changes
2026-03-30 18:30:08.120167674 +0200
@@ -1,0 +2,32 @@
+Sun Mar 29 16:55:58 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.6.1:
+ * Add spectral bipartition community finding and greedy
+ bipartition using node swaps (#8347).
+ * Nodelists for `from_biadjacency_matrix` (#7993).
+ * Add spectral bipartition community finding and greedy
+ bipartition using node swaps (#8347).
+ * Fix draw_networkx_nodes with list node_shape and add
+ regression test (#8363).
+ * Fix: allow graph subclasses to have additional arguments
+ (#8369).
+ * DOC: Improve benchmarking readme (#8358).
+ * DOC: More details re: RC releases in the release process
+ devdocs (#8346).
+ * DOC: clarify difference between G.nodes/G.nodes() and
+ G.edges/G.edges() in tutorial (#8300).
+ * DOC: Add blurb to contributor guide about drawing tests
+ (#8370).
+ * DOC: Fix underline lens in docstrings (#8371).
+ * Rolling back shortest paths links (#8373).
+ * MAINT: Replace string literal with comment (#8359).
+ * Bump actions/checkout from 5 to 6 in the actions group
+ (#8360).
+ * pin python 3.14 to be version 3.14.0 until dataclasses are
+ fixed (#8365).
+ * Blocklist Python 3.14.1 (#8372).
+ * TST: add tests for unsupported graph types in MST algorithms
+ (#8353).
+ * TST: clean up isomorphism tests (#8364).
+
+-------------------------------------------------------------------
Old:
----
networkx-3.5.tar.gz
New:
----
networkx-3.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.6sqFUN/_old 2026-03-30 18:30:08.852198098 +0200
+++ /var/tmp/diff_new_pack.6sqFUN/_new 2026-03-30 18:30:08.856198265 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-networkx
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,39 +18,40 @@
%{?sle15_python_module_pythons}
Name: python-networkx
-Version: 3.5
+Version: 3.6.1
Release: 0
Summary: Python package for the study of complex networks
License: BSD-3-Clause
URL: https://github.com/networkx/networkx
Source:
https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.11}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools >= 77.0.3}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-matplotlib >= 3.4
-Requires: python-numpy >= 1.19
-Requires: python-pandas >= 1.3
-Requires: python-scipy >= 1.8
+Requires: python-matplotlib >= 3.8
+Requires: python-numpy >= 1.25
+Requires: python-pandas >= 2.0
+Requires: python-scipy >= 1.11.2
Recommends: python-PyYAML
Recommends: python-pydot >= 3.0.1
-Recommends: python-pygraphviz
+Recommends: python-pygraphviz >= 1.14
Recommends: python-pyparsing
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module lxml >= 4.6}
-BuildRequires: %{python_module matplotlib >= 3.4}
-BuildRequires: %{python_module numpy >= 1.19}
-BuildRequires: %{python_module pandas >= 1.3}
+BuildRequires: %{python_module matplotlib >= 3.8}
+BuildRequires: %{python_module numpy >= 1.25}
+BuildRequires: %{python_module pandas >= 2.0}
BuildRequires: %{python_module pydot >= 3.0.1}
-BuildRequires: %{python_module pygraphviz >= 1.9}
+BuildRequires: %{python_module pygraphviz >= 1.14}
BuildRequires: %{python_module pyparsing}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module scipy >= 1.8}
+BuildRequires: %{python_module scipy >= 1.11.2}
# /SECTION
%python_subpackages
++++++ networkx-3.5.tar.gz -> networkx-3.6.1.tar.gz ++++++
++++ 19648 lines of diff (skipped)