python3-elementpath: update to 2.0.3.

This commit is contained in:
Đoàn Trần Công Danh 2020-09-25 08:00:16 +07:00
parent a5d075a493
commit 1770b0dc25

View file

@ -1,6 +1,6 @@
# Template file for 'python3-elementpath' # Template file for 'python3-elementpath'
pkgname=python3-elementpath pkgname=python3-elementpath
version=2.0.2 version=2.0.3
revision=1 revision=1
wrksrc=elementpath-${version} wrksrc=elementpath-${version}
build_style=python3-module build_style=python3-module
@ -12,7 +12,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/sissaschool/elementpath" homepage="https://github.com/sissaschool/elementpath"
distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz" distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz"
checksum=8ea6aefe90a3d7f968921789210cdfc1f6740b305dc5d7f70b1151c73d673d29 checksum=1f652f515866f2a9bdf96f118cd3f9d328af213451c0a88c34d061eec729bdcf
post_patch() { post_patch() {
# locale handling in musl is NOT that ideal, # locale handling in musl is NOT that ideal,