Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-tenacity


Commits:
1752cc8d by Felix Yan at 2026-03-04T05:39:42+08:00
upgpkg: 9.1.3-1

- - - - -


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 = 2
+       pkgver = 9.1.3
+       pkgrel = 1
        url = https://github.com/jd/tenacity
        arch = any
        license = Apache-2.0
@@ -17,7 +17,7 @@ pkgbase = python-tenacity
        makedepends = python-installer
        depends = python
        optdepends = python-tornado: for Tornado coroutines support
-       source = git+https://github.com/jd/tenacity.git#tag=9.1.2
-       sha512sums = 
b25254c41229a3835277a8d752de59a80a72a573541b45b573a8416ad1bb4848358e4391df42381f11f2e4b584546ab7ad46e921dc85f7e429d083a7ab7e9eda
+       source = git+https://github.com/jd/tenacity.git#tag=9.1.3
+       sha512sums = 
8e25aea7c129a33f5144127c0527a13ab140188934930c77fb6a3ba905da664fc13d510b69c87aec23c62715cbabea2776e9cfa4cd72f6d439e0062a50227783
 
 pkgname = python-tenacity


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-tenacity
-pkgver=9.1.2
-pkgrel=2
+pkgver=9.1.3
+pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
 license=('Apache-2.0')
@@ -12,13 +12,7 @@ optdepends=('python-tornado: for Tornado coroutines support')
 makedepends=('git' 'python-setuptools-scm' 'python-setuptools' 'python-wheel' 
'python-build' 'python-installer')
 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
-}
+sha512sums=('8e25aea7c129a33f5144127c0527a13ab140188934930c77fb6a3ba905da664fc13d510b69c87aec23c62715cbabea2776e9cfa4cd72f6d439e0062a50227783')
 
 build() {
   cd tenacity



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/1752cc8d9f0d30b7bc579ae12301669fa01bfa96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/1752cc8d9f0d30b7bc579ae12301669fa01bfa96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to