From f83e4d07501d32fec6c7d81f8f09c7d84c553968 Mon Sep 17 00:00:00 2001 From: "riseproject-dev[bot]" <330740410+riseproject-dev[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:36:37 +0000 Subject: [PATCH 1/2] unicodedata2: Add version 18.0.0 Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com> --- docs/packages/unicodedata2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/packages/unicodedata2.yaml b/docs/packages/unicodedata2.yaml index 7589b671d2..a1cdec574c 100644 --- a/docs/packages/unicodedata2.yaml +++ b/docs/packages/unicodedata2.yaml @@ -21,3 +21,4 @@ versions: sha256: 625714f9d9c9b86d48ade12dd63e4ff7f8eb27af2447c655a6c718032cbfe03d - filename: unicodedata2-17.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl sha256: 581ac8ce1992c7c65f5e894d9ee872e9dc07d93925a296511bf049a70ff78791 +- version: 18.0.0 From f995a96bd3e6a803d0030abbb56e416924cab592 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Sat, 19 Sep 2026 06:06:57 +0000 Subject: [PATCH 2/2] build-unicodedata2: download normalization test data before testing Upstream's own CI runs tests/download_test_data.py (fetches NormalizationTest-.txt, NormalizationTest-3.2.0.txt and DerivedName-.txt from unicode.org) before invoking cibuildwheel; MANIFEST.in prunes tests/data from the sdist/checkout, so pytest was failing with FileNotFoundError on every riscv64 combo. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_011RwtHNpuiuiCk4MstTLu8m --- .github/workflows/build-unicodedata2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-unicodedata2.yml b/.github/workflows/build-unicodedata2.yml index 858cf3903b..db8a15cc18 100644 --- a/.github/workflows/build-unicodedata2.yml +++ b/.github/workflows/build-unicodedata2.yml @@ -65,6 +65,9 @@ jobs: ref: ${{ env.UNICODEDATA2_VERSION }} persist-credentials: false + - name: Download normalization test data + run: python3 tests/download_test_data.py + - uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0 env: CIBW_ARCHS: riscv64