python-redis: update to 5.0.6

This commit is contained in:
Konstantin Podsvirov
2024-06-17 23:06:31 +03:00
committed by Biswapriyo Nath
parent 50a5b4afea
commit 3db47ccb5f

View File

@@ -3,7 +3,7 @@
_realname=redis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.0.1
pkgver=5.0.6
pkgrel=1
pkgdesc="The Python interface to the Redis key-value store (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-hiredis: faster performance via hire
"${MINGW_PACKAGE_PREFIX}-python-pyopenssl: OCSP certificate validation"
"${MINGW_PACKAGE_PREFIX}-python-requests: OCSP certificate validation")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f')
sha256sums=('38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"