python3-regex: update to 2021.10.8.

This commit is contained in:
skmpz 2021-10-15 08:16:48 +04:00 committed by Piotr
parent aa0fed4871
commit 66b2562b19
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2021.8.28
revision=2
version=2021.10.8
revision=1
wrksrc="regex-${version}"
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0"
homepage="https://pypi.org/project/regex/"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1
checksum=26895d7c9bbda5c52b3635ce5991caa90fbb1ddfac9c9ff1c7ce505e2282fb2a
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)