Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-tenacity
Commits: 7d9c13e0 by Felix Yan at 2024-05-10T07:52:12+00:00 upgpkg: 8.3.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tenacity pkgdesc = Retry code until it succeeeds - pkgver = 8.2.3 - pkgrel = 3 + pkgver = 8.3.0 + pkgrel = 1 url = https://github.com/jd/tenacity arch = any license = Apache-2.0 @@ -16,7 +16,7 @@ pkgbase = python-tenacity makedepends = python-installer depends = python optdepends = python-tornado: for Tornado coroutines support - source = git+https://github.com/jd/tenacity.git#commit=41ed2420cda8ab7650a39900451099f4730266c3 - sha512sums = e8d6d0bdd98b4265064463bfdcf6bed53388c9beebe215251f7fa334b15c45e2670f949fbf42246d19ba1053c95055431ec7b5b920400f454ac21f003502742e + source = git+https://github.com/jd/tenacity.git#tag=8.3.0 + sha512sums = d7698bfd78cb7749e10270eda95e908e1b1fe4d04f8aeb4b18020816ab2015a2095b20c0b889bb5db3f07351a75197ddffedb856ac4ebc45ca6b76b3a88d8150 pkgname = python-tenacity ===================================== PKGBUILD ===================================== @@ -1,9 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-tenacity -pkgver=8.2.3 -_commit=41ed2420cda8ab7650a39900451099f4730266c3 -pkgrel=3 +pkgver=8.3.0 +pkgrel=1 pkgdesc='Retry code until it succeeeds' arch=('any') license=('Apache-2.0') @@ -12,8 +11,8 @@ depends=('python') 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-typeguard') -source=("git+https://github.com/jd/tenacity.git#commit=$_commit") -sha512sums=('e8d6d0bdd98b4265064463bfdcf6bed53388c9beebe215251f7fa334b15c45e2670f949fbf42246d19ba1053c95055431ec7b5b920400f454ac21f003502742e') +source=("git+https://github.com/jd/tenacity.git#tag=$pkgver") +sha512sums=('d7698bfd78cb7749e10270eda95e908e1b1fe4d04f8aeb4b18020816ab2015a2095b20c0b889bb5db3f07351a75197ddffedb856ac4ebc45ca6b76b3a88d8150') build() { cd tenacity View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/7d9c13e03b7331934ecbe5eb00536d6ee3fd5603 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tenacity/-/commit/7d9c13e03b7331934ecbe5eb00536d6ee3fd5603 You're receiving this email because of your account on gitlab.archlinux.org.