Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
7deec222 by Antonio Rojas at 2025-11-12T23:15:35+01:00
upgpkg: 3.2.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.2.0
- pkgrel = 2
+ pkgver = 3.2.1
+ pkgrel = 1
url = https://cython.org
arch = x86_64
license = Apache-2.0
@@ -18,7 +18,7 @@ pkgbase = cython
depends = glibc
depends = python
replaces = cython-dev
- source = git+https://github.com/cython/cython#tag=3.2.0
- sha256sums =
10359d7da42ca1448efc8d7efa6d95e12b18c054d62aca1eccce12a57ddb6049
+ source = git+https://github.com/cython/cython#tag=3.2.1
+ sha256sums =
77477399e5ae710a181e2ff2c63ea599832e44bf1317e7211b04d7d448b0c929
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
@@ -23,12 +23,7 @@ checkdepends=(gdb
python-pytest
python-tests)
source=(git+https://github.com/cython/cython#tag=$pkgver)
-sha256sums=('10359d7da42ca1448efc8d7efa6d95e12b18c054d62aca1eccce12a57ddb6049')
-
-prepare() {
- cd cython
- git revert -n d4c9c1f825313406497cbf4c75cd9c063bcdc21c #
https://github.com/cython/cython/issues/7304
-}
+sha256sums=('77477399e5ae710a181e2ff2c63ea599832e44bf1317e7211b04d7d448b0c929')
build() {
cd cython
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/7deec222e9ba0f06e443af12b70b49940348eea9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/7deec222e9ba0f06e443af12b70b49940348eea9
You're receiving this email because of your account on gitlab.archlinux.org.