python3-jmespath: update to 1.0.1
This commit is contained in:
parent
64e0fa5120
commit
3cd1d19920
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'python3-jmespath'
|
# Template file for 'python3-jmespath'
|
||||||
pkgname=python3-jmespath
|
pkgname=python3-jmespath
|
||||||
version=0.10.0
|
version=1.0.1
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="JSON Query language for Python3"
|
short_desc="JSON Query language for Python3"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="MIT"
|
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"
|
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
|
||||||
checksum=999b0ef13b798cf04de5451a51201d63a6feaf07c3fdcfbab4e5bca2b4ac653e
|
checksum=6a02470b1716ec7a32abe89a873a4795c41c938468225f8a53d860980ec9e3c6
|
||||||
conflicts="python-jmespath>=0"
|
conflicts="python-jmespath>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue