Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
088fda8c by Antonio Rojas at 2024-01-10T17:46:37+01:00
upgpkg: 3.0.8-1: Update to 3.0.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.0.7
+ pkgver = 3.0.8
pkgrel = 1
url = https://cython.org
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = cython
depends = glibc
depends = python
replaces = cython-dev
- source =
https://github.com/cython/cython/archive/3.0.7/cython-3.0.7.tar.gz
- sha256sums =
50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e
+ source =
https://github.com/cython/cython/archive/3.0.8/cython-3.0.8.tar.gz
+ sha256sums =
b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.0.7
+pkgver=3.0.8
pkgrel=1
pkgdesc='C-Extensions for Python'
arch=(x86_64)
@@ -20,7 +20,7 @@ checkdepends=(gdb
python-numpy
python-pytest)
source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e')
+sha256sums=('b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340')
build() {
cd cython-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/088fda8ccd8f41dd0f02e72f1cf59414290847cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/088fda8ccd8f41dd0f02e72f1cf59414290847cb
You're receiving this email because of your account on gitlab.archlinux.org.