Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-networkx
Commits:
b01f3f2f by Antonio Rojas at 2026-02-10T11:27:00+01:00
upgpkg: 3.6.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-networkx
pkgdesc = Python package for the creation, manipulation, and study of
the structure, dynamics, and functions of complex networks.
- pkgver = 3.5
- pkgrel = 2
+ pkgver = 3.6.1
+ pkgrel = 1
url = https://networkx.org/
arch = any
license = BSD-3-Clause
@@ -22,7 +22,7 @@ pkgbase = python-networkx
optdepends = python-pydot: for graph drawing and graph layout
algorithms in pure Python via GraphViz
optdepends = python-pygraphviz: for graph drawing and graph layout
algorithms with bindings to GraphViz
optdepends = python-sympy: for polynomial algorithms
- source = git+https://github.com/networkx/networkx#tag=networkx-3.5
- sha512sums =
d1544694d4485242d2c971175b350ac6b2ce176472d15c7b8c5a63b541a837839bd1405aae4cecd9cac4a536d19f1eb91bcdbb19a85173ba3e02c2835f6e6f0d
+ source = git+https://github.com/networkx/networkx#tag=networkx-3.6.1
+ sha512sums =
9627fd12e8432652005b61cc379c1b063276b663c594684d7fce232404c99332726689bb51e4018b0a46d0ef8e618a4b3c0fbc330053edf137235caffd977825
pkgname = python-networkx
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Clément DEMOULINS <[email protected]>
pkgname=python-networkx
-pkgver=3.5
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
pkgdesc='Python package for the creation, manipulation, and study of the
structure, dynamics, and functions of complex networks.'
arch=('any')
license=('BSD-3-Clause')
@@ -16,7 +16,7 @@ optdepends=('python-lxml: for GraphML XML format'
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools' 'git')
checkdepends=('python-pytest' 'python-lxml' 'python-pydot' 'python-pygraphviz')
source=("git+https://github.com/networkx/networkx#tag=networkx-$pkgver")
-sha512sums=('d1544694d4485242d2c971175b350ac6b2ce176472d15c7b8c5a63b541a837839bd1405aae4cecd9cac4a536d19f1eb91bcdbb19a85173ba3e02c2835f6e6f0d')
+sha512sums=('9627fd12e8432652005b61cc379c1b063276b663c594684d7fce232404c99332726689bb51e4018b0a46d0ef8e618a4b3c0fbc330053edf137235caffd977825')
prepare() {
cd networkx
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-networkx/-/commit/b01f3f2f62fa255754ea97a5e81f97ce53dea477
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-networkx/-/commit/b01f3f2f62fa255754ea97a5e81f97ce53dea477
You're receiving this email because of your account on gitlab.archlinux.org.