Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-pyrate-limiter
Commits:
2179337f by Maxime Gauduin at 2024-09-08T14:45:40+02:00
upgpkg: 3.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyrate-limiter
pkgdesc = Python Rate-Limiter using Leaky-Bucket Algorithm
- pkgver = 3.6.0
- pkgrel = 2
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://github.com/vutran1710/PyrateLimiter
arch = any
license = MIT
@@ -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=9919d5a73551fe71585685a661a85b535b596bb3
- b2sums = SKIP
+ source =
git+https://github.com/vutran1710/PyrateLimiter.git#tag=b30985422b4089a50774b8999b39b248647067d5
+ b2sums =
0cb809a41c38aa4fff05025fbff57860416eb7cd85d78981890f24c70a1147d00abbee08f9db1d0a703b32b9413a31c07565a7041ade7b6189b56e05baf9dd7a
pkgname = python-pyrate-limiter
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-pyrate-limiter
pkgdesc="Python Rate-Limiter using Leaky-Bucket Algorithm"
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
arch=(any)
url=https://github.com/vutran1710/PyrateLimiter
license=(MIT)
@@ -20,9 +20,9 @@ optdepends=(
'python-filelock: concurrent sqlite backend'
'python-redis: redis backend'
)
-_tag=9919d5a73551fe71585685a661a85b535b596bb3
+_tag=b30985422b4089a50774b8999b39b248647067d5
source=(git+https://github.com/vutran1710/PyrateLimiter.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('0cb809a41c38aa4fff05025fbff57860416eb7cd85d78981890f24c70a1147d00abbee08f9db1d0a703b32b9413a31c07565a7041ade7b6189b56e05baf9dd7a')
pkgver() {
cd PyrateLimiter
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyrate-limiter/-/commit/2179337fe3837930f439311f3d19942184ffbde8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyrate-limiter/-/commit/2179337fe3837930f439311f3d19942184ffbde8
You're receiving this email because of your account on gitlab.archlinux.org.