Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-redis
Commits: 4d769f53 by Carl Smedstad at 2024-10-05T16:12:49+02:00 upgpkg: 5.1.1-1: Upstream release https://github.com/redis/redis-py/releases/tag/v5.1.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-redis pkgdesc = The Python interface to the Redis key-value store - pkgver = 5.1.0 + pkgver = 5.1.1 pkgrel = 1 url = https://github.com/redis/redis-py arch = any @@ -25,7 +25,7 @@ pkgbase = python-redis optdepends = python-hiredis: faster performance via hiredis optdepends = python-pyopenssl: OCSP certificate validation optdepends = python-requests: OCSP certificate validation - source = python-redis::git+https://github.com/redis/redis-py#tag=v5.1.0 - b2sums = 33452e10abbc440e8a948cee3f23c925b596146126491d808dbddee22aa669898be9c0175787b83a70e4c9582236c4b9f144cf833b4b05333a039402138fc38f + source = python-redis::git+https://github.com/redis/redis-py#tag=v5.1.1 + b2sums = 41397df2ed7652b8c279aa9f7f20c93383283037e4b845d2a015c8427d2348fc6bd570bca42d4fa4105c190e857eea99ead317027549eb5e94bde753c7ab2d1b pkgname = python-redis ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Pierre Gueth <[email protected]> pkgname=python-redis -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=1 pkgdesc='The Python interface to the Redis key-value store' arch=('any') @@ -40,7 +40,7 @@ optdepends=( 'python-requests: OCSP certificate validation' ) source=("$pkgname::git+$url#tag=v$pkgver") -b2sums=('33452e10abbc440e8a948cee3f23c925b596146126491d808dbddee22aa669898be9c0175787b83a70e4c9582236c4b9f144cf833b4b05333a039402138fc38f') +b2sums=('41397df2ed7652b8c279aa9f7f20c93383283037e4b845d2a015c8427d2348fc6bd570bca42d4fa4105c190e857eea99ead317027549eb5e94bde753c7ab2d1b') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/4d769f5327923ac8153ae788810238409f291308 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/4d769f5327923ac8153ae788810238409f291308 You're receiving this email because of your account on gitlab.archlinux.org.
