[arch-commits] Commit in python-elasticsearch/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 14 18:52:32 UTC 2020


    Date: Thursday, May 14, 2020 @ 18:52:32
  Author: felixonmars
Revision: 627974

upgpkg: python-elasticsearch 7.7.0-1

Modified:
  python-elasticsearch/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 18:43:27 UTC (rev 627973)
+++ PKGBUILD	2020-05-14 18:52:32 UTC (rev 627974)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-elasticsearch
-pkgver=7.6.0
-pkgrel=2
+pkgver=7.7.0
+pkgrel=1
 arch=('any')
 pkgdesc='Python client for Elasticsearch'
 url='https://github.com/elastic/elasticsearch-py'
@@ -10,14 +10,14 @@
 depends=('python-urllib3')
 makedepends=('python-setuptools' 'git')
 checkdepends=('python-nose' 'python-requests' 'python-coverage' 'python-mock' 'python-pyaml'
-              'python-nosexcover')
+              'python-nosexcover' 'python-numpy' 'python-pandas')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz"
         git+https://github.com/elastic/elasticsearch.git)
-sha512sums=('f8a54cd222af94d659087d654bcbe52da5ee90570ff04dbdd6793b870b8fd7e4b5b896620424f85057f2274ed3a16ecd97f53f704c2a97931b4876d246311ea9'
+sha512sums=('6da382c5056f61dde2bf509c902a4ca33548ee937d037dc977e8c8864ebc09385f630b5c99ab8b24b69390773a241786495d1c01a5684ea3892d834e7a1550b1'
             'SKIP')
 
 prepare() {
-  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
+  sed -i 's/, "certifi"//' elasticsearch-py-$pkgver/setup.py
   sed -i 's|CA_CERTS = None|CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"|' elasticsearch-py-$pkgver/elasticsearch/connection/http_urllib3.py
 }
 



More information about the arch-commits mailing list