package/avocado: bump version to 113.0

Our avocado version is old and requires fixes introduced in 112.0 to
support python 3.14 [1].

[1] c1de44fabc

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/12944797019

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour
2026-02-02 12:19:27 +01:00
committed by Peter Korsgaard
parent c740aaba8a
commit 86eb131c76
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 bec1bfab821030f04306a93d2b2061a4a28db538873702f746d5bc050d92685b avocado-98.0.tar.gz
sha256 a916c90b43e67d4593feef121f820d3fd8c93c2aca2dbd2d8865f83a622d3487 avocado-113.0.tar.gz
sha256 680ce56e9c4043826f0f1420935d2453ea3ddacd1582cb6f1cef26c1077fcc93 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
AVOCADO_VERSION = 98.0
AVOCADO_VERSION = 113.0
AVOCADO_SITE = $(call github,avocado-framework,avocado,$(AVOCADO_VERSION))
AVOCADO_SETUP_TYPE = setuptools
AVOCADO_LICENSE = GPL-2.0