From 1158746eaf35fce6e9560cc8331f82b772e5fdb4 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 1 May 2026 14:30:34 +0200 Subject: [PATCH] package/python-regex: bump version to 2026.4.4 https://github.com/mrabarnett/mrab-regex/blob/2026.4.4/changelog.txt Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-regex/python-regex.hash | 4 ++-- package/python-regex/python-regex.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-regex/python-regex.hash b/package/python-regex/python-regex.hash index 3251993d45..c99fc9dd62 100644 --- a/package/python-regex/python-regex.hash +++ b/package/python-regex/python-regex.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/regex/json -md5 d0ce2a36afe1d6fe7b6e188963db1b22 regex-2026.2.28.tar.gz -sha256 a729e47d418ea11d03469f321aaf67cdee8954cde3ff2cf8403ab87951ad10f2 regex-2026.2.28.tar.gz +md5 b9f15f11cde393d1959851ee9775fcda regex-2026.4.4.tar.gz +sha256 e08270659717f6973523ce3afbafa53515c4dc5dcad637dc215b6fd50f689423 regex-2026.4.4.tar.gz # Locally computed sha256 checksums sha256 bff55ef4cdcc8c14ce259f8e8ab60e264418440d6335f4dc138273fbd506144d LICENSE.txt diff --git a/package/python-regex/python-regex.mk b/package/python-regex/python-regex.mk index 281a0e83a1..44c12789bf 100644 --- a/package/python-regex/python-regex.mk +++ b/package/python-regex/python-regex.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_REGEX_VERSION = 2026.2.28 +PYTHON_REGEX_VERSION = 2026.4.4 PYTHON_REGEX_SOURCE = regex-$(PYTHON_REGEX_VERSION).tar.gz -PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/8b/71/41455aa99a5a5ac1eaf311f5d8efd9ce6433c03ac1e0962de163350d0d97 +PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/cb/0e/3a246dbf05666918bd3664d9d787f84a9108f6f43cc953a077e4a7dfdb7e PYTHON_REGEX_SETUP_TYPE = setuptools PYTHON_REGEX_LICENSE = Apache-2.0 PYTHON_REGEX_LICENSE_FILES = LICENSE.txt