package/python{,3}-regex: bump to version 2021.4.4
Upgrade to release 2021.4.4 with the following bug fixes: - regex fails with a quantified backreference but succeeds with repeated backref - API is not a drop-in replacement for python's re when it comes to typing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d86a26d680
commit
d973fac7ca
@ -1,3 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/regex/json
|
||||
md5 ac88a9c036e626ae4d436e69f35f50cf regex-2020.2.20.tar.gz
|
||||
sha256 9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5 regex-2020.2.20.tar.gz
|
||||
md5 cd206281327b4c087bb20bf93cee4ab9 regex-2021.4.4.tar.gz
|
||||
sha256 52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb regex-2021.4.4.tar.gz
|
||||
|
@ -5,9 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python3-regex/python3-regex.mk
|
||||
PYTHON_REGEX_VERSION = 2020.2.20
|
||||
PYTHON_REGEX_VERSION = 2021.4.4
|
||||
PYTHON_REGEX_SOURCE = regex-$(PYTHON_REGEX_VERSION).tar.gz
|
||||
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/e8/76/8ac7f467617b9cfbafcef3c76df6f22b15de654a62bea719792b00a83195
|
||||
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/38/3f/4c42a98c9ad7d08c16e7d23b2194a0e4f3b2914662da8bc88986e4e6de1f
|
||||
PYTHON_REGEX_SETUP_TYPE = setuptools
|
||||
PYTHON_REGEX_LICENSE = CNRI-Python
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python-regex/python-regex.mk
|
||||
PYTHON3_REGEX_VERSION = 2020.2.20
|
||||
PYTHON3_REGEX_VERSION = 2021.4.4
|
||||
PYTHON3_REGEX_SOURCE = regex-$(PYTHON3_REGEX_VERSION).tar.gz
|
||||
PYTHON3_REGEX_SITE = https://files.pythonhosted.org/packages/e8/76/8ac7f467617b9cfbafcef3c76df6f22b15de654a62bea719792b00a83195
|
||||
PYTHON3_REGEX_SITE = https://files.pythonhosted.org/packages/38/3f/4c42a98c9ad7d08c16e7d23b2194a0e4f3b2914662da8bc88986e4e6de1f
|
||||
PYTHON3_REGEX_SETUP_TYPE = setuptools
|
||||
PYTHON3_REGEX_LICENSE = CNRI-Python
|
||||
HOST_PYTHON3_REGEX_DL_SUBDIR = python-regex
|
||||
|
Loading…
Reference in New Issue
Block a user