- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
20 lines
471 B
YAML
20 lines
471 B
YAML
name: uv
|
|
github: astral-sh/uv
|
|
description: An extremely fast Python package and project manager, written in Rust.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Astral.sh
|
|
homepage: https://docs.astral.sh/uv/
|
|
license: Apache-2.0
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.9.20
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.9.20
|