forked from pool/python-uv
* Bug fixes * Validate URL wheel tags against Requires-Python and required environments * Enhancements * Allow --with-requirements to load extensionless inline-metadata scripts * Collect and upload PEP 740 attestations during uv publish * Prevent uv export from overwriting pyproject.toml * Documentation * Drop unpublished crates from the uv crates.io README * Fix the links to uv in crates.io member READMEs * Add a crates.io README for uv * Add documentation for intermediate Docker layers in a workspace * Enumerate workspace members in the uv crate README * Fix documentation links for crates * Generate a crates.io README for uv workspace members * Move the "Export" guide to the projects concept section * Update the cargo install recommendation to use crates * Use the word "internal" in crate descriptions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=149
10 lines
285 B
XML
10 lines
285 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">python-uv*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|