python-redis: update to 5.0.7

This commit is contained in:
Konstantin Podsvirov
2024-07-05 00:27:40 +03:00
committed by Biswapriyo Nath
parent 84b99fd2aa
commit de47c625ea

View File

@@ -3,7 +3,7 @@
_realname=redis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.0.6
pkgver=5.0.7
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=('38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197')
sha256sums=('8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"