python-elasticsearch: Update to 8.17.1

This commit is contained in:
Christoph Reiter
2025-01-25 07:13:01 +01:00
parent 890ca871e9
commit 21a44cfb73

View File

@@ -3,7 +3,7 @@
_realname=elasticsearch
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=8.17.0
pkgver=8.17.1
pkgrel=1
pkgdesc='Python client for Elasticsearch (mingw-w64)'
arch=('any')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-installer")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c1069bf2204ba8fab29ff00b2ce6b37324b2cc6ff593283b97df43426ec13053')
sha256sums=('057ab44cae8b3acffbf826a31678e46eafc38f26fcffa91015352d973299cdf0')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"