[Buildroot] [git commit] package/python-networkx: bump version to 3.5
Julien Olivain
ju.o at free.fr
Tue Oct 14 20:10:27 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=e747a6497987a4cec8d1c041c98062620a47cee6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes:
https://github.com/networkx/networkx/releases/tag/networkx-3.5
Updated license hash due to copyright year bump:
https://github.com/networkx/networkx/commit/c22ad5579d1916a662b00bcf00acca9fc3da9e50
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-networkx/python-networkx.hash | 6 +++---
package/python-networkx/python-networkx.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-networkx/python-networkx.hash b/package/python-networkx/python-networkx.hash
index 5433192a73..bd8326f104 100644
--- a/package/python-networkx/python-networkx.hash
+++ b/package/python-networkx/python-networkx.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/networkx/json
-md5 b6cde64de26aca58aa8431c0b232512f networkx-3.4.2.tar.gz
-sha256 307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1 networkx-3.4.2.tar.gz
+md5 9d5221bbc2eca0190663e887b91e75c6 networkx-3.5.tar.gz
+sha256 d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037 networkx-3.5.tar.gz
# Locally computed sha256 checksums
-sha256 5b433b90f755eb9bbd06feff1d1a4f5f232c5208a185694199e45fa95d762792 LICENSE.txt
+sha256 3cf7c3a179d817b23b8b8568211769fefdf93797d207d984b8b2fa24d0220b33 LICENSE.txt
diff --git a/package/python-networkx/python-networkx.mk b/package/python-networkx/python-networkx.mk
index 37780ef36a..41d33f1560 100644
--- a/package/python-networkx/python-networkx.mk
+++ b/package/python-networkx/python-networkx.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_NETWORKX_VERSION = 3.4.2
+PYTHON_NETWORKX_VERSION = 3.5
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
-PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f
+PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a
PYTHON_NETWORKX_LICENSE = BSD-3-Clause
PYTHON_NETWORKX_LICENSE_FILES = LICENSE.txt
PYTHON_NETWORKX_CPE_ID_VENDOR = python
More information about the buildroot
mailing list