Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-curio
Commits:
61bf0b92 by Antonio Rojas at 2025-12-26T19:51:13+01:00
upgpkg: 1.6-7: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-curio
pkgdesc = Concurrent I/O
pkgver = 1.6
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/dabeaz/curio
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-curio
pkgver=1.6
-pkgrel=6
+pkgrel=7
pkgdesc='Concurrent I/O'
arch=(any)
url=https://github.com/dabeaz/curio
@@ -46,7 +46,8 @@ build() {
check() {
cd curio
- PYTHONPATH=$PWD/build/lib pytest
+ PYTHONPATH=$PWD/build/lib pytest \
+ -k 'not test_cpu' # https://github.com/dabeaz/curio/issues/368
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-curio/-/commit/61bf0b92f32a3828b352a52a0033e490a0ae795d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-curio/-/commit/61bf0b92f32a3828b352a52a0033e490a0ae795d
You're receiving this email because of your account on gitlab.archlinux.org.