Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-igraph
Commits:
a69117f7 by Antonio Rojas at 2024-11-06T22:06:50+01:00
upgpkg: 0.11.8-1: Update to 0.11.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-igraph
pkgdesc = Python bindings for the igraph library
- pkgver = 0.11.6
+ pkgver = 0.11.8
pkgrel = 1
url = https://igraph.org/python/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-igraph
depends = python
depends = python-numpy
depends = python-texttable
- source = git+https://github.com/igraph/python-igraph#tag=0.11.6
- sha256sums =
b9dc88667df9aac64d475946685efd6ea07acca6fc836b01b6dc6f644ea78cb4
+ source = git+https://github.com/igraph/python-igraph#tag=0.11.8
+ sha256sums =
de5c02c3330edec9aae514eea143df1ba5ebd5188c9a4a284cab4b33a1248221
pkgname = python-igraph
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=igraph
pkgname=python-$_pyname
-pkgver=0.11.6
+pkgver=0.11.8
pkgrel=1
url='https://igraph.org/python/'
license=(GPL-2.0-or-later)
@@ -20,7 +20,7 @@ makedepends=(git
python-setuptools
python-wheel)
source=(git+https://github.com/igraph/python-igraph#tag=$pkgver)
-sha256sums=('b9dc88667df9aac64d475946685efd6ea07acca6fc836b01b6dc6f644ea78cb4')
+sha256sums=('de5c02c3330edec9aae514eea143df1ba5ebd5188c9a4a284cab4b33a1248221')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/a69117f7821cf48e4f7afd83dd93846bc048deb3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/a69117f7821cf48e4f7afd83dd93846bc048deb3
You're receiving this email because of your account on gitlab.archlinux.org.