python-redis: Update to 4.5.5

This commit is contained in:
Konstantin Podsvirov
2023-05-14 18:41:54 +03:00
committed by GitHub
parent bf13e81b0e
commit 29f625e798

View File

@@ -3,7 +3,7 @@
_realname=redis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.5.4
pkgver=4.5.5
pkgrel=1
pkgdesc="The Python interface to the Redis key-value store (mingw-w64)"
arch=('any')
@@ -20,7 +20,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=("${_realname}-py-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('f1d31da6d7fcff696caa41fa808d1bd8df90b38a61c3d303251bb92c4a5ad082')
sha256sums=('6e2f20bb236287420a1c247fc6cb467262f01e5eb77b7f7aef90b31249643a21')
prepare() {
cd "${srcdir}"