* update python-retrying to 1.3.4-4

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:45 +01:00
parent 7d72ec602f
commit 1923b244c7
3 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,16 @@
pkgbase = python-retrying
pkgdesc = A general-purpose retrying library
pkgver = 1.3.4
pkgrel = 4
url = https://github.com/groodt/retrying
arch = any
license = Apache-2.0
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-six
source = https://github.com/groodt/retrying/archive/v1.3.4/python-retrying-1.3.4.tar.gz
sha512sums = 80bd19eefdbd8277ec0ba656d1b1d3589b2e3492cbb902c963376b3df475abbe4725c9902426a1784e4dddbd57ea8bc51ea5925a0a72a6f5c11333893314f2c5
pkgname = python-retrying

View File

@ -0,0 +1,4 @@
[python-retrying]
source = "git"
git = "https://github.com/groodt/retrying.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=python-retrying
pkgver=1.3.4
pkgrel=3
pkgrel=4
pkgdesc="A general-purpose retrying library"
arch=(any)
url="https://github.com/groodt/retrying"