Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
3679b335 by Antonio Rojas at 2023-10-31T08:16:47+01:00
upgpkg: 3.0.5-1: Update to 3.0.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.0.4
+ pkgver = 3.0.5
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.4/cython-3.0.4.tar.gz
- sha256sums =
d22c3fd0141860ef892f51ea834556ee42c3c9f83739ad92187dcf0b9f938786
+ source =
https://github.com/cython/cython/archive/3.0.5/cython-3.0.5.tar.gz
+ sha256sums =
28eafb657bf3f2f8d78eb7948ebb089be31e51ec76119d84925347c4dea68b59
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.0.4
+pkgver=3.0.5
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=('d22c3fd0141860ef892f51ea834556ee42c3c9f83739ad92187dcf0b9f938786')
+sha256sums=('28eafb657bf3f2f8d78eb7948ebb089be31e51ec76119d84925347c4dea68b59')
build() {
cd cython-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/3679b335b309b8c2715bc841ec05e0ab240e83a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/3679b335b309b8c2715bc841ec05e0ab240e83a7
You're receiving this email because of your account on gitlab.archlinux.org.