Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
573549e8 by Antonio Rojas at 2026-06-29T18:00:14+02:00
upgpkg: 3.2.6-2: Fix @functools.wrap regression
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
pkgver = 3.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://cython.org
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cython
pkgver=3.2.6
-pkgrel=1
+pkgrel=2
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
@@ -29,6 +29,7 @@ prepare() {
cd cython
git cherry-pick -n d344f9b284549362dee39af7a74a9c669bb65ce8 # Do not embed
absolute paths of source files (breaks packaging)
git cherry-pick -n fd847477a47855f9c0d036f35c8865196d5267cc # Drop
pkg_resources usage
+ git cherry-pick -n e70ca99bb91087eeccae06d21dc58dcbfc55cc71 # Fix
@functools.wrap
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/573549e80668e4e072c17ea4819f776732d665c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/573549e80668e4e072c17ea4819f776732d665c4
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help