aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-31 19:50:43 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 18:09:16 +0000
commit826dfd7652b818d036ada841d35b52f37d830c8f (patch)
tree0668c24387cfd08cad341ef1966e5bcd71244e58
parente014621ebb30a9ad6b3331d5f224ed66bb232d2e (diff)
community/py3-jmespath: upgrade to 0.10.0
-rw-r--r--community/py3-jmespath/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/py3-jmespath/APKBUILD b/community/py3-jmespath/APKBUILD
index b5990c896a5..fbde387fee7 100644
--- a/community/py3-jmespath/APKBUILD
+++ b/community/py3-jmespath/APKBUILD
@@ -1,8 +1,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=py3-jmespath
-_pkgname=jmespath
-pkgver=0.9.5
+pkgver=0.10.0
pkgrel=0
pkgdesc="JMESPath is a query language for JSON"
url="https://jmespath.org"
@@ -11,8 +10,8 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-nose"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
+source="https://files.pythonhosted.org/packages/source/j/jmespath/jmespath-$pkgver.tar.gz"
+builddir="$srcdir/jmespath-$pkgver"
replaces=py-jmespath # Backwards compatibility
provides=py-jmespath=$pkgver-r$pkgrel # Backwards compatibility
@@ -29,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="538bd32f9ac69b3ee9d5e98279c5ab91e4c7fc35c7529b62b4ba605e951a098c203751433a66b45dc931dce34b18558d049802ee26032ed094ac25da2613ac5a jmespath-0.9.5.tar.gz"
+sha512sums="9e229b5809d2dd74eb7dbf518953f848175743fb0ee91ffc901777be2f4809cc0c4f4ba40890746533e344f64e900ec189d6a8c847c864fa47fbf67e5106a7bc jmespath-0.10.0.tar.gz"