chore: update dependencies to latest versions (rns 1.4.2, lxst 0.5.1) and add altcha 2.0.2

This commit is contained in:
Ivan 2026-07-27 06:19:12 -05:00
parent dd8bfdde67
commit 2603a45cb9
No known key found for this signature in database
11 changed files with 4113 additions and 4041 deletions

View file

@ -30,10 +30,10 @@ Options:
--api-level N Android API level for wheel tag (default: 24)
--pycodec2-version V pycodec2 version to build (default: 4.1.1)
--numpy-version V NumPy version used during pycodec2 build (default: 1.26.2)
--lxst-version V LXST wheel version for metadata patch (default: 0.5.0)
--lxst-version V LXST wheel version for metadata patch (default: 0.5.1)
--bleak-version V bleak pure-python wheel version to vendor (default: 3.0.2)
--httpx-version V httpx pure-python wheel version to vendor (default: 0.28.1)
--rns-version V rns wheel version to patch (default: 1.4.1)
--rns-version V rns wheel version to patch (default: 1.4.2)
--no-lxst-patch Skip LXST metadata patch
--no-rns-patch Skip RNS Android RNodeInterface patch
--only-recipes LIST Comma-separated recipe directory names under
@ -61,10 +61,10 @@ API_LEVEL="24"
PYCODEC2_VERSION="4.1.1"
LIBCODEC2_VERSION="1.2.0"
NUMPY_VERSION="1.26.2"
LXST_VERSION="0.5.0"
LXST_VERSION="0.5.1"
BLEAK_VERSION="3.0.2"
HTTPX_VERSION="0.28.1"
RNS_VERSION="1.4.1"
RNS_VERSION="1.4.2"
PATCH_LXST="1"
PATCH_RNS="1"
ONLY_RECIPES=""