Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-pyrate-limiter
Commits:
a9179493 by Maxime Gauduin at 2024-01-05T11:12:48+01:00
upgpkg: 3.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pyrate-limiter
pkgdesc = Python Rate-Limiter using Leaky-Bucket Algorithm
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/vutran1710/PyrateLimiter
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pyrate-limiter
depends = python
optdepends = python-filelock: concurrent sqlite backend
optdepends = python-redis: redis backend
- source =
git+https://github.com/vutran1710/PyrateLimiter.git#tag=daa9c16deea6d08c5c8aa7487ff61f5ce9c0bbd1
+ source =
git+https://github.com/vutran1710/PyrateLimiter.git#tag=9614a3e0de70659011ef1d46f1692ed4e3794617
b2sums = SKIP
pkgname = python-pyrate-limiter
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-pyrate-limiter
pkgdesc="Python Rate-Limiter using Leaky-Bucket Algorithm"
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
arch=(any)
url=https://github.com/vutran1710/PyrateLimiter
@@ -20,7 +20,7 @@ optdepends=(
'python-filelock: concurrent sqlite backend'
'python-redis: redis backend'
)
-_tag=daa9c16deea6d08c5c8aa7487ff61f5ce9c0bbd1
+_tag=9614a3e0de70659011ef1d46f1692ed4e3794617
source=(git+https://github.com/vutran1710/PyrateLimiter.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyrate-limiter/-/commit/a9179493ba21fb99fb61bd56a178cd54b21f77c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyrate-limiter/-/commit/a9179493ba21fb99fb61bd56a178cd54b21f77c3
You're receiving this email because of your account on gitlab.archlinux.org.