python3-regex: update to 2024.9.11.

This commit is contained in:
skmpz 2024-10-22 14:16:20 +03:00 committed by classabbyamp
parent 9f75b0c615
commit c2265ff6bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2024.7.24
version=2024.9.11
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
@ -12,7 +12,7 @@ license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex"
changelog="https://raw.githubusercontent.com/mrabarnett/mrab-regex/hg/changelog.txt"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506
checksum=6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)