Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-tenacity
Commits:
3ef87be1 by Jakub Klinkovský at 2025-12-18T19:27:01+01:00
upgpkg: 9.1.2-2: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tenacity
pkgdesc = Retry code until it succeeeds
pkgver = 9.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jd/tenacity
arch = any
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-tenacity
pkgver=9.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Retry code until it succeeeds'
arch=('any')
license=('Apache-2.0')
@@ -14,6 +14,12 @@ checkdepends=('python-pytest' 'python-tornado' 'python-trio'
'python-typeguard')
source=("git+https://github.com/jd/tenacity.git#tag=$pkgver")
sha512sums=('b25254c41229a3835277a8d752de59a80a72a573541b45b573a8416ad1bb4848358e4391df42381f11f2e4b584546ab7ad46e921dc85f7e429d083a7ab7e9eda')
+prepare() {
+ cd tenacity
+ # Fix tests for Python 3.14 https://github.com/jd/tenacity/pull/528
+ git cherry-pick -n 312a04c2639a8cd8598b8701586889b4f3bd2035
+}
+
build() {
cd tenacity
python -m build --wheel --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/3ef87be178f8dd483cd79744432d56dee4b5472c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/3ef87be178f8dd483cd79744432d56dee4b5472c
You're receiving this email because of your account on gitlab.archlinux.org.