Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-redis
Commits: 3fa02289 by Carl Smedstad at 2024-06-28T09:55:46+02:00 upgpkg: 5.0.7-1: Upstream release https://github.com/redis/redis-py/releases/tag/v5.0.7 - - - - - 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.0.6 + pkgver = 5.0.7 pkgrel = 1 url = https://github.com/redis/redis-py arch = any @@ -23,7 +23,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.0.6 - b2sums = 9e658d3a199cc4c4c3790be34bcf793cd42752974aa5ecbc62fad6474bd9bae394256626595e8bd412ebc12881580af928effb1328edafc2b8755187de160419 + source = python-redis::git+https://github.com/redis/redis-py#tag=v5.0.7 + b2sums = 666f2bf21ea10b368da57b4e6740a00eeaa8646ad89b332214f0638b22130aa62a06f50aefdb6fa0de0318fd32b4cb891ea9b574802e150e55d474517edfc369 pkgname = python-redis ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Pierre Gueth <[email protected]> pkgname=python-redis -pkgver=5.0.6 +pkgver=5.0.7 pkgrel=1 pkgdesc='The Python interface to the Redis key-value store' arch=('any') @@ -38,7 +38,7 @@ checkdepends=( 'redis' ) source=("$pkgname::git+$url#tag=v$pkgver") -b2sums=('9e658d3a199cc4c4c3790be34bcf793cd42752974aa5ecbc62fad6474bd9bae394256626595e8bd412ebc12881580af928effb1328edafc2b8755187de160419') +b2sums=('666f2bf21ea10b368da57b4e6740a00eeaa8646ad89b332214f0638b22130aa62a06f50aefdb6fa0de0318fd32b4cb891ea9b574802e150e55d474517edfc369') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/3fa02289fdbb69a1a3fe34d89d38d30ee28b6632 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/3fa02289fdbb69a1a3fe34d89d38d30ee28b6632 You're receiving this email because of your account on gitlab.archlinux.org.
