python3-jmespath: update to 1.0.1

This commit is contained in:
yopito 2022-11-30 08:25:57 +01:00 committed by classabbyamp
parent 64e0fa5120
commit 3cd1d19920
1 changed files with 6 additions and 4 deletions

View File

@ -1,16 +1,18 @@
# Template file for 'python3-jmespath'
pkgname=python3-jmespath
version=0.10.0
revision=5
version=1.0.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-hypothesis"
short_desc="JSON Query language for Python3"
maintainer="yopito <pierre.bourgin@free.fr>"
license="MIT"
homepage="http://jmespath.org"
homepage="https://jmespath.org"
changelog="https://github.com/jmespath/jmespath.py/raw/develop/CHANGELOG.rst"
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
checksum=999b0ef13b798cf04de5451a51201d63a6feaf07c3fdcfbab4e5bca2b4ac653e
checksum=6a02470b1716ec7a32abe89a873a4795c41c938468225f8a53d860980ec9e3c6
conflicts="python-jmespath>=0"
post_install() {