python3-parse: update to 1.18.0

Closes: #26619 [via git-merge-pr]
This commit is contained in:
Nathan Owens 2020-11-22 19:15:40 -06:00 committed by Andrew J. Hesford
parent 6574166afa
commit fc9c3f91d8

View file

@ -1,7 +1,7 @@
# Template file for 'python3-parse' # Template file for 'python3-parse'
pkgname=python3-parse pkgname=python3-parse
version=1.12.0 version=1.18.0
revision=4 revision=1
wrksrc="parse-${version}" wrksrc="parse-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -11,10 +11,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/r1chardj0n3s/parse" homepage="https://github.com/r1chardj0n3s/parse"
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz" distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
checksum=1b68657434d371e5156048ca4a0c5aea5afc6ca59a2fea4dd1a575354f617142 checksum=91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4
do_check() { do_check() {
python3 setup.py test python3 test_parse.py
} }
post_install() { post_install() {