Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-ratelim
Commits: 0bf066ea by Jelle van der Waa at 2024-04-05T11:07:56+02:00 upgpkg: 0.1.6-9: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-ratelim + pkgdesc = Makes it easy to respect rate limits + pkgver = 0.1.6 + pkgrel = 9 + url = https://github.com/themiurgo/ratelim + arch = any + license = MIT + makedepends = python-setuptools + depends = python-decorator + source = https://pypi.io/packages/source/r/ratelim/ratelim-0.1.6.tar.gz + source = ratelim-LICENSE::https://raw.githubusercontent.com/themiurgo/ratelim/master/LICENSE + sha512sums = 4d074d47278c591182d56d398c827da86c06428a1f994bd443f04903cca2bfe6affdfdd0daaca6115066903607e0216ac0a5f29240fdfe1c1faf5873a55122b0 + sha512sums = ffe65c1aa0d76ed652c0536ea72a518ad449c15270eb654c01d037f3cf263b154293aca66edcb535f499ebb71891833836a90095c913e35498e24888bea2cb2b + +pkgname = python-ratelim ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-ratelim pkgver=0.1.6 -pkgrel=8 +pkgrel=9 pkgdesc="Makes it easy to respect rate limits" url="https://github.com/themiurgo/ratelim" license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ratelim/-/commit/0bf066ea1d3efbc71146384fe34e8f0a532a676b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ratelim/-/commit/0bf066ea1d3efbc71146384fe34e8f0a532a676b You're receiving this email because of your account on gitlab.archlinux.org.
