b430894d63
Fix CVE-2020-29651: A denial of service via regular expression in the
py.path.svnwc component of py (aka python-py) through 1.9.0 could be
used by attackers to cause a compute-time denial of service attack by
supplying malicious input to the blame functionality.
Add py/_vendored_packages/iniconfig-1.1.1.dist-info/LICENSE (MIT) which
has been added with
94cf44fd41
https://github.com/pytest-dev/py/blob/1.10.0/CHANGELOG.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
670 B
Makefile
18 lines
670 B
Makefile
################################################################################
|
|
#
|
|
# python-py
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PY_VERSION = 1.10.0
|
|
PYTHON_PY_SOURCE = py-$(PYTHON_PY_VERSION).tar.gz
|
|
PYTHON_PY_SITE = https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71
|
|
PYTHON_PY_DEPENDENCIES = host-python-setuptools-scm
|
|
PYTHON_PY_SETUP_TYPE = setuptools
|
|
PYTHON_PY_LICENSE = MIT
|
|
PYTHON_PY_LICENSE_FILES = LICENSE py/_vendored_packages/iniconfig-1.1.1.dist-info/LICENSE
|
|
PYTHON_PY_CPE_ID_VENDOR = pytest
|
|
PYTHON_PY_CPE_ID_PRODUCT = py
|
|
|
|
$(eval $(python-package))
|