Skip to content

Releases: lumalabs/c2pa-python

v0.37.1-musl.1

Choose a tag to compare

@jtwigg-luma jtwigg-luma released this 25 Jul 02:33

Musllinux (Alpine/musl) wheel for Luma Vespa.

Pin from vespa with:

[tool.uv]
find-links = ["https://github.com/lumalabs/c2pa-python/releases/download/v0.37.1-musl.1/"]

Keep c2pa-python==0.37.1 on PyPI for macOS/glibc; uv selects this wheel on Alpine via the musllinux tag.

Native: c2pa-rs c2pa-v0.90.1 (see c2pa-native-version.txt).

v0.37.1-all.1

Choose a tag to compare

@jtwigg-luma jtwigg-luma released this 29 Jul 17:11
103b636

Multi-platform wheelhouse for Luma Vespa (PyPI wheels + musllinux).

Includes every bdist_wheel from PyPI for c2pa-python==0.37.1, plus the
musllinux wheel copied from v0.37.1-musl.1 (that release is unchanged).

Pin Vespa at this release as a flat index so uv lock keeps all platform tags
(find-links alone does not merge with PyPI):

dependencies = [
  "c2pa-python==0.37.1",
]

[tool.uv.sources]
c2pa-python = { index = "c2pa-luma" }

[[tool.uv.index]]
name = "c2pa-luma"
url = "https://github.com/lumalabs/c2pa-python/releases/expanded_assets/v0.37.1-all.1"
format = "flat"
explicit = true

Musl-only release (still live for existing pointers):
https://github.com/lumalabs/c2pa-python/releases/tag/v0.37.1-musl.1