package/python-networkx: bump version to 3.6.1

https://github.com/networkx/networkx/blob/networkx-3.6.1/doc/release/release_3.6.rst
https://github.com/networkx/networkx/blob/networkx-3.6.1/doc/release/release_3.6.1.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-13 15:05:20 +01:00
committed by Julien Olivain
parent 06af8b8551
commit f655fc37d7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/networkx/json
md5 9d5221bbc2eca0190663e887b91e75c6 networkx-3.5.tar.gz
sha256 d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037 networkx-3.5.tar.gz
md5 eb7fada9285b28cc9d6327c19240a793 networkx-3.6.1.tar.gz
sha256 26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509 networkx-3.6.1.tar.gz
# Locally computed sha256 checksums
sha256 3cf7c3a179d817b23b8b8568211769fefdf93797d207d984b8b2fa24d0220b33 LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_NETWORKX_VERSION = 3.5
PYTHON_NETWORKX_VERSION = 3.6.1
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a
PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/6a/51/63fe664f3908c97be9d2e4f1158eb633317598cfa6e1fc14af5383f17512
PYTHON_NETWORKX_LICENSE = BSD-3-Clause
PYTHON_NETWORKX_LICENSE_FILES = LICENSE.txt
PYTHON_NETWORKX_CPE_ID_VENDOR = python