Download raw body.
[update] math/py-networkx to 2.8.8
On Sat, Oct 12, 2024 at 02:46:00AM +0000, Lucas Raab wrote:
> Hello,
>
> Here's the bump up for networkx to the next major version. Tests pass
> and all consumers have been build tested a few times, but looking for
> more serious tests for breakage. Feedback welcome!
>
> CC maintainers of impacted ports:
> devel/angr/py-angr: jasper@
> math/py-scikit-image: pirofti@ (albeit currently marked broken)
> security/knockpy: rsadowski@
> textproc/hotdoc: ajacoutot@
>
> Thanks,
> Lucas
Resurrect this diff which fell behind the stove and got quite dusty. I'd
received an OK from rsadowski, but it's been ten months. Any fresh OKs to
make progress on networkx updates?
Thanks,
Lucas
diff /usr/ports
path + /usr/ports
commit - 9a96fe63b265936d2bf5d9a80e1a4b860122cd39
blob - d0b1db52813efab7b8b7d5265c8afa31373c781c
file + math/py-networkx/Makefile
--- math/py-networkx/Makefile
+++ math/py-networkx/Makefile
@@ -1,9 +1,8 @@
COMMENT = module for creating and manipulating graphs and networks
-MODPY_DISTV = 2.7.1
+MODPY_DISTV = 2.8.8
DISTNAME = networkx-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
-REVISION = 1
CATEGORIES = math
commit - 9a96fe63b265936d2bf5d9a80e1a4b860122cd39
blob - b5b989993b8c2a67673e0c456a72ca10c5ebe54b
file + math/py-networkx/distinfo
--- math/py-networkx/distinfo
+++ math/py-networkx/distinfo
@@ -1,2 +1,2 @@
-SHA256 (networkx-2.7.1.tar.gz) = 0RlLp1Pl7tB83s0dI8XNejx3IJm9jb0v6jZniM9N57o=
-SIZE (networkx-2.7.1.tar.gz) = 1923431
+SHA256 (networkx-2.8.8.tar.gz) = Iw04gRevhw/OVkejxSQB/PdT6Ucg5uprQZelNVZIiF4=
+SIZE (networkx-2.8.8.tar.gz) = 1960828
commit - 9a96fe63b265936d2bf5d9a80e1a4b860122cd39
blob - 6def78e0a9dab9f1d8ae5005f1c2de797d990476
file + math/py-networkx/pkg/PLIST
--- math/py-networkx/pkg/PLIST
+++ math/py-networkx/pkg/PLIST
@@ -94,6 +94,8 @@ lib/python${MODPY_VERSION}/site-packages/networkx/algo
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}planar_drawing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}planarity.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}planarity.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}polynomials.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}polynomials.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}reciprocity.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}reciprocity.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/${MODPY_PYCACHE}regular.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -892,6 +894,7 @@ lib/python${MODPY_VERSION}/site-packages/networkx/algo
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/operators/unary.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/planar_drawing.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/planarity.py
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/polynomials.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/reciprocity.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/regular.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/richclub.py
@@ -1023,6 +1026,8 @@ lib/python${MODPY_VERSION}/site-packages/networkx/algo
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_planar_drawing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_planarity.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_planarity.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_polynomials.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_polynomials.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_reciprocity.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_reciprocity.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/${MODPY_PYCACHE}test_regular.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -1093,6 +1098,7 @@ lib/python${MODPY_VERSION}/site-packages/networkx/algo
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_non_randomness.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_planar_drawing.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_planarity.py
+lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_polynomials.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_reciprocity.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_regular.py
lib/python${MODPY_VERSION}/site-packages/networkx/algorithms/tests/test_richclub.py
@@ -1869,6 +1875,7 @@ share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_expected_degree_sequence.py
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_football.py
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_karate_club.py
+share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_morse_trie.py
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_napoleon_russian_campaign.py
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_roget.py
share/doc/networkx-${MODPY_DISTV}/examples/graph/plot_words.py
[update] math/py-networkx to 2.8.8