File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ repos:
1717 - id : trailing-whitespace
1818
1919- repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : " v0.12.5 "
20+ rev : " v0.12.7 "
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --show-fixes]
2424
2525- repo : https://github.com/pre-commit/mirrors-mypy
26- rev : " v1.17.0 "
26+ rev : " v1.17.1 "
2727 hooks :
2828 - id : mypy
2929 files : ^(src|scripts)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The following platforms are supported with binary wheels:
6868 | Linux IBM Z | | manylinux2014+ s390x |
6969 | | | musllinux_1_2+ s390x |
7070 +---------------+---------------------------+
71- | Linux RISC-V | | manylinux_2_39 + riscv64 |
71+ | Linux RISC-V | | manylinux_2_35 + riscv64 |
7272 | | | musllinux_1_2+ riscv64 |
7373 +---------------+---------------------------+
7474 | macOS 10.10+ | Intel |
Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ manylinux-aarch64-image = "manylinux2014"
105105manylinux-ppc64le-image = " manylinux2014"
106106manylinux-s390x-image = " manylinux2014"
107107manylinux-armv7l-image = " manylinux_2_31"
108- manylinux-riscv64-image = " manylinux_2_39 "
109- musllinux-x86_64-image = " musllinux_1_2 "
110- musllinux-i686-image = " musllinux_1_2 "
111- musllinux-aarch64-image = " musllinux_1_2 "
112- musllinux-ppc64le-image = " musllinux_1_2 "
113- musllinux-s390x-image = " musllinux_1_2 "
108+ manylinux-riscv64-image = " ghcr.io/mayeut/manylinux_2_35:2025.08.02-2 "
109+ musllinux-x86_64-image = " quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1 "
110+ musllinux-i686-image = " quay.io/pypa/musllinux_1_1_i686:2024.10.26-1 "
111+ musllinux-aarch64-image = " quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1 "
112+ musllinux-ppc64le-image = " quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1 "
113+ musllinux-s390x-image = " quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1 "
114114musllinux-armv7l-image = " musllinux_1_2"
115115musllinux-riscv64-image = " musllinux_1_2"
116116
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ set -o pipefail
1010MY_DIR=$( dirname " ${BASH_SOURCE[0]} " )
1111source $MY_DIR /utils.sh
1212
13- OPENSSL_ROOT=openssl-3.5.1
14- OPENSSL_HASH=529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f
13+ OPENSSL_ROOT=openssl-3.5.2
14+ OPENSSL_HASH=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
1515
1616cd /tmp
1717
You can’t perform that action at this time.
0 commit comments