python3-regex: update to 2022.7.9.

This commit is contained in:
skmpz 2022-07-09 16:56:27 +04:00 committed by Đoàn Trần Công Danh
parent 3119635573
commit 95d22e1d64

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2022.6.2
version=2022.7.9
revision=1
wrksrc="regex-${version}"
build_style=python3-module
@ -12,7 +12,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=f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c
checksum=601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)