package/python-regex: bump to version 2023.12.25

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-01-10 22:07:29 -07:00 committed by Arnout Vandecappelle
parent 585b0bab9e
commit 7d1fc26f04
3 changed files with 5 additions and 5 deletions

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_REGEX
help
Alternative regular expression module, to replace re.
https://bitbucket.org/mrabarnett/mrab-regex
https://github.com/mrabarnett/mrab-regex

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/regex/json
md5 a85ced10be8bfe76fed4f30c42d32d5c regex-2022.10.31.tar.gz
sha256 a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83 regex-2022.10.31.tar.gz
md5 3f97f0aef9bf334fe50ae5980b183e68 regex-2023.12.25.tar.gz
sha256 29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5 regex-2023.12.25.tar.gz
# Locally computed sha256 checksums
sha256 bff55ef4cdcc8c14ce259f8e8ab60e264418440d6335f4dc138273fbd506144d LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_REGEX_VERSION = 2022.10.31
PYTHON_REGEX_VERSION = 2023.12.25
PYTHON_REGEX_SOURCE = regex-$(PYTHON_REGEX_VERSION).tar.gz
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/27/b5/92d404279fd5f4f0a17235211bb0f5ae7a0d9afb7f439086ec247441ed28
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/b5/39/31626e7e75b187fae7f121af3c538a991e725c744ac893cc2cfd70ce2853
PYTHON_REGEX_SETUP_TYPE = setuptools
PYTHON_REGEX_LICENSE = Apache-2.0
PYTHON_REGEX_LICENSE_FILES = LICENSE.txt