python-elasticsearch: update to 8.3.1

This commit is contained in:
Mehdi Chinoune
2022-07-26 06:07:48 +00:00
committed by Biswapriyo Nath
parent bab37c95f7
commit c71dddbf92

View File

@@ -3,8 +3,8 @@
_realname=elasticsearch
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=7.15.1
pkgrel=2
pkgver=8.3.1
pkgrel=1
pkgdesc='Python client for Elasticsearch (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -13,11 +13,12 @@ license=('Apache-2.0')
depends=(
${MINGW_PACKAGE_PREFIX}-python
${MINGW_PACKAGE_PREFIX}-python-certifi
${MINGW_PACKAGE_PREFIX}-python-urllib3)
${MINGW_PACKAGE_PREFIX}-python-urllib3
${MINGW_PACKAGE_PREFIX}-python-elastic-transport)
makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/elastic/${_realname}-py/archive/v${pkgver}.tar.gz")
sha256sums=('23c65901a9a08ff62d8398bed95946bb2662f6aebc1ab7961ec10355854e8010')
sha256sums=('958039b3386b9c44a88fa51e6a211f314531c6dec7ed608815b5d3ae1ce657e6')
prepare() {
cd "${srcdir}"