Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-igraph
Commits:
ebaf873b by Antonio Rojas at 2024-02-27T09:00:50+01:00
upgpkg: 0.11.4-1: Update to 0.11.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-igraph
pkgdesc = Python bindings for the igraph library
- pkgver = 0.11.3
+ pkgver = 0.11.4
pkgrel = 1
url = https://igraph.org/python/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-igraph
depends = python
depends = python-numpy
depends = python-texttable
- source =
https://github.com/igraph/python-igraph/releases/download/0.11.3/igraph-0.11.3.tar.gz
- sha256sums =
e55df60f882a51b8e8c1c5e7e940c5f90685d75634ea6df63bebcc983397adfa
+ source =
https://github.com/igraph/python-igraph/releases/download/0.11.4/igraph-0.11.4.tar.gz
+ sha256sums =
2437ae0157af6824e2e65a23f7a1fa4fbf0f3664333c72aeca4fc01b83e18483
pkgname = python-igraph
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=igraph
pkgname=python-$_pyname
-pkgver=0.11.3
+pkgver=0.11.4
pkgrel=1
url='https://igraph.org/python/'
license=(GPL)
@@ -19,7 +19,7 @@ makedepends=(python-build
python-setuptools
python-wheel)
source=(https://github.com/igraph/python-igraph/releases/download/$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('e55df60f882a51b8e8c1c5e7e940c5f90685d75634ea6df63bebcc983397adfa')
+sha256sums=('2437ae0157af6824e2e65a23f7a1fa4fbf0f3664333c72aeca4fc01b83e18483')
build() {
cd igraph-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/ebaf873bf5fa38b0a01999366f4b307fbccd6e42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/ebaf873bf5fa38b0a01999366f4b307fbccd6e42
You're receiving this email because of your account on gitlab.archlinux.org.