Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
8faf2651 by Antonio Rojas at 2023-12-19T22:18:07+01:00
upgpkg: 3.0.7-1: Update to 3.0.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.0.6
+ pkgver = 3.0.7
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.6/cython-3.0.6.tar.gz
- sha256sums =
79d1b2f9e4d94c9d1e306d2d8ddef6759fa933363f8a90fa3be7b500db0287d9
+ source =
https://github.com/cython/cython/archive/3.0.7/cython-3.0.7.tar.gz
+ sha256sums =
50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.0.6
+pkgver=3.0.7
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=('79d1b2f9e4d94c9d1e306d2d8ddef6759fa933363f8a90fa3be7b500db0287d9')
+sha256sums=('50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e')
build() {
cd cython-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/8faf2651eb4b99ecbf70c7aae5562c6df2a40d4b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/8faf2651eb4b99ecbf70c7aae5562c6df2a40d4b
You're receiving this email because of your account on gitlab.archlinux.org.