From 77a05bd1bc8906f3cd846628f6051b9ea8e98b13 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 27 Jan 2024 20:34:41 -0700 Subject: [PATCH] Test with netlib --- python-networkx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index b95afaa..9081e9e 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -123,7 +123,6 @@ sed -e 's|\("https://docs\.python\.org/3/", \)None|\1"%{_docdir}/python3-docs/ht # Permit older versions of doc packages where Fedora is behind sed -e 's/\(sphinx-gallery>=\)0\.14/\10.11.1/' \ - -e 's/\(numpydoc>=1.\)6/\14.0/' \ -i pyproject.toml requirements/doc.txt # Fedora does not have osmnx or momepy @@ -158,6 +157,7 @@ done %endif %check +export FLEXIBLAS=NETLIB %if %{with doctest} %pytest %else @@ -175,6 +175,9 @@ done %endif %changelog +* Sat Jan 27 2024 Jerry James - 3.2.1-4 +- Test with netlib + * Fri Jan 26 2024 Fedora Release Engineering - 3.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild