Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .github/workflows/build-xmhuffman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,23 @@ jobs:
XMHUFFMAN_VERSION: ${{ matrix.version }}

steps:
- name: Checkout xmhuffman-cython ${{ env.XMHUFFMAN_VERSION }}
# Upstream's own tags are inconsistently cased: 0.1.0/0.2.0/0.3.0 are
# bare, but 0.3.1 is `V0.3.1`. Probe for the bare tag first and fall
# back to the "V"-prefixed one.
- name: Determine upstream tag
id: tag
run: |
if git ls-remote --exit-code --tags https://github.com/Hugoberry/xmhuffman-cython "refs/tags/${XMHUFFMAN_VERSION}" > /dev/null; then
echo "tag=${XMHUFFMAN_VERSION}" >> "$GITHUB_OUTPUT"
else
echo "tag=V${XMHUFFMAN_VERSION}" >> "$GITHUB_OUTPUT"
fi

- name: Checkout xmhuffman-cython ${{ steps.tag.outputs.tag }}
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Hugoberry/xmhuffman-cython
ref: ${{ env.XMHUFFMAN_VERSION }}
ref: ${{ steps.tag.outputs.tag }}
persist-credentials: false

- name: Build wheels
Expand Down
1 change: 1 addition & 0 deletions docs/packages/eccodeslib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ versions:
files:
- filename: eccodeslib-2.48.0.26-py3-none-manylinux_2_39_riscv64.whl
sha256: 7b8623701202aae7a424c5a608fff6a67bf688a811516ad16534c914430feaf6
- version: 2.48.2.27
1 change: 1 addition & 0 deletions docs/packages/fastsafetensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ versions:
- filename: fastsafetensors-0.3.3-cp314-cp314t-manylinux_2_39_riscv64.whl
sha256: 98fab7dfb83082da98a486cb10cda59a8b9f81bd1c5c9bcba4dcd9314c3419b7
requires-python: <3.15,>=3.10
- version: 0.4.0
1 change: 1 addition & 0 deletions docs/packages/mapbox-earcut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ versions:
- filename: mapbox_earcut-2.0.0-cp314-cp314t-manylinux_2_39_riscv64.whl
sha256: 61858a2b852fc789fa4761668ad51af8f0e48155fb34f2930b066a96a434ceaa
requires-python: '>=3.9'
- version: 2.1.0
1 change: 1 addition & 0 deletions docs/packages/pikepdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ versions:
- filename: pikepdf-10.12.0-cp314-cp314t-manylinux_2_39_riscv64.whl
sha256: 6cb0616384fd1cf08861f20cfc20fed7542bb291d15376eef450eea0e228c2bb
requires-python: '>=3.10'
- version: 10.13.0.post1
2 changes: 2 additions & 0 deletions docs/packages/protobuf-py-ext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ versions:
- filename: protobuf_py_ext-0.3.0-cp314-cp314t-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
sha256: bfc043d613ffe031d11c71554e8cb10d47c95908e9efb4eb9752c1b5f274b8ec
requires-python: '>=3.10'
- version: 0.4.0
- version: 0.5.0
1 change: 1 addition & 0 deletions docs/packages/pyfaup-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ versions:
- filename: pyfaup_rs-0.4.19-cp314-cp314t-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
sha256: dbe25bc9105ed799c34404c6f8ab56c939da285d3a50f602148a6e6ed608fc39
requires-python: '>=3.8'
- version: 0.4.20
1 change: 1 addition & 0 deletions docs/packages/rfc3161-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ versions:
- filename: rfc3161_client-1.0.8-cp39-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
sha256: 6d561e6f8240b06e7490dd203ecbb4479480f96b95b2c21f9cd333685fd66170
requires-python: '>=3.9'
- version: 1.0.9
1 change: 1 addition & 0 deletions docs/packages/timezonefinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ versions:
- filename: timezonefinder-8.3.0-cp311-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
sha256: a9aa4e917eba2089b9c28caaacd4f00e73eee80c998f3fd29deaeeaf8bf9f1d9
requires-python: <4,>=3.11
- version: 9.0.0
1 change: 1 addition & 0 deletions docs/packages/tzfpy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ versions:
- filename: tzfpy-1.3.3-cp314-cp314t-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
sha256: 738a3d1e22ab397445c34522e467f7fedefa1be1eebb7be5f151c6f460bc7e41
requires-python: '>=3.10'
- version: 2.0.0
1 change: 1 addition & 0 deletions docs/packages/xmhuffman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ versions:
- filename: xmhuffman-0.3.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
sha256: 1f4aca1f9c1d2bdde77446e46f6b18aa5c03f3e8059c669bbe0e7a03228f4742
requires-python: '>=3.8'
- version: 0.3.1
Loading