forked from pool/python-uv
* Enhancements * Use a dedicated error message when lockfile can't be found * Only write portable paths in RECORD files * Support relative paths in UV_PYTHON_BIN_DIR and UV_TOOL_BIN_DIR * Preview features * Enable uploads to S3 via pre-signed URLs * Configuration * Allow setting proxy variables via global / user configuration * Manually parse and reconcile Boolean environment variables * Bug fixes * Fix handling of UV_NO_SYNC=1 uv run ... * Rebuild dynamic distribution when version changes with --no-cache * Filter unusable wheels from the lockfile for more architectures * Correctly count retries originating from early middleware errors * Avoid broken build artifacts on build failure * Fix missing dependencies on synthetic root in SBOM export * Recognize armv8l as an alias for armv7l in platform tag parsing * Fix redaction of a URL in a middleware trace log * Documentation * Add index.md suggestion to llms.txt * Clarify that uv run uses inexact syncing by default * Clarify requirements file format in docs * Add Rust language classifier OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=163
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>
|