pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-networkx
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 15 12:05:15 UTC 2025
Modified Files:
pkgsrc/math/py-networkx: Makefile PLIST distinfo
Log Message:
py-networkx: updated to 3.6.1
networkx 3.6.1
API Changes
- Add spectral bipartition community finding and greedy bipartition using node swaps
Enhancements
- Nodelists for ``from_biadjacency_matrix``
- Add spectral bipartition community finding and greedy bipartition using node swaps
- Fix draw_networkx_nodes with list node_shape and add regression test
Bug Fixes
- Fix: allow graph subclasses to have additional arguments
Documentation
- DOC: Improve benchmarking readme
- DOC: More details re: RC releases in the release process devdocs
- DOC: clarify difference between G.nodes/G.nodes() and G.edges/G.edges() in tutorial
- DOC: Add blurb to contributor guide about drawing tests
- DOC: Fix underline lens in docstrings
- Rolling back shortest paths links
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/math/py-networkx/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-networkx/PLIST \
pkgsrc/math/py-networkx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-networkx/Makefile
diff -u pkgsrc/math/py-networkx/Makefile:1.47 pkgsrc/math/py-networkx/Makefile:1.48
--- pkgsrc/math/py-networkx/Makefile:1.47 Thu Oct 9 08:01:57 2025
+++ pkgsrc/math/py-networkx/Makefile Mon Dec 15 12:05:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2025/10/09 08:01:57 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/12/15 12:05:15 adam Exp $
-DISTNAME= networkx-3.5
+DISTNAME= networkx-3.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/}
@@ -12,6 +12,7 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.0:../../devel/py-test-xdist
USE_LANGUAGES= # none
Index: pkgsrc/math/py-networkx/PLIST
diff -u pkgsrc/math/py-networkx/PLIST:1.24 pkgsrc/math/py-networkx/PLIST:1.25
--- pkgsrc/math/py-networkx/PLIST:1.24 Wed Jun 4 12:32:02 2025
+++ pkgsrc/math/py-networkx/PLIST Mon Dec 15 12:05:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/06/04 12:32:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/12/15 12:05:15 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -401,6 +401,9 @@ ${PYSITELIB}/networkx/algorithms/communi
${PYSITELIB}/networkx/algorithms/community/asyn_fluid.py
${PYSITELIB}/networkx/algorithms/community/asyn_fluid.pyc
${PYSITELIB}/networkx/algorithms/community/asyn_fluid.pyo
+${PYSITELIB}/networkx/algorithms/community/bipartitions.py
+${PYSITELIB}/networkx/algorithms/community/bipartitions.pyc
+${PYSITELIB}/networkx/algorithms/community/bipartitions.pyo
${PYSITELIB}/networkx/algorithms/community/centrality.py
${PYSITELIB}/networkx/algorithms/community/centrality.pyc
${PYSITELIB}/networkx/algorithms/community/centrality.pyo
@@ -413,9 +416,6 @@ ${PYSITELIB}/networkx/algorithms/communi
${PYSITELIB}/networkx/algorithms/community/kclique.py
${PYSITELIB}/networkx/algorithms/community/kclique.pyc
${PYSITELIB}/networkx/algorithms/community/kclique.pyo
-${PYSITELIB}/networkx/algorithms/community/kernighan_lin.py
-${PYSITELIB}/networkx/algorithms/community/kernighan_lin.pyc
-${PYSITELIB}/networkx/algorithms/community/kernighan_lin.pyo
${PYSITELIB}/networkx/algorithms/community/label_propagation.py
${PYSITELIB}/networkx/algorithms/community/label_propagation.pyc
${PYSITELIB}/networkx/algorithms/community/label_propagation.pyo
@@ -443,6 +443,9 @@ ${PYSITELIB}/networkx/algorithms/communi
${PYSITELIB}/networkx/algorithms/community/tests/test_asyn_fluid.py
${PYSITELIB}/networkx/algorithms/community/tests/test_asyn_fluid.pyc
${PYSITELIB}/networkx/algorithms/community/tests/test_asyn_fluid.pyo
+${PYSITELIB}/networkx/algorithms/community/tests/test_bipartitions.py
+${PYSITELIB}/networkx/algorithms/community/tests/test_bipartitions.pyc
+${PYSITELIB}/networkx/algorithms/community/tests/test_bipartitions.pyo
${PYSITELIB}/networkx/algorithms/community/tests/test_centrality.py
${PYSITELIB}/networkx/algorithms/community/tests/test_centrality.pyc
${PYSITELIB}/networkx/algorithms/community/tests/test_centrality.pyo
@@ -452,9 +455,6 @@ ${PYSITELIB}/networkx/algorithms/communi
${PYSITELIB}/networkx/algorithms/community/tests/test_kclique.py
${PYSITELIB}/networkx/algorithms/community/tests/test_kclique.pyc
${PYSITELIB}/networkx/algorithms/community/tests/test_kclique.pyo
-${PYSITELIB}/networkx/algorithms/community/tests/test_kernighan_lin.py
-${PYSITELIB}/networkx/algorithms/community/tests/test_kernighan_lin.pyc
-${PYSITELIB}/networkx/algorithms/community/tests/test_kernighan_lin.pyo
${PYSITELIB}/networkx/algorithms/community/tests/test_label_propagation.py
${PYSITELIB}/networkx/algorithms/community/tests/test_label_propagation.pyc
${PYSITELIB}/networkx/algorithms/community/tests/test_label_propagation.pyo
@@ -826,6 +826,9 @@ ${PYSITELIB}/networkx/algorithms/operato
${PYSITELIB}/networkx/algorithms/operators/unary.py
${PYSITELIB}/networkx/algorithms/operators/unary.pyc
${PYSITELIB}/networkx/algorithms/operators/unary.pyo
+${PYSITELIB}/networkx/algorithms/perfect_graph.py
+${PYSITELIB}/networkx/algorithms/perfect_graph.pyc
+${PYSITELIB}/networkx/algorithms/perfect_graph.pyo
${PYSITELIB}/networkx/algorithms/planar_drawing.py
${PYSITELIB}/networkx/algorithms/planar_drawing.pyc
${PYSITELIB}/networkx/algorithms/planar_drawing.pyo
@@ -1012,6 +1015,9 @@ ${PYSITELIB}/networkx/algorithms/tests/t
${PYSITELIB}/networkx/algorithms/tests/test_non_randomness.py
${PYSITELIB}/networkx/algorithms/tests/test_non_randomness.pyc
${PYSITELIB}/networkx/algorithms/tests/test_non_randomness.pyo
+${PYSITELIB}/networkx/algorithms/tests/test_perfect_graph.py
+${PYSITELIB}/networkx/algorithms/tests/test_perfect_graph.pyc
+${PYSITELIB}/networkx/algorithms/tests/test_perfect_graph.pyo
${PYSITELIB}/networkx/algorithms/tests/test_planar_drawing.py
${PYSITELIB}/networkx/algorithms/tests/test_planar_drawing.pyc
${PYSITELIB}/networkx/algorithms/tests/test_planar_drawing.pyo
@@ -1135,6 +1141,9 @@ ${PYSITELIB}/networkx/algorithms/tree/co
${PYSITELIB}/networkx/algorithms/tree/decomposition.py
${PYSITELIB}/networkx/algorithms/tree/decomposition.pyc
${PYSITELIB}/networkx/algorithms/tree/decomposition.pyo
+${PYSITELIB}/networkx/algorithms/tree/distance_measures.py
+${PYSITELIB}/networkx/algorithms/tree/distance_measures.pyc
+${PYSITELIB}/networkx/algorithms/tree/distance_measures.pyo
${PYSITELIB}/networkx/algorithms/tree/mst.py
${PYSITELIB}/networkx/algorithms/tree/mst.pyc
${PYSITELIB}/networkx/algorithms/tree/mst.pyo
@@ -1156,6 +1165,9 @@ ${PYSITELIB}/networkx/algorithms/tree/te
${PYSITELIB}/networkx/algorithms/tree/tests/test_decomposition.py
${PYSITELIB}/networkx/algorithms/tree/tests/test_decomposition.pyc
${PYSITELIB}/networkx/algorithms/tree/tests/test_decomposition.pyo
+${PYSITELIB}/networkx/algorithms/tree/tests/test_distance_measures.py
+${PYSITELIB}/networkx/algorithms/tree/tests/test_distance_measures.pyc
+${PYSITELIB}/networkx/algorithms/tree/tests/test_distance_measures.pyo
${PYSITELIB}/networkx/algorithms/tree/tests/test_mst.py
${PYSITELIB}/networkx/algorithms/tree/tests/test_mst.pyc
${PYSITELIB}/networkx/algorithms/tree/tests/test_mst.pyo
@@ -1297,6 +1309,9 @@ ${PYSITELIB}/networkx/drawing/tests/base
${PYSITELIB}/networkx/drawing/tests/test_agraph.py
${PYSITELIB}/networkx/drawing/tests/test_agraph.pyc
${PYSITELIB}/networkx/drawing/tests/test_agraph.pyo
+${PYSITELIB}/networkx/drawing/tests/test_image_comparison_pylab_mpl.py
+${PYSITELIB}/networkx/drawing/tests/test_image_comparison_pylab_mpl.pyc
+${PYSITELIB}/networkx/drawing/tests/test_image_comparison_pylab_mpl.pyo
${PYSITELIB}/networkx/drawing/tests/test_latex.py
${PYSITELIB}/networkx/drawing/tests/test_latex.pyc
${PYSITELIB}/networkx/drawing/tests/test_latex.pyo
@@ -1679,6 +1694,9 @@ ${PYSITELIB}/networkx/tests/test_lazy_im
${PYSITELIB}/networkx/tests/test_relabel.py
${PYSITELIB}/networkx/tests/test_relabel.pyc
${PYSITELIB}/networkx/tests/test_relabel.pyo
+${PYSITELIB}/networkx/tests/test_removed_functions_exception_messages.py
+${PYSITELIB}/networkx/tests/test_removed_functions_exception_messages.pyc
+${PYSITELIB}/networkx/tests/test_removed_functions_exception_messages.pyo
${PYSITELIB}/networkx/utils/__init__.py
${PYSITELIB}/networkx/utils/__init__.pyc
${PYSITELIB}/networkx/utils/__init__.pyo
Index: pkgsrc/math/py-networkx/distinfo
diff -u pkgsrc/math/py-networkx/distinfo:1.24 pkgsrc/math/py-networkx/distinfo:1.25
--- pkgsrc/math/py-networkx/distinfo:1.24 Wed Jun 4 12:32:02 2025
+++ pkgsrc/math/py-networkx/distinfo Mon Dec 15 12:05:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/06/04 12:32:02 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/12/15 12:05:15 adam Exp $
-BLAKE2s (networkx-3.5.tar.gz) = 5327aeaff4b1d7f0ff32d10a85c61d908b3474caf7e533df95211cf4b5573f84
-SHA512 (networkx-3.5.tar.gz) = 9c060385913cfe67126e71eb9e53c032faa51c9609336ce78333d22e5f73078eb5b4826e0709cae0bd448fef2a5b2fb6f4c29be28c70d34a936d1cf6a00e83a1
-Size (networkx-3.5.tar.gz) = 2471065 bytes
+BLAKE2s (networkx-3.6.1.tar.gz) = 02392aad4ba4abde3c1334546988cb4d9db7fb80ffb4de431c3bfd4811951a80
+SHA512 (networkx-3.6.1.tar.gz) = d3ccbdf15b93facf71c8f0f508b85204f77273af1180e885a2bde79631237f7f08a4521a88a52b599b179df94e2b58916cc2ee21be20d893a8d6a0f86d9a3a30
+Size (networkx-3.6.1.tar.gz) = 2517025 bytes
Home |
Main Index |
Thread Index |
Old Index