Release notes: https://github.com/webpy/webpy/releases/tag/webpy-0.70 Switched _SITE to github because version 0.70 was not released to pypi.org: https://pypi.org/project/web.py/#history Added upstream commit to fix CVE-2025-3818. This bump includesf7540bef65which removes the deprecated cgi module which was removed in Python 3.13 and causes build errors since buildroot bumped python3 to 3.13.2 with commitd63e207eb8. Fixes: https://autobuild.buildroot.net/results/5a7/5a7382250d33ddfd49de2c7996fb54aaf20dd62c/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be> (cherry picked from commitd05e2f785d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
13 lines
388 B
Makefile
13 lines
388 B
Makefile
################################################################################
|
|
#
|
|
# python-webpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEBPY_VERSION = 0.70
|
|
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
|
|
PYTHON_WEBPY_SETUP_TYPE = setuptools
|
|
PYTHON_WEBPY_LICENSE = Public Domain
|
|
|
|
$(eval $(python-package))
|