Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pythran
Commits:
50725ae0 by Antonio Rojas at 2024-10-31T20:00:09+01:00
upgpkg: 0.17.0-1: Update to 0.17.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pythran
pkgdesc = Ahead of Time compiler for numeric kernels
- pkgver = 0.16.1
+ pkgver = 0.17.0
pkgrel = 1
url = https://pythran.readthedocs.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-pythran
depends = python-ply
depends = python-setuptools
depends = xsimd
- source = git+https://github.com/serge-sans-paille/pythran#tag=0.16.1
- sha256sums =
6ac551e78dd1469ebb46d67357a0dbaeb73df8381736a9d8d9e7bac91a62e730
+ source = git+https://github.com/serge-sans-paille/pythran#tag=0.17.0
+ sha256sums =
b2758ab1a90c0098db4b7dc416066c032f49650d440784aee3bf74203fc2c6cc
pkgname = python-pythran
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: xantares
pkgname=python-pythran
-pkgver=0.16.1
+pkgver=0.17.0
pkgrel=1
pkgdesc='Ahead of Time compiler for numeric kernels'
arch=(any)
@@ -23,7 +23,7 @@ makedepends=(git
python-wheel)
#checkdepends=(python-pytest)
source=(git+https://github.com/serge-sans-paille/pythran#tag=$pkgver)
-sha256sums=('6ac551e78dd1469ebb46d67357a0dbaeb73df8381736a9d8d9e7bac91a62e730')
+sha256sums=('b2758ab1a90c0098db4b7dc416066c032f49650d440784aee3bf74203fc2c6cc')
build() {
cd pythran
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pythran/-/commit/50725ae051e4ddf85dcd1e3a9afd78994c9189fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pythran/-/commit/50725ae051e4ddf85dcd1e3a9afd78994c9189fa
You're receiving this email because of your account on gitlab.archlinux.org.