python3-regex: update to 2023.10.3.

This commit is contained in:
Daniel Martinez 2023-12-07 13:19:33 -05:00 committed by Duncan Overbruck
parent 4ef41265da
commit 921d5c2b5e

View file

@ -1,7 +1,7 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2023.8.8
revision=2
version=2023.10.3
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e
checksum=3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)