python-elasticsearch: update to 8.12.1

This commit is contained in:
Mehdi Chinoune
2024-02-23 19:18:36 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent bb1deb6e3b
commit ee3cd6eb03

View File

@@ -3,7 +3,7 @@
_realname=elasticsearch
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=8.12.0
pkgver=8.12.1
pkgrel=1
pkgdesc='Python client for Elasticsearch (mingw-w64)'
arch=('any')
@@ -21,7 +21,7 @@ depends=(
makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('58fd3876682f7529c33b9eeee701e71cfcc334bb45d725e315e22a0a5e2611fb')
sha256sums=('00c997720fbd0f2afe5417c8193cf65d116817a0250de0521e30c3e81f00b8ac')
prepare() {
cd "${srcdir}"