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 2025-02-06 22:07:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
 and      /work/SRC/openSUSE:Factory/.python-networkx.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-networkx"

Thu Feb  6 22:07:56 2025 rev:38 rq:1243534 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes  
2024-04-30 17:26:13.519695917 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-networkx.new.2316/python-networkx.changes    
    2025-02-06 22:09:04.087123415 +0100
@@ -1,0 +2,51 @@
+Tue Feb  4 03:21:23 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 3.4.2:
+  * API Changes
+    + Expires the forest_str deprecation.
+    + [ENH, BUG]: added colliders and v_structures and deprecated
+      compute_v_structures in dag.py.
+    + Expires the random_tree deprecation.
+    + Expire deprecation for strongly_connected_components_recursive.
+    + Expire deprecated sort_neighbors param in generic_bfs_edges.
+    + Rm deprecated normalized param from s_metric.
+    + Expire deprecated nx.join in favor of join_trees.
+    + Remove depercated Edmonds class for 3.4.
+    + Remove deprecated MultiDiGraph_EdgeKey for 3.4.
+    + Add edges keyword/deprecate link keyword arguments in JSON input-output.
+    + Revert breaking change to node_link_* link defaults.
+  * Enhancements
+    + Add a nodelist feature to from_numpy_array.
+    + Prioritize edgelist representations in to_networkx_graph.
+    + Adds initial debug logging calls to _dispatchable.
+    + add: nodes attribute is modifiable.
+    + Enable config to be used as context manager.
+    + Added code to handle multi-graph in mst.
+    + Enable caching by default.
+    + Fix weakly_connected_components() performance on graph view.
+    + avoid iteration and use boolean indexing.
+    + Hide edges with a weight of None in simple_paths.
+    + Improved running time for harmonic centrality.
+    + Add remove attribute functions.
+    + Log "can/should run" and caching in dispatch machinery.
+    + Individualize drawing attributes.
+    + Allow dispatch machinery to fall back to networkx.
+    + Add create_using parameter for random graphs.
+    + Add config option to disable warning when using cached value.
+  * Bug Fixes
+    + Fix docstrings of dispatchable functions.
+    + Fix draw_networkx_nodes return type.
+    + Fix graph name attribute for complete_bipartite_graph.
+    + Remove import warnings during to_networkx_graph conversion.
+    + Fix nx.from_pandas_edgelist so edge keys are not added as edge
+      attributes and edge keys.
+    + Fix from_pandas_edgelist for MultiGraph given edge_key.
+    + Fix dispatch tests when using numpy 2.
+    + Fix reading edgelist when delimiter is whitespace, e.g. tab.
+    + Ensure we always raise for unknown backend in backend=.
+    + Prevent to_agraph from modifying graph argument.
+    + Implementing iterative removal of non_terminal_leaves in Steiner
+      Tree approximation.
+    + Only allow connected graphs in eigenvector_centrality_numpy.
+
+-------------------------------------------------------------------

Old:
----
  networkx-3.3.tar.gz

New:
----
  networkx-3.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.9PhLm5/_old  2025-02-06 22:09:04.839154405 +0100
+++ /var/tmp/diff_new_pack.9PhLm5/_new  2025-02-06 22:09:04.839154405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-networkx
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-networkx
-Version:        3.3
+Version:        3.4.2
 Release:        0
 Summary:        Python package for the study of complex networks
 License:        BSD-3-Clause
@@ -35,7 +35,7 @@
 Requires:       python-pandas >= 1.3
 Requires:       python-scipy >= 1.8
 Recommends:     python-PyYAML
-Recommends:     python-pydot >= 1.4.2
+Recommends:     python-pydot >= 3.0.1
 Recommends:     python-pygraphviz
 Recommends:     python-pyparsing
 BuildArch:      noarch
@@ -45,7 +45,7 @@
 BuildRequires:  %{python_module matplotlib >= 3.4}
 BuildRequires:  %{python_module numpy >= 1.19}
 BuildRequires:  %{python_module pandas >= 1.3}
-BuildRequires:  %{python_module pydot >= 1.4.2}
+BuildRequires:  %{python_module pydot >= 3.0.1}
 BuildRequires:  %{python_module pygraphviz >= 1.9}
 BuildRequires:  %{python_module pyparsing}
 BuildRequires:  %{python_module pytest-xdist}
@@ -104,5 +104,5 @@
 %license LICENSE.txt
 %doc README.rst CONTRIBUTING.rst
 %{python_sitelib}/networkx/
-%{python_sitelib}/networkx-%{version}*info
+%{python_sitelib}/networkx-%{version}.dist-info
 

++++++ networkx-3.3.tar.gz -> networkx-3.4.2.tar.gz ++++++
++++ 17136 lines of diff (skipped)

Reply via email to